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.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | ScreenShot056.jpg | 488.55 KB | tloader11 |
| #2 | Filedepot-error.png | 204.03 KB | mohit_aghera |
Comments
Comment #1
_timpatrick commentedAre there any javascript errors (Using firebug with firefox?)
Comment #2
mohit_aghera commentedhi _timpatrick,
I have following error in javascript.
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.
Comment #3
gavmassingham commentedHi,
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.
Comment #4
blainelang commentedComment #5
tloader11 commentedI have the same error, redownloaded the file, tried to remove the 'hidden' stuff in css,, still not showing... what am i doing wrong ?
Comment #6
tloader11 commentedSorry, 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
Comment #7
blainelang commented@tloader11 it's indicating the blockui javascript library has not loaded. This is one of the install steps in the readme.
Comment #8
tloader11 commented:$ whoops, think i missed that one ;-)
thanks for your solution !
Comment #9
blainelang commented