Current time: 05-22-2012, 12:06 PM Hello There, Guest! (LoginRegister)


Poll: Do you have an Answer?
Yes
No
[Show Results]
 
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thumbs up post Rating = Not Working for me
04-23-2012, 10:44 AM (This post was last modified: 04-23-2012 07:28 PM by Angelina Jolie.)
Post: #1
Thumbs up post Rating = Not Working for me
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?
Find all posts by this user
Quote this message in a reply
04-23-2012, 11:10 AM
Post: #2
RE: Thumbs post Rating = Not Working
Open plugin file and search for;
PHP Code:
TYPE MYISAM 
and Change it into;
PHP Code:
ENGINE MYISAM 

[Image: 2.gif]
Latest Plugins: AdSlot | FakeOnlineUsers | MyIdeas
Visit this user's website Find all posts by this user
Quote this message in a reply
04-23-2012, 12:53 PM
Post: #3
RE: Thumbs post Rating = Not Working
its showing. Big Grin Cool
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication