• Resolved pmcmillan3698

    (@pmcmillan3698)


    Just upgraded to 3.3 – site still runs fine, but admin pages broken. No Javascript – can’t upload media, screen options doesn’t pull down, etc. Also no admin bar when browsing site when logged in. No apparent errors.

    Followed master list, installed Hotfix 0.8, no dice. Switched to twenty-eleven, and that immediately fixed it, so i know it is a theme issue. Can’t see anything in the CSS that could cause problem – any tips? Assuming it must be a javascript issue, but I don’t even know where to begin.

    Thanks to all who try to help, it is much appreciated. Fortunately site is not down, but I have updates scheduled and can’t do them (no upload capability).

Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter pmcmillan3698

    (@pmcmillan3698)

    just upgraded another site, same exact issue (from same theme developer). at least this time I have a backup ready to roll out.

    I have the same problem, and my blog is straight from box WP 3.3 with Twenty Eleven 1.3. The problem is caused by wp-admin/load-scripts.php returning 500 Internal Server Error instead of jQuery.

    The code fails here:

    $wp_scripts = new WP_Scripts();
    wp_default_scripts($wp_scripts);

    The first line is where it all breaks down, the program won’t run beyond it. No idea what’s going on here.

    May I ask what tool you used to discover that? I have some extensions in my browser, but wasn’t sure which ones to use.

    Jeremy

    Loaded the file directly with the browser… Firebug can also show it.

    Thanks. I get exactly the same error on my site at http://jeremycherfas.net/wp but not at two other sites that I also upgraded automatically.

    Update to 3.3.1 fixed this for me.

    Thread Starter pmcmillan3698

    (@pmcmillan3698)

    my original theme developer ended up fixing the issue at no charge for us. I haven’t had a chance to follow up to see what fixes were implemented, but thanks to all for their help on the forum.

    pmcmillan3698 did you ever get a chance to look at the changes your developer made? I’m struggling with the same issue.

    I found another thread that had the solution for me. I commented out the Custom_Admin_Bar class in classes.php in my custom theme. I also noticed a deprecation warning for automatic_feed_links( false ) which I changed to add_theme_support( ‘automatic-feed-links’ ) in functions.php. Now error logs and UI are clean.

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘Javascript Not Functioning On Admin Pages after 3.3 Upgrade’ is closed to new replies.