Closed (won't fix)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Page Manager
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 May 2012 at 21:53 UTC
Updated:
13 May 2012 at 15:22 UTC
I just upgraded a Drupal 6 site to Drupal 7
upgraded drupal core -> no problem in database
upgraded ctools + panels -> no problem in database
migrated fields -> no problems (i think)
but now when i go to the Node template all my added CCK fields say "deleted missing content type content_field"
"Missing content type - This pane's content type is either missing or has been deleted. This pane will not render."
but when i go to admin/structure/types all my content types are there, all fields were migrated and i even can change the nodes. so why does ctools not find it?
do I really have to re-create all templates from scratch? or did i do something wrong?
Comments
Comment #1
merlinofchaos commentedBecause of the transition from CCK to Field API, unfortunately the locations of all the fields changed and Panels has no idea where to find them. While you don't have to recreate everything, you do have to redo all CCK panes. I'm sorry about this, but there's nothing I can do; the information just isn't available. Views has the same problem.
Comment #2
drupalok commentedas always: thanks for your quick response - you rock! :)
may i ask one more thing? would it be theoretically possible to add a selection option for the missing fields? so that the missing pane asks: "please select the correct field" and then one could select the field and the options stay intact?
Comment #3
drupalok commentedif it's not too expensive, i might sponsor this because this would be a real timesaver...
Comment #4
merlinofchaos commentedThat would be unfortunately much more difficult than it sounds.