Hello everyone!
I have a problem ... I just downloaded and uploaded to my wiki my version of AWC forum and when I go to the installation page and click the "install forum leaves me this message:
A database query syntax error has occurred. This may set a bug in the software. The last attempted database query was:
CREATE TABLE IF NOT EXISTS `awc_f_emotions` ( `e_ID` int (11) NOT NULL auto_increment, `e_code` varchar (255) NULL default, `e_pic` varchar (255) NULL default, PRIMARY KEY ( `` e_ID )) TYPE = MyISAM;
from within function "". MySQL returned error "1: near" auto_increment ": syntax error".
My wiki is based on SQLite, the problem may be that !?... The extension is not designed to use a SQLite database?
|