• Resolved haddam100

    (@haddam100)


    I recently installed WP on my PC using WAMP. Got it up and running with very little problem. I’m using the tpSunrise theme and creating many pages and indented menus on LH column. I have reached a total of 106 pages and when I add more pages to the menu and save, the pages do NOT save. It seems like I am somehow limited to this number of pages.

    I had a friend and WP user install the same file / pages on his local machine and he is NOT have the same problems. He can add as many pages as he wants to the menu, save them and the pages display just fine.

    I must have some issue with my PC set-up / configuration, but am unable to find any information on this.

    Would appreciate any help.

    Thanks, Paul H.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Have a look through this:

    https://sevenspark.com/wordpress/menu-item-limit

    Sounds as though your PHP’s max_imput_vars is set to a lower value than your friend’s or is running a different version of PHP.

    Have you both checked your local env settings and compared…

    Can you remove (delete) a menu item and add that back in? Is the menu stuck or stuck on that last added menu item?

    Thread Starter haddam100

    (@haddam100)

    2ninerniner2,

    Changing the PHP.ini file to the following settings worked:

    max_input_vars = 3000
    suhosin.post.max_vars = 3000
    suhosin.request.max_vars = 3000

    THanks a MILLION for your help!!

    Glad that it worked ??

    I had no idea at all either that there was this sort of “limitation” until I came across that article. You can bet that I bookmarked that one! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Running WP on local Windows 64-bit PC, menu & screen problems’ is closed to new replies.