Hello, I’ve searched and read every similar topic in the discussion forums but continue to have trouble with this issue. I am using EE 2.5.3 w/ latest version of MSM.
I have a channel field group with 2 file fields. Each points to a different Allowed Directory. In Content -> Files -> File Upload Preferences, both are configured with absolute path.
** I am able to upload to these directories (from EE) with no issue.
** I am logged in as a SuperAdmin.
When attempting to edit a record in my channel, I do the following:
1) Click “Add File” in one of the File fields
2) Choose a previously uploaded file
3) The record shows a thumbnail of the chosen image using http://www.mysite.com/images/uploads/article-images/_thumbs/mychosenimg.jpg
4) Click “Submit” to apply the record changes
5) Page is refreshed with “You do not have access to the directory specified for this field”
After turning debug on, I see the following message at the top of the content publish form:
A PHP Error was encountered
Severity: Notice
Message: Undefined index: filename
Filename: libraries/File_field.php
Line Number: 77
—also—
I created an extremely simple channel with a single channel field of type File. This seems to work OK!!!
Could this be a problem related to having multiple File fields in a single channel group, maybe?
Thanks!!!