Hi - I'm trying to run WordPress and am getting a strange 404/500 error when editing menus. It looks like an Ajax problem. See the screenshots below for the error in the standard theme and another one. Looking at previous discussions this may be due to the mod_security settings?
http://screencast.com/t/9mq4v5nDEKG
http://screencast.com/t/kPQuGBpJF5n
Or maybe it is related to php.ini settings that need to be changed for large menus?
from https://core.trac.wordpress.org/ticket/14134
Add
max_input_vars = 4000
php_value max_input_vars = 5000
to
php.ini
Hope you can help! I'm very impressed by x10.
http://screencast.com/t/9mq4v5nDEKG
http://screencast.com/t/kPQuGBpJF5n
Or maybe it is related to php.ini settings that need to be changed for large menus?
from https://core.trac.wordpress.org/ticket/14134
Add
max_input_vars = 4000
php_value max_input_vars = 5000
to
php.ini
Hope you can help! I'm very impressed by x10.
Last edited: