• After wordpress automatically updated to 4.6.1 wpadmin got broken.

    According to google developer tools:

    —————-
    GET https://vitalieinterbouw.nl/wp-admin/load-scripts.php?c=0&load%252525252525…ery-core,jquery-migrate,utils,underscore,wp-util,wp-a11y,updates&ver=4.6.1 net::ERR_TOO_MANY_REDIRECTS
    admin-helpers.js?ver=20160407-2:77 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ admin-helpers.js?ver=20160407-2:77
    dashboard.js?ver=4.6.1:1 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ dashboard.js?ver=4.6.1:1
    (index):288 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ (index):288
    (index):531 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ (index):531
    load-scripts.php?c=0&load[]=hoverIntent,common,admin-bar,wp-ajax-response,jquery-color,wp-lists,qui…:1 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ load-scripts.php?c=0&load[]=hoverIntent,common,admin-bar,wp-ajax-response,jquery-color,wp-lists,qui…:1
    menu-highlight-fix.js?ver=1474792019:1 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ menu-highlight-fix.js?ver=1474792019:1
    wp-seo-admin-global-350.min.js?ver=3.6:1 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ wp-seo-admin-global-350.min.js?ver=3.6:1d.1 @ wp-seo-admin-global-350.min.js?ver=3.6:1e @ wp-seo-admin-global-350.min.js?ver=3.6:1a @ wp-seo-admin-global-350.min.js?ver=3.6:1(anonymous function) @ wp-seo-admin-global-350.min.js?ver=3.6:1
    jquery.hideseek.min.js?ver=4.6.1:36 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ jquery.hideseek.min.js?ver=4.6.1:36
    wp_backend.js?ver=4.6.1:2 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ wp_backend.js?ver=4.6.1:2
    2jsapi?autoload={“modules”%3A[{“name”%3A”visualization”%2C”version”%3A”1.1″%2C”packages”%3A[“corecha…:22 A Parser-blocking, cross-origin script, https://www.google.com/uds/api/visualization/1.1/e958f33020f6e1d242478538a1…ntloader,format+en,default+en,ui+en,geochart+en,table+en,corechart+en.I.js, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
    admin.js?ver=1.1.4:1 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ admin.js?ver=1.1.4:1
    load-scripts.php?c=0&load[]=hoverIntent,common,admin-bar,wp-ajax-response,jquery-color,wp-lists,qui…:9 Uncaught TypeError: QTags is not a constructor
    —————————-

    What is going on and how to fix it?

    • This topic was modified 8 years, 5 months ago by JelenaIden.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The usual debug method is to disable all the plugins and retry. Change Themes to a default one (2016).
    If still no joy you could try reinstalling the core files manually.

    Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

    Error Related to Missing or Damaged Core Files

    Try downloading WordPress again, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and delete then replace your copies of everything except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings.

    Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.

    Thread Starter JelenaIden

    (@jelenaiden)

    Restoring from backup also did not help, because of WordPress automatic update install. As soon as I restore it from backup, it updates back to 4.6.1. What if I don’t want this update at all? How can I get rid of it?

    • This reply was modified 8 years, 5 months ago by JelenaIden.
    • This reply was modified 8 years, 5 months ago by JelenaIden.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Update 4.6.1 – Broken wpadmin’ is closed to new replies.