I installed WebFM, created a webfm root directory, and gave it the proper permissions. Everything worked nicely: I could upload files, make directories, traverse the file system, etc.
Then, I installed the "Shibboleth Authentication" module, and WebFM has ceased to work. When I navigate to the Web File Manager page, the directory structure appears empty (even though, looking on the file system, this is not the case). Trying to upload a file results in the error "Invalid Upload Path." The buttons, normally found in the upper right-hand side of the screen, to create folders, or upload folders/files to db no longer exist.
Clicking on debug gives me:
current directory undefined
trees fetch: { 'status':0 'data':' { "status": true, "tree": [ { "/webfm": { "HR": "", "Academic Affairs": "", "Faculty Comp": "", "Faculty Affairs": "", "BAD": "", "Admin": "", "Repro Med": "", "MDTV": "", "Faculty Council": "", "MSP": "", "Space": "", "HSSPPO": "", "VC News": "" } } ], "current": "/webfm", "admin": true, "err": "" }' }But I checked: the WebFM settings still refer to the same directory, and it still exists on the filesystem, with proper permissions. I've tried changing directories, but no dice there.
Any thoughts? Any help would be much appreciated.
Thanks,
Darin
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webfm_form.jpg | 40.24 KB | robmilne |
Comments
Comment #1
robmilne commentedThe debug output could be perfectly OK if that is indeed your directory structure (looks like there are 13 subdirs beneath webfm dir, none of which have subdirs). The issue with the upload may be because the upload path is contained within a hidden field of the upload form:
<input id="edit-webfmuploadpath" name="webfmuploadpath">Maybe this "Shibboleth Authentication" module is affecting this hidden field. I don't have time to debug this, but you could install the web developer addon to firefox and inspect the forms and compare to the attached screendump.
Comment #2
nhck commentedAs per #803722: Cease support of Drupal 5? support for D4 and D5 has been closed. Sorry, please upgrade to Drupal 6. If you think this issue still applies with Version 6.x please reopen this issue with correct version tag.
Thank you! :-)