When I am trying to delete user accounts I am getting this error -

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /batch?render=overlay&id=97&op=do StatusText: Service unavailable (with message) ResponseText: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'frienek5_fs1.rpx_mapping_provider' doesn't exist: DELETE FROM {rpx_mapping_provider} WHERE (uid = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 94 ) in _rpx_delete_user_data() (line 544 of /home1/frienek5/public_html/sites/all/modules/rpx/rpx_ui.module).

I am nor positive that it is caused by this module, but based on its text I believe it is. Any suggestions?

Thank you for your time.

Comments

geokat’s picture

Yes, it must be caused by this module.

Is it the first and only version of Janrain Engage installed on your
Drupal site? Or it is an upgrade from an earlier version?

If it is an upgrade, did you run update.php when you upgraded?

Cheers,
George

geokat’s picture

Status: Active » Postponed (maintainer needs more info)
yasir farooqui’s picture

I also faced this issue, and this was resolved by running an update.

geokat’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Closing this for now, unless the above does not solve the problem.

Anonymous’s picture

I'm using Drupal 7.7 and I'm getting this issue as well, however it seems to be related to the Oauth Module. Anyone have any ideas on how to fix this?

Here is what I get when I try to delete a user.

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /batch?render=overlay&id=38&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 /Users/CBA/Sites/thomson/sites/all/modules/oauth/oauth_common.module).

BenK’s picture

@cba110: Does the error have anything to do with the Janrain Engage mdoule? If you disable Janrain Engage does the error persist?

--Ben