Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Question Install problem

More
16 years 8 months ago #27032 by alp
Install problem was created by alp
I have tried to install Kunena severall times with no succes.
I got this error every time:

Table 'xxxx.ssxx_fb_whoisonline' doesn't exist SQL=INSERT INTO ss09_fb_whoisonline (`userid` , `time`, `what`, `task`, `do`, `func`,`link`, `userip`, `user`) VALUES ('62', '1250854488', 'Forum Main','','','','/xxxxx/index.php/kunena', '213.157.85.203', '1')

Can someone help?

Please Log in or Create an account to join the conversation.

More
16 years 8 months ago #27070 by xillibit
Replied by xillibit on topic Re:Install problem
Hello,

I think that you need to create manually the table xxxx.ssxx_fb_whoisonline with this in phpmyadmin :
Code:
CREATE TABLE IF NOT EXISTS `#__fb_whoisonline` ( `id` int(6) NOT NULL auto_increment, `userid` int(7) NOT NULL default '0', `time` varchar(14) NOT NULL default '0', `item` int(6) default '0', `what` varchar(255) default '0', `func` varchar(50) default NULL, `do` varchar(50) default NULL, `task` varchar(50) default NULL, `link` text, `userip` varchar(20) NOT NULL default '', `user` tinyint(2) NOT NULL default '0', PRIMARY KEY (`id`), KEY `userid` (`userid`) ) DEFAULT CHARSET=utf8

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

Time to create page: 0.252 seconds