goatlinks Posted July 6, 2007 Share Posted July 6, 2007 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 Quote Link to comment Share on other sites More sharing options...
tim_perrett Posted August 29, 2007 Share Posted August 29, 2007 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.