I ve been working for 3 months now withou ANY errors, i just cant configure php to display errors on screen.
It logs the errors to the error_log file, but i just get a blank screen when something is wrong, my php.ini is kinda weird too, i just have the /etc/php.ini but when i set error_reporting and display erros, my phpinfo() displays this:
Directive - Local value - Master Value
display_errors - Off - On
error_reporting - 15 - 2039
I really dont have any ideas from WHERE it is getting the values, some other configs like register_globals on and off works, but the error stuff doesnt!
Any help is welcome, thanx.