Closed (fixed)
Project:
OAuth 1.0
Version:
7.x-3.0-alpha1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2011 at 11:30 UTC
Updated:
20 Jul 2011 at 19:11 UTC
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
Comment #1
hhevlow commentedI get the same behavior. Culprit seems to be an undefined variable $condition on line 232 of oauth_common.module (oauth_common_user_delete()).
Comment #2
roam2345 commented+1
Comment #3
voxpelli commentedCommitted a fix for this: http://drupalcode.org/project/oauth.git/commit/41bbc7c
Thanks everyone for reporting the error!
Comment #4
almiesel commentedCool it works just fine now, thank you very much ...