• So I am still fairly new to WordPress, so sorry if this seems simple to some.. I have been having problems with my site since I started, mainly issues with plugins not working. I noticed when I am on my homepage and hit f12, I see there is one error

    “Uncaught TypeError: Cannot read property ‘msie’ of undefined jquery.tools.min.js?ver=1.2.6:13

    (anonymous function) jquery.tools.min.js?ver=1.2.6:13
    (anonymous function) jquery.tools.min.js?ver=1.2.6:13

    Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App’s settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App’s domains.”

    I know there was an issue of having a very old version of jQuery, which I updated using the jQuery Updater plugin by Ramoonus. What is causing this problem now and how can I fix it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

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

    Thread Starter aquesada001

    (@aquesada001)

    Thanks for the reply!

    I figured out what is causing it, I was having a problem where my template was running a very old version of jQuery and I was other errors and issues with plugins. I could not contact the author, so I downloaded the jQuery Updater plugin. My other plugin is working now, but I am getting this new error. Is there anything I can do to fix that?

    Thread Starter aquesada001

    (@aquesada001)

    When I deactivate the jQuery Updater plugin the error goes away, but then I get:

    Uncaught TypeError: undefined is not a function

    admin-bar.min.js?ver=3.9:1
    event.returnValue is deprecated. Please use the standard event.preventDefault() instead. jquery-1.6.4.min.js?ver=1.6.4:3
    Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App’s settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App’s domains.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with jQuery?’ is closed to new replies.