When Fielefield Paths is enabled all Filedepot uploads end up inside the main private uploads directory instead of inside filedepot/[folder-id].
Following error is shown upon uploading a file:
Notice: Undefined index: host in _filefield_paths_replace_path() (line 292 of /kunden/138827_79102/dev/d7/site12/sites/all/modules/contrib/filefield_paths/filefield_paths.module).
As soon as I disable Filefield Paths new uploads are put inside their respective directories.
There's a very similar issue with the plup module in combination with FFP where the maintainer of FFP holds plup to be responsible for this behaviour, so maybe this is the case for Filedepot, too?
http://drupal.org/node/1434370 and especially http://drupal.org/node/1434370#comment-5774674
Comments
Comment #1
_timpatrick commentedWhat were you using file field paths to accomplish in filedepot?
On a side note, filedepot needs to store the files under its own defined structure for it to work as intended.
Comment #2
_timpatrick commentedComment #3
shaostudio commentedI don't have Pulp installed, but I received this same error after I saved content to a Basic Page only after I added images. The changes seemed to be saved and only the error showing up.
The image field in Basic Page consists of: machine name field_gallery, field image, widget image. All text content changes to the Basic Page had no errors. Strange, no issues with this Content Type before now.
Comment #4
_timpatrick commentedSo its an issue related to file fields then and not file depot?
Comment #5
_timpatrick commented