Download & Extend

'Content -> Add content type' is missing two content types

Project:Administration menu
Version:5.x-3.x-dev
Component:Code
Category:bug report
Priority:major
Assigned:sun
Status:closed (fixed)

Issue Summary

Hello,
Not sure what happened... have a bunch of cck content types and just noticed today one cck type 'Quiz' is missing from the menu list so there is no 'Content -> Add Quiz' and I have the polls module enabled and 'Content ->Add Poll' is also missing. Any idea how they could be left out of the menu? They both are in the 'Create content' default drupal menu... in the middle of training a client so this is pretty critical.

Peace
Jeffrey

Comments

#1

Status:active» closed (fixed)

Hmmm 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'. :)

#2

Version:5.x-2.2» 5.x-2.6
Priority:critical» normal
Status:closed (fixed)» active

I 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...

#3

I'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.

#4

Same 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

#5

I 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.

#6

Version:5.x-2.6» 5.x-3.x-dev
Category:support request» bug report
Assigned to:Anonymous» sun
Status:active» fixed

Finally, I am getting the same error. :)

Attached patch fixes the issue. Minor API change, but who cares...

Committed to 3.x.

AttachmentSizeStatusTest resultOperations
admin_menu-DRUPAL-5--3.content-type-add.patch4.75 KBIgnored: Check issue status.NoneNone

#7

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

#8

Title:'Content -> Add content type' is missing two content types» 'Content -> Add content type' is missing ALL content types - D7
Priority:normal» major

I 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.)

#9

innov8ional 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.

#10

I 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

#11

I 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.

#12

Hello 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

#13

Hi 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

#14

Version:5.x-3.x-dev» 7.x-3.0-rc3
Status:closed (fixed)» active

I 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.

AttachmentSizeStatusTest resultOperations
content_menu.jpg116.11 KBIgnored: Check issue status.NoneNone

#15

Title:'Content -> Add content type' is missing ALL content types - D7 » 'Content -> Add content type' is missing two content types
Version:7.x-3.0-rc3» 5.x-3.x-dev
Status:active» closed (fixed)

Please do not re-open issues that were fixed and closed more than 3 years ago.

Drupal 5 had a completely different menu system.