all_user_func_array() expects parameter 1 to be a valid callback, function 'metatags_quick_convert_metatags' not found or invalid function name batch.inc:143

At some point there was a nodewords_upgrade.inc file, but its contents have since been moved into metatags_quick_import.admin.inc.

Just need to reference the new file in $batch. Patch attached.

CommentFileSizeAuthor
metatags_quick-fix_drush_command-0-0.patch935 bytesiamEAP
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

iamEAP’s picture

Status: Needs review » Needs work

Looks like it may be more broken than I thought.

substr() expects parameter 1 to be string, array given metatags_quick_import.admin.inc:149

mb_strlen() expects parameter 1 to be string, array given unicode.inc:441

WD php: EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() (line 7501 of includes/common.inc).

The last one may be my data, though.

iamEAP’s picture

Status: Needs work » Needs review

Nevermind. The above errors are separate issues, with the exception of the last (which, as suspected, was bad data on my end).

This patch should cover everything that's required to un-bork the drush command.

valthebald’s picture

Status: Needs review » Fixed

Committed to 7.x-2.x-dev
Thank you!

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

Editing malformed HTML.