NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP5 Error Reporting

Tim Gales tgales at tgaconnect.com
Wed May 26 21:34:37 EDT 2004


Try adding a statement like

error_log = php_errors.log

to your php.ini

try to get the page in 
question again and 
see what is in the 'php_errors.log'
(or whatever you named the logfile)


T. Gales & Associates 
Helping People Connect with Technology 
http://www.tgaconnect.com 

-----Original Message-----
From: talk-bounces at lists.nyphp.org [mailto:talk-bounces at lists.nyphp.org]
On Behalf Of Joe Crawford Jr.
Sent: Wednesday, May 26, 2004 9:08 PM
To: NYPHP Talk
Subject: [nycphp-talk] PHP5 Error Reporting


Guys,

i am working with php5 here is the error bit of my php.ini

error_reporting  =  E_ALL
display_errors = On
display_startup_errors = On
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = Off
html_errors = Off

however when i cause an error such as throwing a protected $roles; into an
interface body i get no error just a plain white screen, i have also
turned off friendly http errors in IE 6 SP 1

Joe Crawford Jr.





More information about the talk mailing list