Archived topic
Menu
2 replies · Started by Anonymous on October 14, 2014
I added more items to menus as wordpress can handle. I've received following message:
Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
I opened up my php.ini and changed it in following way:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
; How many GET/POST/COOKIE input variables may be accepted
; max_input_vars = Unknown
I've restarted Apache and MySQL but nothing changed. I still get the same message.
I'm a newbie, and I have absolutely no idea how I can solve this problem. Please help.
Thanks
Markus
Hi Markus,
Very sorry - this thread somehow missed me.
Hopefully you've cleared it up by now?
Let me know - and sorry again!
If anyone else experiences this and lands on this thread, you can find the WordPress trac for the issue here: https://core.trac.wordpress.org/ticket/14134#comment:150
The post linked above gives a solution that should work.