Jump to content

max_input_vars error on translations


Recommended Posts

Hi there!

I am having problems when I tried to change the block title. I receive a message: "WARNING, PHP settings limit the maximum number of fields to send in a form:

Max_input_vars 1000.

Please check with your hosting provider to increase the limit of1835 at least or edit the translation file manually."

 

I did follow the innstructions on how to change these values in the php.ini file, but nothing happen I still getting the same message. By do way I testing the site on a subdomain and also test it on a local Xampp server without any problem. I am using Justhost as service provider, used the script to install it and I had to upgrade prestashop to the latest version 1.5.3.1 since the justhost server had version 1.4.2...

 

Any suggestion on what to do?

 

Thanks in advance for any help.

Link to comment
Share on other sites

  • 6 months later...

Hi there!

I am having problems when I tried to change the block title. I receive a message: "WARNING, PHP settings limit the maximum number of fields to send in a form:

Max_input_vars 1000.

Please check with your hosting provider to increase the limit of1835 at least or edit the translation file manually."

 

I did follow the innstructions on how to change these values in the php.ini file, but nothing happen I still getting the same message. By do way I testing the site on a subdomain and also test it on a local Xampp server without any problem. I am using Justhost as service provider, used the script to install it and I had to upgrade prestashop to the latest version 1.5.3.1 since the justhost server had version 1.4.2...

 

Any suggestion on what to do?

 

Thanks in advance for any help.

 

 

I had exactly the same problem. I was able to edit php.ini and then see the changes in mydomain.com/phpinfo.php. However, I was still getting that pesky translation error. I found the problem! I had to make my php.ini file recursive, meaning the php.ini changes will affect all the subfolders, too. I added this line to my .htaccess :

 

suphp_configpath /home/yourusername/path/to/php.ini

 

Hopefully that will work for you. :)

Link to comment
Share on other sites

  • 1 year later...

Max_input_vars value is sometimes limited by a hosting and you cannot change it. So change the hosting.

 

Or translate all texts on local and save the language files on the server through FTP.

sorry to bump old topic but just want to ask which file I should edit if I want to edit directly from the server?

I want to change some text on the homepage (like Popular and New Arrival) but cant find it anywhere.

I'm using PS 1.6.0.9

 

= = = = =

after posting a question I'll always found the answer lol

just look in your theme folder

thanks

Edited by hafizadam (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...