Closed (works as designed)
Project:
filedepot
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2010 at 16:35 UTC
Updated:
24 Nov 2012 at 05:47 UTC
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
Comment #1
John Milnes commentedLooks 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
Comment #2
John Milnes commentedThis issue was related to the Atrium upgrade. It was still using the old theme files from beta3. A complete upgrade corrected the issue.
Comment #3
sumeet.pareek commentedI 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.
Comment #4
ryank76 commentedI'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.