For php errors of your domains error logfile, you should be able to visit that via your DA panel as user under Site Summary / Statistics / Logs. Otherwise, in apache, you could add something like this temporarily in the .htaccess file: Code: php_flag display_startup_errors on php_flag display_errors on php_flag html_errors on php_flag log_errors on php_value error_log /home/user/domains/domain.com/public_html/PHPERROR.log