Error reporting
Posted: Tue Aug 24, 2004 1:44 pm
In my php ini I have display_error = off
In my code I use ini_set('display_errors','1');
I never get the error messages.
When I edit my php ini and set display_error = on I get error messages.
Why doesn't ini_set('display_errors','1'); work?
Are there any known bugs in using the ini_set?
I've seen similar problems from others with no answer.
Thanks for any info.
In my code I use ini_set('display_errors','1');
I never get the error messages.
When I edit my php ini and set display_error = on I get error messages.
Why doesn't ini_set('display_errors','1'); work?
Are there any known bugs in using the ini_set?
I've seen similar problems from others with no answer.
Thanks for any info.