Jump to content

Blank pages in IIS 5.1 with PHP 5.2.3


goatlinks

Recommended Posts

Hello,

 

I am trying to get PHP 5.2.3 installed and configured with IIS 5.1 for XP prof SP2, and All that I am getting is blank pages.

 

1 - First, I downloaded the msi installer, then i had it configure PHP for IIS as ISAPI.

2 - Next, I had it working for phpinfo() and a few little things that i wrote, but when i tried to view big php projects, all I would get is blank pages in both firefox 2 (literally blank, even when viewing the source) and IE 7 (These at least had a empty stub of an html page when viewing the source)

3 - then I uninstalled PHP and reinstalled it. now I have nothing, even the little pages (like phpinfo()) are just blank in firefox and stubs in IE.

 

In IIS I have .php files accessing the php5isapi.dll file (under default website>properties>home directory>configuration). and I have heard of problems stemming from the php.ini file where doc_root is incorrect, but mine is just blank as it was when I installed it.

 

I have no idea what is going on and why its not working. ??? ???

 

 

-Corey

Link to comment
https://forums.phpfreaks.com/topic/58784-blank-pages-in-iis-51-with-php-523/
Share on other sites

  • 1 month later...

Sounds like if your phpinfo(); is working, then the install is working, however its probally that your 'big php projects' have errors in them and your getting no output due to server side code errors.

 

Try turning the dispaly errors on in php.ini - that would help :)

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.