All the information I’ve found online refers to the code in a php.ini file (not sure which one or where) that has to be modified to allow more variables. Everyone who has posted a success used an online host. I’m using WAMP on Windows 7 to host the site locally while I develop it.
Does anyone know how/which file I can edit in WAMP so that the following “fix” can occur?
suhosin.post.max_vars = 5000
suhosin.request.max_vars = 5000
Many thanks to anyone who can answer this!