- πΊπΈUnited States kwfinken Lansing, MI
Using 3.0.7 and still running into this issue.
- I have NO filters enabled.
- This only happens when uploading a new file through IMCE, it works fine when using a file that was already on the server..
- Searching for the error message, this seems to be coming from the drupal core ManagedFile element not having a content association.
- It seems that this happens when a file is uploaded for permanent storage but not associated with a particular node or piece of content.
- I see in modules/contrib/imce/src/ImcdFileField.php (line 137) that the image is getting an association, however in src/Plugin/IMCEPlugin/Upload.php (line 80) it is not getting an association.
- NOTE: I have no idea if this is the cause, a clue to the cause or a red herring.