Not sure if anyone else has come across this, but there seem to be some incompatibility between FileDepot and FileField Paths. With FileField Paths operating, uploaded files don't show in FileDepot. I'm wondering if there's some way to 'opt out' of FileField Paths for FileDepot's content type.
Anyone else come across this?
Shawn
Comments
Comment #1
jlain commentedI was having the same issue. With FileField Paths enabled this is what happen...
- Go to FileDepot interface
- Click upload
- Upload a file (test.jpg) to folder xxx
- ... modal goes away, no confirmation
- Go to the FileDepot folder node and edit (xxx in this case)
- The file (test.jpg) is listed in folder file list
- Without changing anything, save xxx
- The file (test.jpg) now shows up in FileDepot
Once I disabled FileField Paths I was able to upload files using the FileDepot interface.
FileDepot version: 6.x-1.0
FileField Paths: 6.x-1.4
FileField: 6.x-3.7
Hope this helps fix the issue.
-Joe
Comment #2
blainelang commentedI can confirm the issue but don't see a solution right now with out major re-work as the filedepot module has to intercept the file save from the filefield module and then copy it to the secure filedepot folder and update all the node records.
Looks like both modules are trying to hook into the file save and move it and filedepot is loosing out but suspect other modules trying to both do the same may have the same result.
Comment #3
danielstrum commentedI had the same issue but this seemed to fix it for me:
http://drupal.org/node/1057340
Comment #4
SiteMaster.ServeLime.com commentedGetting the same issue - confirmed with FileDepot 1.2 and
FileFields 3.10 (File Meta disabled, since not got ID3 installed)
FileFields Path 1.4
When FileFields Path is disabled, the upload dialog completes properly; else it just hangs after the red bar runs to full. Then have wait +/- 60 sec, then cancel the dialog & refresh the folder manually.
(The file is uploaded if I wait 60 sec after the red bar; else it doesn't seem to upload)
Additional issues with upload:
1. On complete of upload, the selected folder does not auto-refresh to show the file.
2. Upload PDF defaults to std icon, even though added icon mapping pdf=pdf.gif