Lorellas Posted August 27, 2014 Share Posted August 27, 2014 Hello everyone, I need your help, I'm using PS. 1.6.0.9 locally, when I try to log in BO / LOCATION / TRANSLATION me from the 'warning: "PHP limits the number of fields in the form of post 1000 for max_input_vars" and will not let me access the page, I read on the internet , but I have not found the solution where you increase the value, I use MAMP, you know where I can increase this value to make sure that everything will work correctly? Thank you very much Link to comment Share on other sites More sharing options...
NemoPS Posted August 27, 2014 Share Posted August 27, 2014 See if this helps http://stackoverflow.com/questions/11691767/where-does-mamp-keep-its-php-ini Link to comment Share on other sites More sharing options...
Lorellas Posted August 27, 2014 Author Share Posted August 27, 2014 Thanks for your answer, but I have not found how to solve the problem. My version of MAMP is the 5.5.10 version of OSX is 10.9.2 and PS. is 1.6.0.9 At your link, do not give the solution of the problem unfortunately. I hope that someone who knows me knows this is probably simple straight. Thank you very much. Link to comment Share on other sites More sharing options...
bellini13 Posted August 27, 2014 Share Posted August 27, 2014 Nemo1 gave you a reference so that you can locate your php.ini file. So once you locate where your php.ini file is, then you need to open and edit that file, and change the php variable "max_input_vars" to something more than 1000. The error you received actually tells you exactly what to change it to, but you did not provide that "useful" part of the error Link to comment Share on other sites More sharing options...
Lorellas Posted August 27, 2014 Author Share Posted August 27, 2014 Hello, thanks for your reply, I had actually found the php.ini file, which is found both inside: /Applications/MAMP/conf/php5.5.10 that: /Applications/MAMP/bin/php/php5.5.10 / conf but I have not found inside the string of code: "max_input_vars" hence I stopped, not knowing what to do, do you have any suggestions for me on what to set to solve the problem? Thank you very much. Link to comment Share on other sites More sharing options...
tuk66 Posted August 27, 2014 Share Posted August 27, 2014 Open the php.ini file in a text editor and add this line (to the end): max_input_vars = 5000 Link to comment Share on other sites More sharing options...
Lorellas Posted August 28, 2014 Author Share Posted August 28, 2014 Thank you so much for your help, now the problem is solved, great !!! Link to comment Share on other sites More sharing options...
michaeldrupa Posted November 10, 2014 Share Posted November 10, 2014 Hello, Sorry to ask the same question again I have the same problem as @elenafw before. I tried to add the string "max_input_vars = 5000" at the end of the php.ini but nothing changed. The error message appeared remainly.. Anyone could give me an advice what else can I try? Thanks! Link to comment Share on other sites More sharing options...
bellini13 Posted November 11, 2014 Share Posted November 11, 2014 Hello, Sorry to ask the same question again I have the same problem as @elenafw before. I tried to add the string "max_input_vars = 5000" at the end of the php.ini but nothing changed. The error message appeared remainly.. Anyone could give me an advice what else can I try? Thanks! what is the error message that you are receiving? Link to comment Share on other sites More sharing options...
NemoPS Posted November 12, 2014 Share Posted November 12, 2014 Are you sure the php.ini file you are modifying is the active one of the current user? Link to comment Share on other sites More sharing options...
Recommended Posts