Page 1 of 1

XAMPP not rendering my .php script

PostPosted: 30. January 2013 12:29
by Irkinosor
HI there, My browser is rendering a blank page of my .php files. This what happened: this morning my scripts was running fine, I'm working on a local server installed XAMPP. Then I edited the script with notepad, save it, ran it, then blank! nothing was showing anymore. I try to run the original unedited script and it was not working as well. I tried other scripts I ran before I knew to work,nothing! This is what the error logs says:
[ssl:warn] [pid 3364:tid 232] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Wed Jan 30 09:55:59.494789 2013] [mpm_winnt:notice] [pid 3364:tid 232] AH00354: Child: Starting 150 worker threads.

Does anyone know what is going on? Thanks.

Re: XAMPP not rendering my .php script

PostPosted: 30. January 2013 17:05
by Altrea
Hi,

Couple of questions:
  • What is the sourcecode of a basic example script that doesn't run?
  • Which url does your browser address bar contains at the time you are getting the blank screen?
  • What does the sourcecode view of your browser contains?
  • Which charset does your files use?

best wishes,
Altrea

Re: XAMPP not rendering my .php script

PostPosted: 30. January 2013 21:33
by Irkinosor
Thanks Altrea, I was just being stupid given that I'm a newbie! The problem was with the url, I was double clicking on the script rather than having a localhost/... path to my script. Stupid I know, sorry!