Welcome Guest, Not a member yet? Register   Sign In
can't turn error reporting on.
#1

[eluser]steelaz[/eluser]
Working for a client. His host is running PHP Version 5.0.4 (go figure...)

in index.php:
error_reporting(E_ALL);

in .htaccess:
php_flag display_errors On
php_value error_reporting "E_ALL"

in php.ini:
error_reporting = E_ALL
display_errors = On

Still can't override error reporting. Any ideas?




Theme © iAndrew 2016 - Forum software by © MyBB