- Posts: 225
- Thank you received: 12
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Important Performance Problem
Please Log in or Create an account to join the conversation.
Aside the missing keys, there was different auto increments (f.e. in jos_fb_messages: ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=37000 <-??). Also there were tables in my old installation which didn't exist in the new structure.
I would highly recommend to import your Data in a fresh sql-structure. If i remember correctly there were 30+ changes.. Some of these changes are not easy to apply to a not empty database.
Please Log in or Create an account to join the conversation.
Just for understanding: I´m using the latest Joomla 1.5
I uninstalled my fireboard and installed Kunena 1.5.5. I am experiencing a lack of performance since the update. Opening a section from the section view takes much longer than in the old fireboard. So I think your solution would workfor me too.
Many thanx in advance dude
Please Log in or Create an account to join the conversation.
For the phpmyadmin part:
1) choose your database (the one which have the poor performance)
2) click export
3) choose only the jos_fb* tables
4) choose gzip compression and click "send" at the bottom of the page. you will receive a complete backup of all your forum data. (this is for backup only). keep it at a safe place.
5) repeat 1-3
6) on the right side, there is "structure" enabled. disable it, and do step 4 (this time you only get the data)
7) uninstall kunena, and after that delete all jos_fb* tables with phpmyadmin (CATION: be sure your backup is working!!!!!)
9) in phpmyadmin in your database, click "import". choose the second file you have saved.
there may be some conflicts, about tables not existing any more. in that case, you could edit the file and delete conflicting items. or you write again in this thread

Hope that helps!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It helped, it is fast like before in fireboard. Many thanx go to failbit!
Please Log in or Create an account to join the conversation.