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

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -