[wp-trac] [WordPress Trac] #14134: Menus item are limited to 16 item and will not save more than that

WordPress Trac noreply at wordpress.org
Fri Nov 16 20:31:44 UTC 2012


#14134: Menus item are limited to 16 item and will not save more than that
--------------------------+-----------------------------
 Reporter:  jaanfx        |       Owner:  filosofo
     Type:  defect (bug)  |      Status:  reviewing
 Priority:  high          |   Milestone:  Future Release
Component:  Menus         |     Version:  3.0
 Severity:  major         |  Resolution:
 Keywords:  has-patch     |
--------------------------+-----------------------------

Comment (by nacin):

 Replying to [comment:78 JulianHadlow]:
 > I'm having the same problem. I am transferring a 1,000 page site from
 Drupal 6, and have got up to just 75 pages with a custom menu structure
 before it times out - now giving me white pages when I update the menu
 structure.
 >
 > It looks like WordPress 3.4.2 is not man enough for the job. Having said
 that, I see that there is a patch above. How do I implement that?
 >
 > Or will next upcoming version correct this?

 WordPress 3.5 greatly improves performance for saving a menu. See #22189.

 This ticket is about working around Suhosin limitations. As a workaround,
 simply make sure that Suhosin is not limiting your POST max variables.
 (See above.) Really, this is an "enhancement", not a bug. But the
 performance was, and that will be fixed in 3.5. Please test and see how it
 works for you.

 The big thing to keep in mind about the custom menu builder is that it is
 a builder. If you have 1,000 pages, you *don't* want to be managing it
 through this. It wasn't designed for that use case. Something like
 wp_list_pages() is probably more what you are looking for.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14134#comment:79>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list