I recently upgraded my Userpoints module to 2.3 and I got the following message when trying to access the settings page under User Management. So I tried uninstalling the module and rolling back to 2.2, but I still got the same message.

* user warning: Table 'ripsift.userpoints_txn' doesn't exist query: SELECT COUNT(*) FROM userpoints_txn t WHERE t.status = 1 in C:\apache2triad\htdocs\ripsift\includes\database.mysql.inc on line 172.
* user warning: Table 'ripsift.userpoints_txn' doesn't exist query: SELECT t.txn_id, t.uid, t.time_stamp, t.points, t.event, t.status FROM userpoints_txn t WHERE t.status = 1 ORDER BY uid DESC LIMIT 0, 30 in C:\apache2triad\htdocs\ripsift\includes\database.mysql.inc on line 172.

Comments

nirad’s picture

I was able to correct this by uninstalling the module and then removing nearly all database entries with the string "userpoints." Upon reinstall of 5.x-2.3 it worked fine. I'm not sure why this happened in the first place.

kbahey’s picture

Status: Active » Closed (fixed)

Closing it since it is not a bug.