Hi,

I try to cancel and delete an account on my site (account wasn't activated yet, don't know if that matters)
When deleting it I see the following error:

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /en/batch?id=212&op=do StatusText: Service unavailable (with message) ResponseText: Recoverable fatal error: Object of class stdClass could not be converted to string in oauth_common_user_delete() (line 233 of /var/www/drupal/sites/all/modules/oauth/oauth_common.module).

Comments

hhevlow’s picture

I get the same behavior. Culprit seems to be an undefined variable $condition on line 232 of oauth_common.module (oauth_common_user_delete()).

lathan’s picture

+1

voxpelli’s picture

Status: Active » Fixed

Committed a fix for this: http://drupalcode.org/project/oauth.git/commit/41bbc7c

Thanks everyone for reporting the error!

AlMiesel’s picture

Cool it works just fine now, thank you very much ...

Status: Fixed » Closed (fixed)

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