This is what I have in wp-config.php
define( ‘WP_DEBUG’, true );
//Enable error logging.
@ini_set(‘log_errors’, ‘On’);
@ini_set(‘error_log’, ‘/home/davhor32/elimchristianschool.org/wp-content/elm-error-logs/php-errors.log’);
//Don’t show errors to site visitors.
@ini_set(‘display_errors’, ‘Off’);
if ( !defined(‘WP_DEBUG_DISPLAY’) ) {
define(‘WP_DEBUG_DISPLAY’, false);
}