I think this is related to a fairly recent ctools change. Here's the drush out:

Do you really want to revert field_group? (y/n): y
WD php: Recoverable fatal error: Object of class stdClass could not  [error]
be converted to string in DatabaseStatementBase->execute() (line 2108
of /<drupal root>/includes/database/database.inc).
Recoverable fatal error: Object of class stdClass could not be converted to string in DatabaseStatementBase->execute() (line 2108 of /<drupal root>/includes/database/database.inc).
Drush command terminated abnormally due to an unrecoverable error.   [error]

Attached patch fixes it -- uses identifier rather than ID.

CommentFileSizeAuthor
fields_revert_database_error.patch676 bytesfearlsgroove
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nils.destoop’s picture

Status: Needs review » Fixed

The patch has been tested and comitted.

Stalski’s picture

Status: Fixed » Closed (fixed)