Download & Extend

Upgrade D6->D7 Beta1 don't show any content type

Project:Drupal core
Version:7.x-dev
Component:node.module
Category:bug report
Priority:major
Assigned:Unassigned
Status:closed (duplicate)
Issue tags:D7 upgrade path

Issue Summary

After upgrade D6.19 to D7 Beta1 hiting this page /node/add don't show any type.
You have not created any content types yet. Go to the content type creation page to add a new content type.
In the node_type table, show right all the node types.

If I hit the /node/add/story directly I can add a new one just fine.

I just test one clean install D7 and this page work fine..

Anyone with the same issue?

Comments

#1

I 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

#2

Does rebuilding the menu fix this?

#3

how to do that? visiting the admin/build/modules page ? if yes, don't fix.

#4

Submitting the modules page should rebuild the menu.

#5

ok, but don't fix that problem.I also install modules and don't fix neither..

#6

Status:active» postponed (maintainer needs more info)

Not sure. :\ We didn't see this on d.o. Can anyone else reproduce this?

#7

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

#8

No, 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.

#9

And 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?

#10

I 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

#11

Status:postponed (maintainer needs more info)» active

upgrading 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

AttachmentSizeStatusTest resultOperations
D6.png59.6 KBIgnored: Check issue status.NoneNone
D7.png16.33 KBIgnored: Check issue status.NoneNone
D7_n.png20.43 KBIgnored: Check issue status.NoneNone

#12

This might be related to #550254: Menu links are sometimes not properly re-parented. Could you try with the patch from there?

#13

Status:active» closed (duplicate)

This is definitely a duplicate.