PHP site keeps opening to blank page, no errors.
Posted
by gene
on Stack Overflow
See other posts from Stack Overflow
or by gene
Published on 2010-03-18T23:00:02Z
Indexed on
2010/03/18
23:11 UTC
Read the original article
Hit count: 399
display-none
|php
First, the premises: PHP loaded on IIS6 on Win2003 STD R2 SP2, PHP_5213 using FastCGI, MySQL_5145.
Customer sent me the site files, which I unzipped to C:\InetPub\wwwroot\<site root>
, then I created a new site in IIS, pointed to <site root>
, added test.php
to the site files for testing and it works, but visiting index.php
produces a blank page with no errors. The readme.txt
file present makes reference to application.php
and explains root folder var and sets it to a non-existent file.
I don't know PHP syntax, but I tried several logical changes with zero results. At this point I'm not even sure if that is the problem anymore. With PHP, MySQL & site debugging have put in over 20 hours. Still confused, I have resorted to heavy drug use and purchased a small firearm, loaded with a single round (even this seemed to take an inordinate amount of time). I've given up all hope.
Someone please help save a new server and/or old administrator.
© Stack Overflow or respective owner