elvive2002 Posted January 16, 2013 Share Posted January 16, 2013 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 More sharing options...
Dh42 Posted January 16, 2013 Share Posted January 16, 2013 Contact your host and tell them the issue, it sounds like they have it where you cannot use a php.ini to adjust the limit. Link to comment Share on other sites More sharing options...
vekia Posted January 16, 2013 Share Posted January 16, 2013 Unfortunately, there is no other way to change max_input_vars value. As you can see on http://php.net/manual/en/info.configuration.php the max_input_vars has got "changeable" value "PHP_INI_PERDIR". What does it mean? It mean that this value can be change only via php.ini file Link to comment Share on other sites More sharing options...
tuk66 Posted January 18, 2013 Share Posted January 18, 2013 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. Link to comment Share on other sites More sharing options...
wrequine Posted August 16, 2013 Share Posted August 16, 2013 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 More sharing options...
hafizadam Posted November 28, 2014 Share Posted November 28, 2014 (edited) 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 November 28, 2014 by hafizadam (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts