413 error (Request Entity Too Large) while posting
-
So I’m using wordpress for a year now and everything is good and all.
Last night I tried adding some text to an old page that was already long (although its a text only post so I wouldn’t assume its too big) and I got this error :
“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. “I read a lot about the problem and many people suggested modifying the php.ini or php5.ini and adding those lines :
“memory_limit = 120M
upload_max_filesize = 10M
post_max_size = 10M
max_execution_time = 300
“I did that (even increased the sizes to 100M) and the files took effect but they didn’t solve my problem.
I still get the same message when trying to update that post.
I’m on godaddy if that is of relevant of any kind.
- The topic ‘413 error (Request Entity Too Large) while posting’ is closed to new replies.