Following up on #1058186: Drush support for content_migrate, the drush content-migrate command is failing in drush 5 due to a change in function name.

This patch adds drush 5 support.

CommentFileSizeAuthor
cck-migrate-drush.patch1.42 KBJody Lynn
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

iamEAP’s picture

Status: Needs review » Needs work

I ran into this issue also. Applied the patch, and it did not resolve the issue. I'm still getting the following error:

The command could not be executed successfully (returned: Could not startup.                 [error]
, code: <em class="placeholder">1</em>)

This occurs after it begins its attempt to migrate data for the field.

Field structure migration seems to happen just fine.

Using drush 4.5.

Jody Lynn’s picture

Status: Needs work » Needs review

Your issue sounds completely unrelated. Note that you are not using Drush 5. You should open a separate issue.

Senpai’s picture

Status: Needs review » Reviewed & tested by the community

Tested the attached patch and it functions as intended in Drush 5.x, so marking this as RTBC.

yched’s picture

Status: Reviewed & tested by the community » Fixed

Committed. Thanks !

Status: Fixed » Closed (fixed)

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