php - How I change the max_input_vars in MAMP? -


when send form post, shows me error:

"unknown: input variables exceeded 1000. increase limit change max_input_vars in php.ini."

i followed instructions in link:

http://blog-en.mamp.info/2009/09/increase-php-memory-limit-with-mamp-pro.html

but did not work out.

i search current php.ini in mamp:

file > edit template > php > php version you're running

but did not find max_input_vars in it, added parameter in php.ini , increase limit "3000".after that, rebooted mamp server parameter did not change. reviewed phpinfo still whit same limit ( 1000), mean, did not change...

do know how fix or can find max_input _vars?

thanks , regards!

if go php under languages click arrow next php version number php.ini file version.

you should able find/add there


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -