|
Hi,
Installed MyNetwork core, then activated Relative time, Activity and then comments section. I get the following error while activation:
CREATE TABLE foruim_db_myn_comments ( cid int(10) unsigned NOT NULL AUTO_INCREMENT, uid int(10) unsigned NOT NULL default '0', aid int(10) unsigned NOT NULL default '0', conv int(10) unsigned NOT NULL default '0', message text NOT NULL, dateline bigint(30) NOT NULL default '0', ipaddress varchar(30) NOT NULL default '0', edituid int(10) unsigned NOT NULL default '0', edittime bigint(30) NOT NULL default '0', visible int(1) NOT NULL default '0', PRIMARY KEY(cid), KEY conv (conv), KEY dateline (dateline) ) ENGINE=MyISAM;
Please assist. Thanks
|