Hi...

I have been battling for weeks now with a simple problem that I dont have the skills to fix (as my web skills are entirely self-taught)... My site http://plant-alchemy.com spontaneously started displaying an alert message to the user on EVERY page: "blockUI requires jQuery v.1.2.3 or later! You are using v1.10.2" [and then an 'OK' button... Isnt 1.10.2 later than 1.2.3?. I am using D7.34 on Apache.

After searching, the only similar problems I could find were related to the filedepot module, and involved donloading/editing the current version of jquery.blockui.js - so I have downloaded this file to the libraries folder, even though I dont use filedepot module...

Also, the javascript abilities/refinements e.g. to sort lists by dragging dont work any more - have to enter numerical values in text boxes to assign list positions, etc.

Any help or advice to fix this problem would be greatly appreciated, as I'm sure it is a simple problem to fix if (unlike me) you are properly trained in JS/jQ.

best,
Joe

Comments

VM’s picture

1.10.2 is indeed later than 1.2.3 but if the module you speak of was in some way written for a specific version of jquery then that's what it is expecting.

Are you using https://www.drupal.org/project/jquery_blockui ? if not then what block ui are you using?