Drupal threw the following error when I attempted to uninstall the Ooyala Channels module (see attached screenshot). I don't know how to roll a proper patch, so I'll just explain how I fixed it.

I edited ooyala_channels.install and changed line 48 from:

db_delete('variable', 'v')

to:

db_delete('variable', array('v'))

because the db_delete() function expects the second argument to be an array:
http://api.drupal.org/api/drupal/includes--database--database.inc/functi...

CommentFileSizeAuthor
#1 uninstall-error.jpg56.07 KBAnonymous (not verified)

Comments

Anonymous’s picture

StatusFileSize
new56.07 KB

Sorry, I forgot to attach the screenshot:

blakehall’s picture

Status: Active » Fixed

Fixed on the 7.x-1.x branch, will be part of the next release.

Thanks mplewis!

Status: Fixed » Closed (fixed)

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