Jump to content

Entity too large


Recommended Posts

Hi,

Translations - > email templates. I am trying to modify the default newsletter template.

However when I click on save I get following error:

 

Request Entity Too Large

 

The requested resource

/admins123/index.php

does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

How do I fix this?

Link to comment
Share on other sites

However when I click on save I get following error:Request Entity Too Large

 

When you click save all emails, not just edited one, is sent to the server. That is a lot of data. The maximum amount of data for GET and POST requests which the server will accept is a configurable option in the server settings (PHP, web server. Other security related software, like Suhosin, may also set limits.) Google for entity-too-large for a solution for your web server.

 

Marty Shue

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...