-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
413 Request entity too large #447
Comments
Thank you for the report, I need to investigate. |
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: 5.2.0...5.2.1.1 Can you use : |
I just did the test and I confirm that the upload work fine with |
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 |
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
The text was updated successfully, but these errors were encountered: