Hello! I've been using this system for over 1 year and everything was good. Until this morning, when I got a database error. I disabled all mods and enabled one by one to see which is causing the issue. Each time when I enable vBCredits II Deluxe, the database error is back, with this message:
I tried to run the Repair/Optimize tables function in vBulletin, it detects there's an error in credits_transaction.frm, but it can't fix it.
I tried to reinstall the mod, but the error is still there:
What can I do? Is there any way to fix this?
Database error in vBulletin 4.2.0:
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 <= 1341055086 ORDER BY t.transactionid ASC LIMIT 1;
MySQL Error : Incorrect information in file: './mydatabase/credits_transaction.frm'
Error Number : 1033
Request Date : Saturday, June 30th 2012 @ 07:18:06 AM
Error Date : Saturday, June 30th 2012 @ 07:18:07 AM
I tried to run the Repair/Optimize tables function in vBulletin, it detects there's an error in credits_transaction.frm, but it can't fix it.
I tried to reinstall the mod, but the error is still there:
Database error in vBulletin 4.2.0:
Invalid SQL:
SHOW COLUMNS FROM credits_transaction;
MySQL Error : Incorrect information in file: './mydatabase/credits_transaction.frm'
Error Number : 1033
What can I do? Is there any way to fix this?