After upgrade to wordpress 4.5, I've got my wordpress site error log is filling up with this message:
that line reads:
This code in load.php line 304, 305 :
if ( defined( 'XMLRPC_REQUEST' ) || defined( 'REST_REQUEST' ) || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) { ini_set( 'display_errors', 0 );
any suggestions on how to eliminate error warnings?
Warning: ini_set() has been disabled for security reasons in /home/mywebsite/public_html/wp-includes/load.php on line 305
that line reads:
ini_set( 'display_errors', 0 );
This code in load.php line 304, 305 :
if ( defined( 'XMLRPC_REQUEST' ) || defined( 'REST_REQUEST' ) || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) { ini_set( 'display_errors', 0 );
any suggestions on how to eliminate error warnings?
Komentar
Posting Komentar