Request Entity Too Large
On some pages I am getting the following error. We tried adjusting the post data settings in PHP.ini but that did not help.
/wp-admin/post.php
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
Request Entity Too Large
The requested resource/wp-admin/post.php
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
Comments
this errors means that limits you got on server side does not allow you to send current request data with posts requests. In this case you must contact with server admin because they must increase limits on your server.
Thanks!