I realize this is not necessarily a bug, it could be I'm missing something.
Anyway. I have a new install on my own server, and I can't upload any files, regardless of size. I get the error message:
Upload Failure
Exception: No configured storage engine can store this file. See "Configuring File Storage" in the documentation for information on configuring storage engines.
I have:
nginx: client_max_body_size 32
php.ini:
post_max_size = 32
memory_limit = -1 (disabled)
max_input_vars = 200000
upload_max_filesize = 32
And also storage.mysql-engine.max-size at 8 MB.
Just trying to use the default MySQL storage, so nothing fancy.
Could this be a bug, or am I missing something? Everything is up to date, I update everything each time I start this up, and I have everything solved except this now.
So I guess my steps to reproduce are:
Use nginx, MariaDB and PHP via Supervisord in a rkt pod. (It is basically very similar to a Debian Jessie install.)
Install everything, change all variables that need to be changed (see above), have it still not work. I could upload my Docker and script files and everything if anyone wants them.
I can connect to the database just fine doing everything else. Adding users and tasks etc.