Prestashop Template Translations Error: max_input_vars limit

Photo of Aliaksandr Simanchyk
Aliaksandr Simanchyk
Lead Full Stack Developer
Jun 5, 2014 1649 Updated: March 28, 2019 9:18
Prestashop Template Translations Error: max_input_vars limit

Quite often users can meet the following error message when translating templates:

“Attention! Your PHP configuration limits the number of fields in the form of post 1000 max_input_vars. Please ask your hosting provider to increase this limit to at least xxxx, or you will have to edit the translation files” .

As you see from the description you need to increase the parameter max_input_vars. Depending on the hosting you are using, you can use one of the below ways:

1. Add the following lines to your .htaccess file. You need to increase the number 5000 to that value which is indicated in the error message (xxxx).

Andrey_Dubina
Partner With Us Let's discuss how to grow your business. Get a Free Quote.
Talk to Andrey


2. Change settings in the php.ini of your server, if you have permissions to edit this file.

Andrey Dubina
Partner With Us Looking for a partner to grow your business? We are the right company to bring your webstore to success. Talk to Andrey

Post a new comment