Find PHP error log here /tmp/php_errors.log
errors
WP Error Reporting without editing wp-config.php
I don’t recall where I found this… Add this to your theme’s functions.php to turn on error reporting in WordPress. This way you don’t have to edit core files, and you have easy access to turn it on and off. Just remember to remove it or comment it out before you go live! // Show all errors, […]