Author Topic: Request Entity Too Large  (Read 7386 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Request Entity Too Large
« on: November 07, 2015, 09:19:18 AM »
I am trying to import a 400mb sql file. I have changed
upload_max_filesize = 500M
post_max_size = 500M

Restarted HTTP

but get this error

Request Entity Too Large

The requested resource
/phpMyAdmin/import.php
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.

Offline
*
SOLVED: Request Entity Too Large
« Reply #1 on: November 07, 2015, 10:06:20 AM »
Solved: It was Mod Security causing the issue. Uninstalled and uploaded fine.