It is very easy to solve. Just add the following to the wp-config.php file define(‘FORCE_SSL_LOGIN’, true); define(‘FORCE_SSL_ADMIN’, true); define( ‘CONCATENATE_SCRIPTS’, false ); define( ‘SCRIPT_DEBUG’, true );
Just add this on config.php file ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false);