Problem with activating Comments module

← Profile System Support — Started 21 Feb, 2012

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
0  
Reply
Sorry itsmegogo, but that's not really an error message - just the SQL query that is ran to add the table to the database.

In a database manager, such as phpMyAdmin, could you take a look to see if myn_comments exists in your schema?
0  
Reply

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