shawondas0 Posted August 21, 2015 Share Posted August 21, 2015 Warning! Your PHP configuration limits the maximum number of fields allowed in a form1000 for max_input_vars.Please ask your hosting provider to increase this limit to 2105 at least, or you will have to edit the translation files. how to solv this please help Link to comment Share on other sites More sharing options...
Eolia Posted August 21, 2015 Share Posted August 21, 2015 Edit your php.ini on your server and replace these values by: max_input_vars = 10000 post_max_size = 256M post_max_size = 256M upload_max_filesize = 256M Link to comment Share on other sites More sharing options...
shawondas0 Posted August 22, 2015 Author Share Posted August 22, 2015 hello, i have replaced it. but not working yet. ! Link to comment Share on other sites More sharing options...
Eolia Posted August 22, 2015 Share Posted August 22, 2015 Humm. you must restart your Apache server too Link to comment Share on other sites More sharing options...
shawondas0 Posted August 22, 2015 Author Share Posted August 22, 2015 no! not working ! restarted Link to comment Share on other sites More sharing options...
shawondas0 Posted August 22, 2015 Author Share Posted August 22, 2015 Warning! Your PHP configuration limits the maximum number of fields allowed in a form1000 for max_input_vars.Please ask your hosting provider to increase this limit to 2105 at least, or you will have to edit the translation files. this error Link to comment Share on other sites More sharing options...
Eolia Posted August 22, 2015 Share Posted August 22, 2015 Did you edit the good file ? Are you on a dedicated server or localhost (Wamp, Xamp) ? 1000 is the default value if it is not set in php.ini Link to comment Share on other sites More sharing options...
shawondas0 Posted August 22, 2015 Author Share Posted August 22, 2015 http://prntscr.com/87p341 from this http://prntscr.com/87p3bn http://prntscr.com/87p3h2 and also all the post_max_size = 256M post_max_size = 256Mupload_max_filesize = 256M but not working Link to comment Share on other sites More sharing options...
Eolia Posted August 22, 2015 Share Posted August 22, 2015 Please remove the comment before ! (; <- semicolon) 2 Link to comment Share on other sites More sharing options...
shawondas0 Posted August 22, 2015 Author Share Posted August 22, 2015 thanks!! working! Link to comment Share on other sites More sharing options...
Eolia Posted August 22, 2015 Share Posted August 22, 2015 Have a nice day ! Link to comment Share on other sites More sharing options...
travv tree Posted November 25, 2015 Share Posted November 25, 2015 Hi, I have the same problem. After I upload the php.ini, I check the php info page and confirm that the max_input_var is 10000. But the warning message is still : Warning! Your PHP configuration limits the maximum number of fields allowed in a form1000 for max_input_vars.Please ask your hosting provider to increase this limit to 5020 at least, or you will have to edit the translation files. How can I fixed it? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now