thunderclap82
05-22-2012, 06:41 PM
I recently moved to a new host and Flashchat 6 stopped working. I decided to just re-install and during the installation I get the following error:
Could not create DB table 'flashchat_bans'
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 '(14) NOT NULL, userid int(11) default NULL, banneduserid int(11) default NULL, r' at line 1
Doing some research it appears that this error appears when using a newer version of MySQL, and that the workaround is to remove (14) from timestamp(14) in some of the code. I've done this, yet the error still appears.
So I'm curious if anyone has successfully installed Flashchat on MySQL 5.5?
Could not create DB table 'flashchat_bans'
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 '(14) NOT NULL, userid int(11) default NULL, banneduserid int(11) default NULL, r' at line 1
Doing some research it appears that this error appears when using a newer version of MySQL, and that the workaround is to remove (14) from timestamp(14) in some of the code. I've done this, yet the error still appears.
So I'm curious if anyone has successfully installed Flashchat on MySQL 5.5?