Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
node.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Oct 2010 at 17:31 UTC
Updated:
10 Oct 2010 at 11:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
int commentedI see all node types here: admin/structure/types
I add a new node type in the D7, and the same issue, don't show any node type in /node/add
Comment #2
damien tournoud commentedDoes rebuilding the menu fix this?
Comment #3
int commentedhow to do that? visiting the admin/build/modules page ? if yes, don't fix.
Comment #4
damien tournoud commentedSubmitting the modules page should rebuild the menu.
Comment #5
int commentedok, but don't fix that problem.I also install modules and don't fix neither..
Comment #6
webchickNot sure. :\ We didn't see this on d.o. Can anyone else reproduce this?
Comment #7
int commentedNot sure. :\ We didn't see this on d.o.
Not sure, what? what I'm tell is true? d.o. is just a small pice of drupal funcionalty. My litle site perhaps have other thinks.
I would like to help find here is the problem, but I need some guidelines.
Comment #8
webchickNo, sorry. I meant I'm not sure what could be causing this, and why this is happening on your database and not on any of the other ones we've tried. Are your content types provided by some contrib/custom module that's disabled..?
Could you try again with the latest HEAD as of last night? I committed a fix to an entirely different problem (Drupal 7 picking up Drupal 6 modules if they exist in sites/all/modules) but I'm curious if it's related.
Comment #9
webchickAnd if that doesn't fix it, would you be willing to send your (sanitized) DB dump to one of the core developers to let them investigate further?
Comment #10
int commentedI have this topics:
Forum topic (Machine name: forum)
Mass Contact Message (Machine name: mass_contact)
Newsletter issue (Machine name: simplenews)
Page (Machine name: page)
Poll (Machine name: poll)
Story (Machine name: story)
But before I upgrade D6 to D7, I disable and uninstall all contrib modules. And I delete all D6 Core/Contrib files. So the sites/all/modules was empty. I will try update again with the new HEAD.
Thanks
Comment #11
int commentedupgrading the D6 to D7 CVS 10-10-2010 don't fix my problem.
i try to investigate more, and I see that in the D6 I have this:
(admin/build/menu-customize/navigation)
In D7 upgrade, I have this:
(admin/structure/menu/manage/navigation)
(admin/structure/menu/manage/management)
So, in the D6, I have the Create content and the content node types in the navigation menu
When I upgrade to D7, I have the Create content in the navigation menu and the content node types in the management menu without parent.
i will go to a bug in the upgrade menu path.
Tópico forum = forum
Votação = poll
Comment #12
damien tournoud commentedThis might be related to #550254: Menu links are sometimes not properly re-parented. Could you try with the patch from there?
Comment #13
damien tournoud commentedThis is definitely a duplicate.