Closed (duplicate)
Project:
FileField Sources
Version:
7.x-1.4
Component:
Source: IMCE
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2012 at 18:11 UTC
Updated:
2 May 2012 at 19:32 UTC
The FileField sources / IMCE browser displays the directories only (no files)
I opened up permissions on the files within the directories all the way and they still do not display
Any suggestions would be appreciated
Comments
Comment #1
dimitriseng commentedI also have the same issue, no files are shown in IMCE and I have checked all permissions etc.
Comment #2
quicksketchThis is similar to #436182: IMCE lists unusable files (The selected file could not be used because the file does not exist in the database). You can only add files that are controlled by File module to begin with. If a file was uploaded in some other way, you are not allowed to use it in the field. This is because if you were allowed to use an existing file, then clicked the "Remove" button after attaching it; it would delete the file. So FileField Sources only allows you to attach a file that has been uploaded on another node to ensure you can't accidentally go deleting files that are in use elsewhere.
Comment #3
toby53 commentedthanks for the info !
Unfortunately I need to attach lots of files in predetermined directories to do drupal commerce products.
Filefield sources attach works but there are no directories available to select from.
I'm not sure if anyone has a work around other than uploading 1 by 1 using the browse button ?
Comment #4
dman commentedReply over here (also to toby53) with work-around makes this a duplicate.
http://drupal.org/node/1460694#comment-5723824
Comment #5
fietserwinSee comment #1460694-3: Using managed files with filefield sources / IMCE - not displaying. The error there only occurs in the root directory, but if you don't have managed files in subdirectories, the bug report might be described as here...