413 Request entity too large
With this configuration (latest = 5.2.1 today):
I try to upload this file (~1Go):
And I obtain 413:
Precision:
If my sql file is under 1Go it's ok, over 1Go I received a 413 response regardless of UPLOAD_LIMIT param
Thank you for the report, I need to investigate.
That said you should be using phpmyadmin as the image name, it is the official Docker one. Ref #363
Thank you. I change to use the official image. For info, I obtain the same result
Same Issue here. Only the latest Version. Downgrade to phpmyadmin/phpmyadmin:5.2.0 and work now.
Seems to be, that the variable "UPLOAD_LIMIT" are not set correctly somewhere
Here is the diff, this is quite strange: https://github.com/phpmyadmin/docker/compare/5.2.0...5.2.1.1
Can you use : phpmyadmin:5.2.0 and confirm that it still works fine ?
But not phpmyadmin:5.2.1
I just did the test and I confirm that the upload work fine with phpmyadmin:5.2.0 but not with phpmyadmin:5.2.1
Yes. Tested it. phpmyadmin:5.2.0 work but not with phpmyadmin:5.2.1
Thanks for all the confirmations, I will work on this ASAP
Same here with 5.2.1
5.2.2 is building and should be out soon. I expect this bug to sill exist in 5.2.2
Sorry, I just tested with version 5.2.2 and the bug is still there
Any update on this?
Is this solved?