Computing.Net > Forums > Web Development > enable error reporting in PHP

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

enable error reporting in PHP

Reply to Message Icon

Name: br1an
Date: April 25, 2004 at 16:17:24 Pacific
OS: WinXP
CPU/Ram: 128
Comment:

hi,
i have installed PHP 4.3.5 on IIS 6. I have turned on the error report in the php.ini file. Did i miss anything? there is no error report here. just a blank page appears if there was an error in proccessing my script.
thanks



Sponsored Link
Ads by Google

Response Number 1
Name: anonproxy
Date: April 27, 2004 at 10:34:57 Pacific
Reply:

In php.ini there is an error_reporting directive (which specifies level of reporting) and a display_errors directive. Both have to be set. Beyond that, make sure your error would be displayed (i.e. that there is in fact an error), that there is no @ sign to suppress the error, and that the parser is operating.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: enable error reporting in PHP

mysql_numrows() error in php www.computing.net/answers/webdevel/mysqlnumrows-error-in-php/770.html

Open URLs in PHP w/out opening wind www.computing.net/answers/webdevel/open-urls-in-php-wout-opening-wind/199.html

post HTML page in PHP www.computing.net/answers/webdevel/post-html-page-in-php/1756.html