• Hi all,

    Exceeding Menu Item Limit
    Godaddy hosting

    On diet.reynoldstocks.com website I encountered problem to add new item on Primary Menu. After adding a new item and clicking “Save Menu”, the last item on the Menu Bar will be automatically truncated with “Primary Menu” unchecked.

    Then I added .user.ini on Godaddy server on /public_html/.user.ini with following content;

    max_input_vars = 5000
    suhosin.post.max_vars = 5000
    suhosin.request.max_vars = 5000
    Owner permissions
    Read/Write/Execute
    Group permissions
    Read/Execute
    Public permissions
    Read
    Numeric value
    754

    According to my finding on Godaddy document;
    https://support.godaddy.com/help/article/5647/why-isnt-my-php-initialization-file-taking-effect

    Things to Check
    2. Understand your PHP initialization file's refresh rate:
    .user.ini 	By default, updates every 5 minutes

    Now it is almost an hour but the same problem still remained. .user.ini won’t be updated automatically.

    Please help. Thanks

    Regards
    satimis

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t have any experience with GoDaddy’s user.ini, but in typical cPanel hosting with a php.ini file, which also sets the same variables you have posted, sometimes it’s required to copy this into the wp-admin folder specifically, or whatever folder is requesting these increased _max_input_vars. Try copying this first to see if it helps or not.

    It’s really weird that GoDaddy has to sync this every 5 minutes.

    Thread Starter satimis

    (@satimis)

    Hi,

    Thanks for your advice.

    I already fixed the problem by putting the file on the root folder of the subdomain diet.reynoldstocks.com NOT /public_html/ which is the root folder of my hosting account.

    Regards
    satimis

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Exceeding Menu Item Limit’ is closed to new replies.