Tagged: 

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

    I have redone my menu and I’ve gotten to a point where I can’t seem to add new entries to the menu. When I do add them, after I hit save then the entries I added disappear, the menu on my site proceeds to add every page to the menu (so it looks absurd), and I have to click on the “manage locations” tab and select my menu again to force it back to the menu.

    I have access to my PHP file with Hostgator and I tried this suggestion to increase max_input_vars to 5000, but it didn’t seem to work.

    Any suggestions? I apologize if this is a question for my host. I wasn’t sure where to turn with this strange problem.

    Thanks!

    #439305

    Hi!

    Create a phpinfo.php file at the root of the installation with this contents:

    <?php
    phpinfo();

    Then access that from the browser, look for “max_input_vars” and check if the limit is really up to 5000.

    Regards,
    Josue

    #439486

    Hi Josue,

    Thanks so much for the reply!

    As you suspected, it’s only set at 1000! http://screencast.com/t/uqG9RSa8

    Should I get in touch with my host (host gator) to proceed?

    Thanks so much again for your help!

    #439490

    Yes, hope you manage to get this issue resolved with them :)

    Regards,
    Josue

    #439491

    Thanks, yes, I just did a chat session with them and they set it to 5000 for me.

    Thanks again for your help!

    #439494

    You are welcome, glad to help :)

    Regards,
    Josue

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