MyBB Community Forums

Full Version: Thumbs up post Rating = Not Working for me
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 8
Query:
CREATE TABLE IF NOT EXISTS mybb_thumbspostrating ( id INT UNSIGNED NOT NULL AUTO_INCREMENT , pid INT NOT NULL , uid INT NOT NULL , thumbsup INT NOT NULL , thumbsdown INT NOT NULL , PRIMARY KEY ( id ) ) TYPE = MYISAM ;


Cool Not working what's going on?
Open plugin file and search for;
TYPE = MYISAM
and Change it into;
ENGINE = MYISAM
its showing. Big Grin Cool