Opened 4 years ago
Closed 4 years ago
#27707 closed defect (bug) (duplicate)
System uncheck Primary Location of Theme locations when add many menu items
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.8.1 |
| Component: | Menus | Keywords: | |
| Focuses: | Cc: |
Description
I am working on a site which have many menu items, say about 100.
Current setting about Theme Locations is that the checkbox of "Primary Menu" is checked.
But System unchecked the checkbox after I added one more menu items, which mess up the navigation menu in front.
Attachments (3)
Change History (9)
@Eric2011
4 years ago
affected setting. The "Primary Menu" is unchecked automatically after one new menu item added
#1
follow-up:
↓ 3
@DrewAPicture
4 years ago
- Keywords reporter-feedback added
Hi Eric,
Thanks for the report, though I can't seem to reproduce your issue on current trunk.
I wonder if you can give us a little more information about your issue. When you saved your menu, is it possible that the browser timed-out or froze in the midle of the saving process? Or did it simply save your changes and on the next viewing the location checkbox was unchecked?
#3
in reply to:
↑ 1
@Eric2011
4 years ago
Hi,
No time out or frozen in the middle of the saving process. And yes, on the next viewing the location checkbox was unchecked.
Replying to DrewAPicture:
Hi Eric,
Thanks for the report, though I can't seem to reproduce your issue on current trunk.
I wonder if you can give us a little more information about your issue. When you saved your menu, is it possible that the browser timed-out or froze in the midle of the saving process? Or did it simply save your changes and on the next viewing the location checkbox was unchecked?
#4
in reply to:
↑ 2
@Eric2011
4 years ago
#5
@Eric2011
4 years ago
Can be solved by add below in .haccess
<IfModule mod_php.c>
php_value suhosin.post.max_vars = 5000
php_value suhosin.request.max_vars = 5000
</IfModule>
or add
<IfModule mod_php.c>
php_value suhosin.simulation 1
</IfModule>
#6
@DrewAPicture
4 years ago
- Keywords reporter-feedback removed
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
And the magic words are "max_vars".
Closing as a duplicate of #14134.
Correct menu display before adding one more menu item