Hi ,

I am planning to upgrade my drupal version6.28 to latest drupal 7 version 7.23. With help of CCK (D6) I created the following fields

  • Textfield
  • Textarea
  • Node reference
  • User reference
  • Image upload
  • File upload
  • Checkboxes
  • Radio button

After migrating to drupal 7, I download content_migration and executed. Expect checkboxes/radio button and all other fields are migrated 100%. When i view a node, the check boxes/radio button does not display it value. It’s displaying their keys.

Example:

Inside the content type: Check box configuration
1|Drupal 6
2|Drupal 7
3|Drupal 8

In node display area, it doesn't display ‘Drupal 7’ rather its displaying in ‘2’. Please provide the information to solve it.

with regards,
tssarun.

CommentFileSizeAuthor
#1 migrate_checkbox.png23.76 KBtssarun
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tssarun’s picture

FileSize
23.76 KB

Hi
While cross check the table 'field_config_instance', i found that, migrated field is not created properly.
error
in this image you can see,

  1. 'type' is still 'text_default' not 'list_default'
  2. 'module' is still 'text' not 'list'

I changed this manually , from 'text_default' to 'list_default' and 'text' to 'list', now check boxes displaying correctly .

with regards
tssarun

tssarun’s picture

Hi,
I solved it. After content_migration completed successfully, then i edit the crosspoinding content-type and i just save all display's(teaser,full view etc). Now all the widget are working properly.

tssarun’s picture

Issue summary: View changes

.

colan’s picture

Component: content.module » upgrade path
Issue summary: View changes
Status: Active » Closed (duplicate)