Closed (fixed)
Project:
Administration menu
Version:
5.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
14 Feb 2008 at 18:43 UTC
Updated:
31 Jan 2013 at 16:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
jeffrey.dalton commentedHmmm not sure what caused it... I tried moving the 'Create content' menu entry for 'Quiz' and then hitting the reset button and that fixed the issue. Same for Poll... not sure why but who can complain about things 'unbreaking'. :)
Comment #2
tekad commentedI am having this same issue and do not understand why. The last two content types are not showing up under the admin menu. The user/roll has always had all the content types selected. If I click content types link, all of them show up on the page. The menu is just missing two. I have cacheing disabled under performance. I do not have any reset links under site/build/menus.
Drupal 5.12
I have cleared the cache_menu and cache tables...
Comment #3
tekad commentedI've added several test content types, different ways... They new types all show up correctly, but the missing two are still not listed in the content/add menu. This issues persists.
Comment #4
boonep commentedSame problem here. For some reason if I disable a certain menu, in this case "Scheduler Module Settings" a couple of my add content type links go missing from the Admin Bar. They still show up correctly however, in the normal page navigation bar. If I move the "Schedule Module Settings" the same problem occurs. I believe the problem is occurring in the admin_menu_build() function (from admin_menu.inc).
And all caching is disabled
Comment #5
leenwebb commentedI am also not using caching of any sort and was missing some "Add XYZ" content links. I went into the database and cleared cache_menu (which had two entries for adminmenu) and everything was A-OK again.
Comment #6
sunFinally, I am getting the same error. :)
Attached patch fixes the issue. Minor API change, but who cares...
Committed to 3.x.
Comment #8
innov8ional commentedI am getting the same thing in Version 7 - ALL of my content types are missing. I can add content, and it see's the new content types, but it does not see anything added as a result of CTools or Drupal core (and it displayed them previously.)
Comment #9
mikebrooks commentedinnov8ional has probably resolved his problem by now, but in case anyone else has does not see content types in the Add Content menu, try clearing the admin_menu cache by visiting yoursite.com/admin_menu/flush-cache/admin_menu.
This worked for me.
Comment #10
bartus2510 commentedI am experiencing the same over here and it looks to me like it has to do something with the update of a couple modules which OAuth, libraries and multiple forms. In admin/structure the content-types are there but in the admin/content they are all gone.... I have been looking on the net and in this forum but can not find anything that helps me out. I flushed my caches didn't bring me a solution....I even cannot find the submenu below which would give me add content/find content
Please help because otherwise I am forced to reinstall my whole site again .......
with kind regards Bart
Comment #11
ragram commentedI am having the same problem. Content types are not displayed in the "Add Content Type" nor displayed in the navigation menu list.
Clearing cache didn't work.
All these happening in D7.
Comment #12
bartus2510 commentedHello Ragram,
I fixed the problem by activating the links back again in structure/menus/navigation in a weird way they got disabled. I still miss things in my menu but the users are able to add content back again
with kind regards
Bart
Comment #13
ragram commentedHi Bart,
Thanks for your reply. My case is too wired. The links are not even displayed in the navigation menu. I am still working on to resolve this.
regards
Ragram
Comment #14
jcallanan commentedI am having this problem as well. The custom content type I created is listed under Structure->Content Types, it is enabled in the Permissions page (I am the super admin), yet it will not appear in the Content->Add Content Menu. I have deleted the new content type and recreated twice, but the problem persists.
I've attached a screen cap of the Structure->Content Types page and the Content->Add Content Menu so you can see the content type layout_images is in the list of content types but not available in the menu. Any ideas what I'm missing? Please help. Thanks.
Comment #15
sunPlease do not re-open issues that were fixed and closed more than 3 years ago.
Drupal 5 had a completely different menu system.