I have Drupal 7 installed an have added the Filedpot module, read the help file and watched the video. When I try to add a new folder the dialog module shows up but is blank and after a while I get the follow error. Any suggestion on how to fix? Have tried IE and chrome.

Note using fiddler I see a 504 error on /filedepot/ajax/newfolder.
There is no such folder under sites/all/modules/filedepot, is there supposed to be?

---------------------------
Message from webpage
---------------------------
An AJAX HTTP request terminated abnormally.
Debugging information follows.
Path: /filedepot/ajax/newfolder
StatusText: error
ResponseText:
ReadyState: 0
---------------------------
OK
---------------------------

edit: No errors in apache logs or the drupal log.
Note if I enter the /filedepot/ajax/newfolder directly in the browser it does show data so it is accessible.

edit 2: Ok more testing and two servers now and installed the DEV version... As above if I use fiddler and click the new folder link it shows a dialog window and fiddler shows a 504 error for /filedepot/ajax/newfolder.

On the other hand if I enter the link directly /filedepot/nojs/newfolder it shows page (not dialog) fine and I am able to add folders which show in the main filedepot page.

if I enter /filedepot/ajax/newfolder it returns data as a "get" but per fiddler the system is doing a "post", not sure why.

I am not see any errors in fiddler, drupal error logs, or apache2 error logs.

---------------------------
Message from webpage
---------------------------

An AJAX HTTP error occurred.
HTTP Result Code: 504
Debugging information follows.
Path: /filedepot/ajax/newfolder
StatusText: Fiddler - Receive Failure
ResponseText: [Fiddler] ReadResponse() failed: The server did not return a response for this request.Server returned 0 bytes.
---------------------------
OK
---------------------------

Comments

jjhii’s picture

Could someone please lend a hand?

Tgarius’s picture

Did you ever get this resolved, by the look of the feedback it was not very popular.

Tgarius’s picture

I have the current dev version (update after this problem) I have everything working but when I hit the new folder or new file button the screen greys out and stays that way. I've tried several themes all do the same thing. If I manually type the address into browser bar it works /filedepot/nojs/newfolder. I've tried all browsers (same result). Drupal 7 everything current as of the date of this post.

Thanks

jjhii’s picture

No I never got it to work and just decided to make my own sort of, basically I copied and edit a sample I found. I only needed simple functions so that was not a problem.

I agree it does not seem popular or supported.

Tgarius’s picture

I had Jquery version set to 1.8 on my system, I set it to 1.7 and Google UI (Not sure Google had anything to do with it). Came right up. I went back and changed to 1.8 and got the same grey screen lock up.

conf/deveolpment/jquery update.

jjhii’s picture

Thanks for posting back your work around.
Sounds like a breaking change in JQuery.
If I have some time I will check it on my site but on another project at the moment.

heschlie’s picture

Thank you for this reply, it fixed my issue!

p0832414’s picture

Thank you ! Fixed my issue aswell.