FileNotFoundError when storing media files in a folder instead of the database #1559
-
When the conf is set to store files into a folder, media upload fails and Apache logs shows:
I guess the concatenation of Is anybody has a working folder storage? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, thanks for raising this. The file storage class was there before SQLite support and we never used them together. I've committed a fix to the codebase now to stop this being an issue in future (if you can pull from head you will get the fix). Unfortunately, the only workaround for now is to not use the file storage type with SQLite until you have the fix. |
Beta Was this translation helpful? Give feedback.
-
Thanks Robin. |
Beta Was this translation helpful? Give feedback.
Hi, thanks for raising this. The file storage class was there before SQLite support and we never used them together. I've committed a fix to the codebase now to stop this being an issue in future (if you can pull from head you will get the fix). Unfortunately, the only workaround for now is to not use the file storage type with SQLite until you have the fix.