I'm trying to set my site to log PHP errors into error.log, but it doesn't seem to be working. I'm setting the following into 'Custom php.ini settings' for my Fast-CGI site (should I be using a different PHP type?): Code: display_errors = Off log_errors = On error_reporting = E_ALL & E_NOTICE I can see they are being loaded in, by checking phpinfo() but errors and notices are still being displayed on the site, and they are not showing in error.log Am I doing something wrong?