I don’t know how but now I am getting this error :
Notice: wp_enqueue_style was called
incorrectly. Scripts and styles should not be registered or enqueued
until the wp_enqueue_scripts, admin_enqueue_scripts, or
login_enqueue_scripts hooks. Please see Debugging in WordPress for
more information. (This message was added in version 3.3.) in
wp-includes/functions.php on line 3049Notice: wp_enqueue_script was called incorrectly. Scripts and styles
should not be registered or enqueued until the wp_enqueue_scripts,
admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see
Debugging in WordPress for more information. (This message was added
in version 3.3.) in wp-includes/functions.php on line 3049Warning: Cannot modify header information – headers already sent by
(output started at wp-includes/functions.php:3049) in wp-login.php on
line 415Warning: Cannot modify header information – headers already sent by
(output started at wp-includes/functions.php:3049) in wp-login.php on
line 427
This is what I get when I try to log in… On other sites, I have only two first errors. I try to fix it but I can’t. Any suggestions?