• Resolved seito

    (@seito)


    Hy,

    I just updated to latest 3.5 edition. Front end works as it should, but I soon noticed that something is wrong with my back end.

    Menus drop-downs were not working, plugin’s dashboards were not working … so I checked with fire bug. And I get this error:

    "NetworkError: 404 Not Found - https://aboveaverage.me/wp-admin/load-scripts.php?c=1&load[]=jquery,utils,json2&ver=3.5"
    
    load-s...ver=3.5
    
    ReferenceError: jQuery is not defined
    [Prekini ob tej napaki] 	
    
    jQuery(function($) {
    
    index.php (vrstica 142)
    
    ReferenceError: jQuery is not defined
    [Prekini ob tej napaki] 	
    
    jQuery(function($) {
    
    index.php (vrstica 48)
    
    ReferenceError: jQuery is not defined
    [Prekini ob tej napaki] 	
    
    jQuery(function($) {
    
    index.php (vrstica 142)
    
    "NetworkError: 404 Not Found - https://aboveaverage.me/wp-admin/load-scripts.php?c=1&load[]=admin-bar,hoverIntent,common,wp-ajax-response,jquery-color,wp-lists,quicktags,jquery-query,admin-comments,jquery-ui-core,jquery-&load[]=ui-widget,jquery-ui-mouse,jquery-ui-sortable,postbox,dashboard,customize-base,customize-loader,thickbox,plugin-install,underscor&load[]=e,shortcode,media-upload,jquery-ui-position,wp-pointer,backbone,media-models,plupload,plupload-html5,plupload-flash,plupload-sil&load[]=verlight,plupload-html4,wp-plupload,media-views,media-editor,word-count,jquery-ui-resizable,jquery-ui-draggable,jquery-ui-button&load[]=,jquery-ui-dialog,wpdialogs,wplink,wpdialogs-popup&ver=3.5"
    
    load-s...ver=3.5
    
    ReferenceError: jQuery is not defined
    [Prekini ob tej napaki] 	
    
    jQuery( document ).ready( function($)
    
    index.php (vrstica 621)
    
    "NetworkError: 404 Not Found - https://aboveaverage.me/wp-admin/load-scripts.php?c=1&load[]=admin-bar,hoverIntent,common,wp-ajax-response,jquery-color,wp-lists,quicktags,jquery-query,admin-comments,jquery-ui-core,jquery-&load[]=ui-widget,jquery-ui-mouse,jquery-ui-sortable,postbox,dashboard,customize-base,customize-loader,thickbox,plugin-install,underscor&load[]=e,shortcode,media-upload,jquery-ui-position,wp-pointer,backbone,media-models,plupload,plupload-html5,plupload-flash,plupload-sil&load[]=verlight,plupload-html4,wp-plupload,media-views,media-editor,word-count,jquery-ui-resizable,jquery-ui-draggable,jquery-ui-button&load[]=,jquery-ui-dialog,wpdialogs,wplink,wpdialogs-popup&ver=3.5"

    In Chrome I get in console this error:

    Failed to load resource: the server responded with a status of 404 (Not Found) https://www.anteros.eu/wp-admin/load-scripts.php?c=1&load[]=admin-bar,hoverIntent,common,jquery-ui-widget,jquery-ui-position,wp-pointer,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable&ver=3.5
    Failed to load resource: the server responded with a status of 404 (Not Found) https://www.anteros.eu/wp-admin/load-scripts.php?c=1&load[]=jquery,utils,quicktags&ver=3.5
    Uncaught ReferenceError: jQuery is not defined jcycle.js:1033
    Uncaught ReferenceError: jQuery is not defined jqueryFileTree.js:33
    Uncaught ReferenceError: jQuery is not defined jquery.appendo.js:9
    Uncaught ReferenceError: jQuery is not defined custom-admin.js:1
    Uncaught ReferenceError: jQuery is not defined jquery.miniColors.min.js:1
    Uncaught ReferenceError: edButtons is not defined mc-quicktags.js:1
    Uncaught ReferenceError: jQuery is not defined colorpicker.js:484
    Uncaught ReferenceError: jQuery is not defined /wp-admin/network/about.php?updated (1):54

    So, I’m guessing there is something wrong with paths written in load-scripts.php. And since jquery doesn’t load, all dependent scripts fail.

    I have multisite with multiple sub-domains. And it’s the same for network dashboard, and all sub-domains dashboards. So I assume problem can’t be because of theme (different sites use different themes). But it could be somehow connected to WordPress MU Domain Mapping plug in or structure of sub-domain network.

    I have no idea where to begin. So, please, if any body have any idea or solution, share it :).

    Thank you!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter seito

    (@seito)

    I did, and I followed instructions under KNOWN ISSUES … jquery. My problem is, that error says jquery is not breaking. It’s missing. So, I hope that someone will have any idea what is going on here. Maybe problem with support for multisite network paths or something.

    Try re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.

    Thread Starter seito

    (@seito)

    I wanted to write you is there really no other way, since I don’t want to mess with wp-config or any of those files I already configured. But now I see there is NO wp-config in 3.5. What? I’m really frustrated here and I don’t get it any more. What is this new file wp-config-sample.php?

    If I upload fresh download, will I not loose some already made settings which would be preserved with auto-update?

    Thread Starter seito

    (@seito)

    OK, I did what esmi said. I deleted all files and folders related to wordpress (that were also found in fresh 3.5 package! I left files like wp-config, etc. intact) except folder wp-content. And then upload fresh package, again without wp-content. And now it seams like it’s working. If any more problems show up, I will report.

    But, I would still like to know what is up with this new file wp-config-sample.php?

    Esmi, THANK YOU!

    wp-config-sample.php has always been part of the WordPress download package. It’s used as a template for those who want to create their wp-config.php file manually.

    Glad to hear that you’re back up & running again. ??

    Step 1:
    Got to theme folder then >js folder then >admin folder and upload latest jQuery file. Lasted file available to download from https://jquery.com

    Step 2:
    Then go to theme folder again >includes and open theme-config.php and replace the name of of jQuery file with the name of latest file you just uploaded in first step.

    Note this update will work if your current theme is less then jQuery 1.8.3 framework.

    And add this line of code in wp-config file

    define(‘CONCATENATE_SCRIPTS’, false);

    just above this line
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);

    I have a problem with this…

    I recently updated the site to latest WordPress and all plugins. Now the website cant be accessed by the company owners.. two different macs running safari?

    I can access it in every browser and iphone/ipad etc but they cant.. just says safari cant load the page…she emptied the cache, and it loaded some backround images of the menu bar… then failed to open?

    Site is https://www.radioactivepromotions.co.uk/

    Any help would be great?

    @boca.des: As per the Forum Welcome, please post your own topic.Posting in an existing topic prevents us from being able to track issues by topic. Added to which, your problem – despite any similarity in symptoms – is likely to be completely different.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Failed to load resources error after update to 3.5 (admin back end)’ is closed to new replies.