- This topic has 2 replies, 2 voices, and was last updated 11 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › 413 request error when saving eStore settings
Tagged: Error 413, Request Entity Too Large
I installed the payment gateway plugin today, and now I am not able to save settings in eStore. I have increased all the apache and mysql config settings (max upload file size, script execution time, etc).
I am still getting this message any time I try to save the eStore general settings:
Request Entity Too Large
The requested resource
/wp-admin/admin.php
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
What to do?
The file /wp-admin/admin.php is a WordPress, not an eStore, file.
You might try adjusting the post_max_size setting:
http://www.php.net/manual/en/ini.core.php#ini.post-max-size
Also, are you using a commercial hosting provider, or are you trying to “roll your own?”
Problem solved. The “random code” field had hundreds of slashes (“/”) added in for some reason. So many that it made the page HUGE and this forced the page to not save properly. I am not sure how the slashes got in there – perhaps some problem with addslashes() function or similar in php?