• Resolved Skate-O

    (@skate-o)


    First off, I LOVE this plugin!!! I use it on all my sites!!! Keep up the good work!!!

    I’m getting a white screen. I managed to disable plugin through server to log in. Below is the info I get in my Browser Console. I can’t make heads or tails of it. 🙁

    13:24:26.535 Error: Permission denied for <https://developer.mozilla.org> to create wrapper for object of class UnnamedClass
    13:24:28.341 Use of Mutation Events is deprecated. Use MutationObserver instead. script.js:20
    13:25:08.062 Expected 'none' or URL but found 'alpha('.  Error in parsing value for 'filter'.  Declaration dropped. wp-admin.min.css:1
    13:25:08.063 Error in parsing value for 'background-image'.  Declaration dropped. wp-admin.min.css:1
    13:25:08.064 Unknown property 'box-sizing'.  Declaration dropped. wp-admin.min.css:1
    13:25:08.066 Error in parsing value for 'text-shadow'.  Declaration dropped. wp-admin.min.css:1
    13:25:08.066 Unknown property 'user-select'.  Declaration dropped. wp-admin.min.css:1
    13:25:08.067 Expected media feature name but found '-o-min-device-pixel-ratio'. wp-admin.min.css:1
    13:25:08.067 Expected media feature name but found '-webkit-min-device-pixel-ratio'. wp-admin.min.css:1
    13:25:08.274 Unknown property 'box-sizing'.  Declaration dropped. I.buttons.min.css,qver=3.6.1.pagespeed.cf.C1llTfONvM.css:1
    13:25:08.274 Error in parsing value for 'background-image'.  Declaration dropped. I.buttons.min.css,qver=3.6.1.pagespeed.cf.C1llTfONvM.css:1
    13:25:08.276 Error in parsing value for 'background-image'.  Declaration dropped. colors-fresh.min.css:1
    13:25:08.277 Expected color but found 'bottom'.  Error in parsing value for 'background-image'.  Declaration dropped. colors-fresh.min.css:1
    13:25:08.278 Error in parsing value for 'background'.  Declaration dropped. colors-fresh.min.css:1
    13:25:08.278 Unknown property '-moz-box-shadow'.  Declaration dropped. colors-fresh.min.css:1
    13:25:08.278 Expected 'none' or URL but found 'alpha('.  Error in parsing value for 'filter'.  Declaration dropped. colors-fresh.min.css:1
    13:25:08.278 Error in parsing value for 'text-shadow'.  Declaration dropped. colors-fresh.min.css:1
    13:25:08.279 Expected media feature name but found '-o-min-device-pixel-ratio'. colors-fresh.min.css:1
    13:25:08.279 Expected media feature name but found '-webkit-min-device-pixel-ratio'. colors-fresh.min.css:1
    13:25:08.546 Password fields present on an insecure (http://) page. This is a security risk that allows user login credentials to be stolen.[Learn More]
    13:25:08.546 Password fields present in a form with an insecure (http://) form action. This is a security risk that allows user login credentials to be stolen.[Learn More]
    13:25:08.549 TypeError: jQuery(...).on is not a function ag_script.js,qver=1.2.7.6.pagespeed.jm.pK7ySZYAOu.js:37
    13:25:08.550 Use of Mutation Events is deprecated. Use MutationObserver instead. script.js:20
    13:25:08.880 TypeError: jQuery(...).on is not a function ag_script.js,qver=1.2.7.6.pagespeed.jm.pK7ySZYAOu.js:37
    13:25:17.802 Unknown pseudo-class or pseudo-element '-webkit-search-decoration'.  Ruleset ignored due to bad selector. wp-admin.min.css:1
    13:25:17.806 Unknown property 'tranform'.  Declaration dropped. wp-admin.min.css:1
    13:25:18.176 TypeError: jQuery(...).on is not a function ag_script.js,qver=1.2.7.6.pagespeed.jm.pK7ySZYAOu.js:37
    13:25:18.176 Use of Mutation Events is deprecated. Use MutationObserver instead. script.js:20
    13:25:18.310 TypeError: jQuery(...).on is not a function ag_script.js,qver=1.2.7.6.pagespeed.jm.pK7ySZYAOu.js:37

    http://wordpress.org/plugins/ag-custom-admin/

Viewing 8 replies - 1 through 8 (of 8 total)
  • It looks like that you have pretty outdated version of jQuery. I think you should have at least 1.7.3. Please try to find your version like this

    alert($.fn.jquery)

    What is your WordPress version, is it older one too? If so, I would suggest you to keep using AGCA 1.2.7.4 version instead, or to update your WordPress.

    If you’re already using later version of WordPress, it could be that some of your plugins or theme is including this older version of jQuery. In that case, please disable them all and enable one by one to see when it fails. If you’re unable to access login page, please disable JavaScript in your browser, and you can login and disable plugins.

    Thread Starter Skate-O

    (@skate-o)

    I have the most current version of wordpress: 3.6.1

    As to the jquery, I have no clue how to find out or where to find what version it is. You say to find it use the alert code… where do I do that?

    I do know I am using an older theme!

    Please open IE, pres F12, and go to script -> console and type “alert($.fn.jquery)”. This should show you jQuery version. Yeah, it could be that your theme is using older version. Please go to your theme folder and probably there is header.php or something, and search for jquery version there.

    Thanks

    Thread Starter Skate-O

    (@skate-o)

    <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js?ver=3.6.1'></script>

    So I’m guessing 1.4.3 Is there a manual way to change it to a newer version?

    Yeah, that’s pretty old. Please just try to change 1.4.3 number to 1.8 or later, that might work actually. (check URL in browser for verification)

    Thread Starter Skate-O

    (@skate-o)

    *screams* SWEEEEEEEEEEEEET!!!!!!!!!!!!!

    Thank You Soooooooooooooooooo Much!!!!!!!!! For some dumb reason, it was hiding in functions!

    Plugin Activated and Running!!!

    Fixing the jQuery might fix some of my “other” problems I’ve had.

    Thanks Again!!! Keep Up The Great Work!!!

    Thank you, I’m glad that it works now. Hope you’ll enjoy our future releases as well!

    Thread Starter Skate-O

    (@skate-o)

    I most likely certainly will like future releases!!! Good Work!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can't Login with New Plugin Update’ is closed to new replies.