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
<!-- m --><a class="postlink" href="http://www.wowcentral.com/">http://www.wowcentral.com/</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.wowcentral.com/phpinfo.php">http://www.wowcentral.com/phpinfo.php</a><!-- m -->
Any suggestions?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
<!-- m --><a class="postlink" href="http://www.wowcentral.com/">http://www.wowcentral.com/</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.wowcentral.com/phpinfo.php">http://www.wowcentral.com/phpinfo.php</a><!-- m -->
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.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.Try fixing the problems the notices are telling you about. Or were telling you about, before you turned them off.The site works just fine on my local xp pro box, and my old web host.I just removed php 5 and installed 4 instead. All is well :/
<!-- m --><a class="postlink" href="http://www.wowcentral.com/">http://www.wowcentral.com/</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.wowcentral.com/phpinfo.php">http://www.wowcentral.com/phpinfo.php</a><!-- m -->
Any suggestions?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
<!-- m --><a class="postlink" href="http://www.wowcentral.com/">http://www.wowcentral.com/</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.wowcentral.com/phpinfo.php">http://www.wowcentral.com/phpinfo.php</a><!-- m -->
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.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.Try fixing the problems the notices are telling you about. Or were telling you about, before you turned them off.The site works just fine on my local xp pro box, and my old web host.I just removed php 5 and installed 4 instead. All is well :/