Support » Fixing WordPress » JavaScript/jQuery isn't working in the admin panel

  • Hello,

    After updating wp ?? to wp 3.5.1 (NL) all javascript or jQuery parts in the admin panel didn’t work anymore. The reason why for that is because parts like Quick edit or dropdown columns simply dont work anymore.

    I ran the debug mode and it gave me alot of information, but I really dont know what to do with it. Here are a view error lines I got:

    @admin panel:

    Notice: has_cap was called with an argument that is <strong>no longer in use</strong> since version has_cap! Using the levels of plugins and themes is no longer possible. Instead, use rolls. in ../wp-includes/functions.php on line 2923
    
    Notice: Undefined index: dashboard_rmk_gat in ../wp-admin/includes/dashboard.php on line 130
    
    Notice: Undefined variable: gauth in ../wp-content/plugins/romtek-pro-google-analytics-tools/rmk_gat_admin_options.php on line 223
    
    +/- 50 other plugin errors

    @website

    Notice: Undefined index: Preset in ../wp-content/plugins/arscode-social-slider/arscode-social-slider.php on line 619
    
    Notice: Undefined property: WP_Query::$post in ../wp-content/plugins/arscode-social-slider/arscode-social-slider.php on line 631
    
    Notice: Trying to get property of non-object in ../wp-content/plugins/arscode-social-slider/arscode-social-slider.php on line 631
    
    Notice: Undefined variable: out in ../wp-content/themes/headtheme/include/theme-shortcodes.php on line 314
    
    Notice: Undefined variable: out in ../wp-content/themes/headtheme/include/theme-shortcodes.php on line 323
    
    Notice: Undefined variable: out in ../wp-content/themes/headtheme/include/theme-shortcodes.php on line 332
    
    Notice: Undefined variable: out in ../wp-content/themes/headtheme/include/theme-shortcodes.php on line 341

    Greetings,

    Fleuv

Viewing 5 replies - 1 through 5 (of 5 total)
  • We need to know what version of WordPress your were running before you upgraded. Do you have a pre-upgrade database backup?

    Thread Starter Fleuv

    (@fleuv)

    Oke, I looked up in the google cache and there it says WP 3.4 (got that from the page source)

    In that case, try:
    – switching to the default theme by renaming your current theme’s folder inside wp-content/themes and adding “-old” to the end of the folder name using FTP or whatever file management application your host provides.

    resetting the plugins folder by FTP or phpMyAdmin.

    – 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.

    – running the upgrade manually via wp-admin/upgrade.php

    Thread Starter Fleuv

    (@fleuv)

    Well this might solve my problem but the site wouldn’t remain like it was.

    Thread Starter Fleuv

    (@fleuv)

    I’ve found the plugin what is causing the problem. By activating and deactivating all my plugins I found out that jQuery & javascript did work when all plugins where activated except the plugin: “Romtek Pro Google Analytics Tools”. The plugin is by Romtek -> http://romtekdev.com/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘JavaScript/jQuery isn't working in the admin panel’ is closed to new replies.