Enable Debug
In your wp-config.php you will find a line that reads (most likely) like this: define(‘WP_DEBUG’, false); REPLACE this with (or if it does not exist simply add the below) define(‘WP_DEBUG’, true); define(‘WP_DEBUG_LOG’, true); define(‘WP_DEBUG_DISPLAY’, false);/*this should NEVER be true for production sites*/ Note: this MUST …