Everything was working fine then I started receiving this database error everytime I enable the plugin and view a thread
Invalid SQL:
SELECT t.* FROM credits_transaction AS t LEFT JOIN credits_event AS e ON (t.eventid = e.eventid) WHERE t.userid = 1 AND t.status = 0 AND t.timestamp <= 1310730072 ORDER BY t.transactionid ASC LIMIT 1;
MySQL Error : Table '***.credits_transaction' doesn't exist
Error Number : 1146
|