PHP/WordPress Error Reporting Won’t Turn On

Solution:

Change parameter “WP_DEBUG” in wp-config.php file. set parameter to true.

define(‘WP_DEBUG’, true);