Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #435536

    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

    #435541

    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

    #435611

    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

    #435891

    Hey!

    You could try increasing WordPress memory limit: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Regards,
    Rikard

    #436191

    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.

    #436527

    Hi!

    Great! Glad you got it fixed and thanks for sharing the solution :)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.