I installed the filedepot_feature under a clean install of OA7 and it worked fine however when I tried it with a copy of our production site (OAbeta3) upgraded to OA7 I could install it but the main window stays completely blank. IE shows a Jquery is undefined error. Are there jquery components I have to put in place to get this working? Any idea how to debug this?

Firebug Shows:
jQuery is not defined
})(jQuery); plugins.js (line 428)

jQuery is not defined
jQuery.blockUI(); filedepot (line 250)

Thanks

John

Comments

John Milnes’s picture

Looks like the problem I have been having is related to the order in which the javascript files appear in the generated html code. There is a set of about 22 script include lines that are near the bottom of the source on the site that doesn't work. If I move them up to near the top ( like they are on the working site) it seems to work..

....

How can I control where these lines appear in the source?
Thanks
John

John Milnes’s picture

Status: Active » Closed (works as designed)

This issue was related to the Atrium upgrade. It was still using the old theme files from beta3. A complete upgrade corrected the issue.

sumeet.pareek’s picture

I had a similar problem with 6.x version of filedepot running with OpenAtrium. No UI showed up on the filedepot page. That happened because of missing JS files, which I had to add per this - http://drupal.org/node/1420000

That solved it for me.

ryank76’s picture

I'm getting this error: blockUI requires jQuery v1.3 or later! You are using v1.2.6

Is that something that's part of my Drupal installation or on my server? using Godaddy hosting.

EDIT: I've installed the jquery update module and that's allowed me to use Filedepot.