SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Support / Installation Error
Posted:  28 Dec 2011 14:11
Hello,
I try to install seo-borad to test and I get this error:

Code:

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 12


What could be?
thanks
Posted:  28 Dec 2011 15:42
Change all TYPE=MyISAM into ENGINE=MyISAM.
Mysql changed its syntax at some point.
Posted:  08 Jan 2012 19:44
Where and how to change all TYPE=MyISAM into ENGINE=MyISAM ? Please tell me in detail. Thanks
Posted:  09 Jan 2012 07:52
In install.php, change all TYPE=MyISAM into ENGINE=MyISAM.
Posted:  09 Jan 2012 14:30
Thank you very much. Its working fine now.