• My multisite is suddenly giving following errors but ONLY IN THE ADMIN PANEL.

    Notice: 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 /var/www/html/wp-includes/functions.php on line 3060 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 /var/www/html/wp-includes/functions.php on line 3060

    Then especially the wp-admin/network/update-core.php page is totally gone BLANK.

    Possible Clue:

    The last action i took before the errors occurred was, i took out the “plugins/wordpress-https” (plugin directory). But now i’ve put it back.

    I don’t even have any idea where to start to solve from.
    Any help please 🙁

Viewing 1 replies (of 1 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

Viewing 1 replies (of 1 total)

The topic ‘Notice: wp_enqueue_script was called incorrectly.’ is closed to new replies.