MacRoy 188 Posted October 24, 2012 Hi ! Do you know how to change the max_input_vars from 1000 to 1400 in PHP on a Synology DS212 ? The reason for the question is that I can not make any translations in Prestashop because of this. Would be grateful for answers. PHP Max 1000.tiff 1 Share this post Link to post Share on other sites
tapanda.gr 231 Posted October 24, 2012 Ask your hosting provider for this.. Share this post Link to post Share on other sites
MacRoy 188 Posted October 24, 2012 Ask your hosting provider for this.. I don`t use any Web hotel. I've posted it on my Synology DS212 for testing only. Share this post Link to post Share on other sites
blackballvn 3 Posted October 24, 2012 change max_input_vars in php.ini 1 Share this post Link to post Share on other sites
MacRoy 188 Posted October 24, 2012 change max_input_vars in php.ini In fact, I do not have that file on my server. I do not know if Synology has done any specials or not, but there it is. I also tossed out a question to them, too, but to get an answer from them takes an infinite time .... Share this post Link to post Share on other sites
kwadratols 1 Posted October 24, 2012 I have had the same problem and it's been solved by my server's provider, so you have to ask them to do it for you. In fact, ask them to put 8000 instead of 1000 cause 1400 will not be enough. Share this post Link to post Share on other sites
Martin Campos 2 Posted December 26, 2012 Hello. You must to create a file named php.ini and put in the directory /admin or the directory of the Back Office. This is the content for the file (you can to inizialize other varibles like max_execution_time, memory_limit, ...): max_input_vars = 2000 You can try. Regards: MARTIN 1 Share this post Link to post Share on other sites
blackballvn 3 Posted December 27, 2012 if you don't access php.ini you can access in ftp root/config/config.inc.php add: ini_set('max_input_vars', '2000'); good luck 1 Share this post Link to post Share on other sites
pbpo 5 Posted June 18, 2014 (edited) if you don't access php.ini you can access in ftp root/config/config.inc.php add: ini_set('max_input_vars', '2000'); good luck This method does not work on PS 1.6 i tried by php.ini, by php5.ini, and by yours method. all time I have an error about MAX_INPUT_VARS I solved my problem by file on server. DirectAdmin Putty -> login to server -> /usr/local/etc/php5/cgi/php.ini I changed default "1000" value Edited June 18, 2014 by pbpo (see edit history) Share this post Link to post Share on other sites
gsilvaads 4 Posted December 12, 2014 Hello. You must to create a file named php.ini and put in the directory /admin or the directory of the Back Office. This is the content for the file (you can to inizialize other varibles like max_execution_time, memory_limit, ...): max_input_vars = 2000 You can try. Regards: MARTIN Tks!!! 100% =) Share this post Link to post Share on other sites
puzzledideias 4 Posted May 31, 2016 1 - ir ao cpanel 2 - software - select PHP version 3 - switch to top php optinio ( no canto superior direito) 4 - procurar (max_input_vars) e mudar para 10000 1 Share this post Link to post Share on other sites
vekia 8,952 Posted June 1, 2016 and what about simple php.ini file? usualy it is enough to put it into the main directory Share this post Link to post Share on other sites