Filedepot is not showing. When I look at the css for filedepot, I see a lot of tags like #filedepot with a visibility:hidden and #filedepottoolbar display:none. There are various element styles also hidding the interface. As I remove these tags, the interface appears.

CommentFileSizeAuthor
#6 ScreenShot056.jpg488.55 KBtloader11
#2 Filedepot-error.png204.03 KBmohit_aghera

Comments

_timpatrick’s picture

Are there any javascript errors (Using firebug with firefox?)

mohit_aghera’s picture

StatusFileSize
new204.03 KB

hi _timpatrick,
I have following error in javascript.

Uncaught TypeError: Object function (j,s){return new b.fn.init(j,s)} has no method 'blockUI'

Do you have any idea regarding this ?
Is it problem that javascript might not be loading, I have configured as per in Readme.txt file.

gavmassingham’s picture

Hi,

I had this exact same problem but when I examined the file jquery.block.js it was a more or less empty file - certainly there wasn't any javascript in it! Presumably the download had gone snafu somehow.

Anyway I re-downloaded the file and checked that it actually had some javascript content and the UI now displays as expected. Hope this helps.

blainelang’s picture

Status: Active » Fixed
tloader11’s picture

Status: Fixed » Needs review

I have the same error, redownloaded the file, tried to remove the 'hidden' stuff in css,, still not showing... what am i doing wrong ?

tloader11’s picture

Version: 7.x-1.x-dev » 7.x-1.0-rc1
StatusFileSize
new488.55 KB

Sorry, it's the release canidate where I'm experiencing problems with.

Already tried:
appling patch from other thread (warning patch) (not working)
inspecting code and trying to solve
'updating' jquery with jquery_update module (just in case ;-)

Specs:
Running drupal 7.17
Nothing more special to report, I guess

blainelang’s picture

@tloader11 it's indicating the blockui javascript library has not loaded. This is one of the install steps in the readme.

tloader11’s picture

:$ whoops, think i missed that one ;-)

thanks for your solution !

blainelang’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.