Jump to content

newsletter edit


Andrea Tanda

Recommended Posts

This message apperars... "Warning! Your PHP configuration limits the number of fields in the form of post 1000 for max_input_vars. 

Please ask your provider to increase the limit to at least 1138, or you will have to edit the translation files."

 

 

 

You need to increase the max_input_vars on your server configuration.

 

There are four possibilities:

 

- you can change value by yourself with cPanel

- you can add the value by own php.ini  - add a file called php.ini to the root of your webspace with this line

max_input_vars = 10000;

- you are server adminisitrator and have root rights, so you can with SSH access change server settings.

- you need to ask your provider for that, as you don't have rights for to change this on cPanel, php.ini or rootserver rights.

 

Prestashop tutorials for server admins: http://doc.prestashop.com/display/PS16/System+Administrator+Guide

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...