Click to See Complete Forum and Search --> : new php install need help


Robert Blackwel
08-25-2005, 08:40 PM
I installed php-5.0.4-installer.exe on IIS6 and have added and allowed the php extension in the web extensions list. The install went off without any errors but when I try to checkout my website I get a bunch of notices. see the first link

http://www.wowcentral.com/


http://www.wowcentral.com/phpinfo.php

Any suggestions?

(RL)Ian
08-25-2005, 08:53 PM
I installed php-5.0.4-installer.exe on IIS6 and have added and allowed the php extension in the web extensions list. The install went off without any errors but when I try to checkout my website I get a bunch of notices. see the first link

http://www.wowcentral.com/


http://www.wowcentral.com/phpinfo.php

Any suggestions?

Open your php.ini file and find the line that says error_reporting = E_ALL

Change that to error_reporting = E_ALL & ~E_NOTICE

The ~ before the E_NOTICE tells PHP to ignore notices.

Edit: Don't forget to restart IIS after you make the change.

Robert Blackwel
08-25-2005, 10:10 PM
Yeah, I tried that already but all I got was just a blank white page. Although, I didn't try restarting IIS when I originally tried. But I just now restarted and its the same thing.

Weedpacket
08-26-2005, 02:37 AM
Try fixing the problems the notices are telling you about. Or were telling you about, before you turned them off.

Robert Blackwel
08-26-2005, 04:22 AM
The site works just fine on my local xp pro box, and my old web host.

Robert Blackwel
08-29-2005, 05:00 PM
I just removed php 5 and installed 4 instead. All is well :/