This may be fairly straight forward, but I’m a hack…
It seems I’ve reached a maximum number of items in my Main Menu and I am getting this error…
Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
I can’t find anywhere to change it – can anyone help?
thanks
Mike
Hey Mike!
You need to edit your php.ini file, if you don’t know how to do this or if you don’t have access to it, you need to contact your server provider/support.
max_input_vars = 8000
Regards,
Josue