MyBB Community Forums

Full Version: eroor help plz
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I actadently wrote over my database they resored it but when i try to activate the buy points plugin i get this:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1050 - Table 'mybb_buypoints_logs' already exists
Query:
CREATE TABLE mybb_buypoints_logs ( lid INT NOT NULL AUTO_INCREMENT PRIMARY KEY , email TEXT NOT NULL , txn_id TEXT NOT NULL , time TEXT NOT NULL , amount INT NOT NULL, uid INT NOT NULL )
Delete the mybb_buypoints_logs table and all other buypoints tables.
(2009-12-23, 06:37 PM)Jammerx2 Wrote: [ -> ]Delete the mybb_buypoints_logs table and all other buypoints tables.

where are those located at?