Closed (fixed)
Project:
IMCE
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2012 at 15:18 UTC
Updated:
19 Nov 2012 at 13:30 UTC
I am attempting to use Amazon S3 serving images for a site (using the Amazon S3 module) with the IMCE editor and FileField Sources. I can upload new images (via FileFieldSources) but if I select an existing image via IMCE I receive the error "The selected file could not be used because the file does not exist in the database." when IMCE hands the file over to to FIleFieldSources.
Any thoughts?
Comments
Comment #1
ufku commentedIt's not related to S3 or IMCE. A file(usually uploaded by FTP) must be registered by Drupal to be used in a file field.
Try IMCE for File Field.
Comment #2
balancestuff commentedNo luck, unfortunately.
I did check the "Allow users to select files from IMCE File Browser for this field." checkbox for the field I'm testing with.
A lof of the files in question were uploaded via the standard FileField Upload option.