Thank you!!
This also worked for me.
I am on a shared hosting so I had to use the second solution:
ini_set('log_errors','On');
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
IMPORTANT: This only worked when I placed this code AT THE END of my wp-config.php
Cheers,
Theo
-
This reply was modified 9 years, 4 months ago by tforssell.