In FF Firebug Console I get:

TypeError: jQuery.unblockUI is not a function
http://[mysite]/all/modules/filedepot/js/common.js?mfb02m
Line 2424

Also tried
* in IE
* dev version
* moving out all "non-filedepot-.js"
* ..
but same error..

Anyone an idea?
or an alternative?
I realy need a filedepot(like) solution for my site.

tnx
jurgen.

Comments

sharplesa’s picture

Did you make sure to install the jquery.blockUI in sites/all/libraries/jquery.blockui as described in the README file?

If sites/all/libraries/jquery.blockui/jquery.blockui.js is present, look at it and make sure it's really just javascript and not some HTML. I had originally been tricked when I downloaded the query.blockUI file by downloading the HTML page, not the javascript file the HTML page points to.

jurgen@da’s picture

@sharplesa : yep, checked all that. tnx for your reply.

sharplesa’s picture

StatusFileSize
new52.86 KB

Really? You actually looked at the source code of jquery.blockUI and confirmed that it begins with the following?

/*!
 * jQuery blockUI plugin
 * Version 2.54 (17-DEC-2012)
 * @requires jQuery v1.3 or later
 *

If that's the case, then check out the Firebug Net panel, and confirm that you're getting all of jquery and jquery.blockUI, etc. Surely you're not getting one of the required files, or they're not all legit javascript.

sharplesa’s picture

Status: Needs work » Needs review

Updating to 'needs review' just to get a quick confirmation from you, jurgen.

sharplesa’s picture

StatusFileSize
new193.92 KB

Here's another data point. I noticed that when I didn't have internet access and therefore the remote YUI library was unavailable, I experienced the same behavior you described. Now I've replicated the YUI library to my sites/all/libraries folder and changed the config settings to point to that local library instead of at yahoo. If you want, you can extract the attached into sites/all/libraries in your installation. it'll create a yui_2.7.0 folder (so you should have sites/all/libraries/yui_2.7.0).

Then, browse to admin/config/media/filedepot, open the basic settings section, and set the URL to be sites/all/libraries/yui_2.7.0/.

Maybe this will help you too.

jurgen@da’s picture

Tried your suggestions.

Page loaded but with display:none => no visible UI

Switched to Rubik theme: visible & functional UI!

Now I have to figure out why Filedepot doesn't show in my theme..

@sharplesa: tnx for all the effort!

blainelang’s picture

Category: bug » support
Priority: Critical » Normal
Status: Needs review » Postponed (maintainer needs more info)

Have you been able to resolve your installation issue?

_timpatrick’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing as no activity for a while - if you wish you may reopen it.