Uploaded files disappearing
-
Hello,
we are already using this plugin but have uploaded files disappearing since we changed our environment.
We use the very famous Bedrock edition (https://roots.io/bedrock/). They provide a compatibility page for plugin authors: https://roots.io/bedrock/docs/bedrock-compatibility/
On production DISALLOW_FILE_MODS is set to TRUE
The other specificity is that we use a non persistant infrastructure; It means that only what is contained inside our GitHub repository is deployed on the server; All un-commited files are lost when you deploy the project to production; Your plugin needs to store its information inside the database; or be able to re-create the necessary files if they are missing on the filesystem automatically;
Our media library is hosted on a cloud remote storage (S3 compliant API) called Scaleway;
Can you confirm you plugin does not violate the requirements we told you about (Bedrock + non persistent filesystem) ?
Thank you.
The topic ‘Uploaded files disappearing’ is closed to new replies.