Hello Guys,
i have the following .htaccess file,
php_flag display_errors Off
php_flag display_startup_errors Off
php_flag log_errors On
php_flag magic_quotes_sybase Off
php_flag magic_quotes_gpc On
php_flag register_globals Off
php_value error_log /home/sites/mydomain.co.uk/public_html/err_ors/php.txt
php_value error_reporting 2147483647
Options All -Indexes
php_value disable_functions phpinfo
ErrorDocument 404 /404page.html
I then did a test error so i had the following error,
"ERROR: Access denied for user 'nobody'@'localhost' (using password: NO)"
but the problem is why is it showing that error, it should save it to php.txt, can someone please tell me why this is happening
Thank you