Hi !
When I am adding new item (page ) to menu the change disappears right after click on update menu button. Is there any limit how many items can be handled by menu ?
Thank you for help Martin
Hey altei!
Please try to increase following
php_value suhosin.post.max_vars 8000
php_value suhosin.request.max_vars 8000
Reference: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/
Regards,
Yigit
I have been told that because we are on shared server there is not possible to do that change, because it will be working for all server users…
Any other chance ?
thank you
Hey!
You could try increasing WordPress memory limit: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Regards,
Rikard
Hi Rikard
Finally problem solved !
Because on most shared servers customers are not allowed to edit php.ini file, there is another possibility to do this change ( even Suhosin for virtual server switch off:
php_flag suhosin.simulation On
So this can be done over ftp
Just edited the .htaccess file in the www folder on server
after first line :
# BEGIN WordPress
add the wanted values :
php_value suhosin.post.max_vars 8000
php_value suhosin.request.max_vars 8000
And this is it.