• Hey does any one know how to fix the menu issue of not saving the edits . It will not work in Chrome, Opera, Safari or Firefox

Viewing 6 replies - 1 through 6 (of 6 total)
  • Phil

    (@owendevelopment)

    Does it only save X number of menu items or same number and different order?

    If only saving X number of menu items, try increasing the suhosin memory allowance:

    php_value suhosin.post.max_vars 2048
    php_value suhosin.request.max_vars 2048

    Thread Starter RRadice

    (@rradice)

    Actually I have no problem adding submenus. I am not able to delete and save.

    Thread Starter RRadice

    (@rradice)

    Where do I find this code:

    php_value suhosin.post.max_vars 2048
    php_value suhosin.request.max_vars 2048

    Phil

    (@owendevelopment)

    php.ini file, but you can either add it to your htaccess file or get your hosts to do it.

    If you can add new menu items it may not be this, but do posts/pages/widgets save ok?

    Thread Starter RRadice

    (@rradice)

    The pages and posts add and delete fine. I know nothing about php and enough to be dangerous in CSS and HTML.

    Thread Starter RRadice

    (@rradice)

    Widgets save ok . As a matter of fact after my last widget edit is when this menu problem started

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Menus will not save’ is closed to new replies.