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 FB 1.0.5 on J1.0 ---> K1.5.9 on J1.5

More
16 years 2 months ago #38554 by Hemd
Thank you very very much!!

It looks like everything is fine now!

Hopefully you can see that for yourself in a while when the rest of site is migrated as planned ;-)


Again thanks for the great and extraordinary fast support!! _0_

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

More
15 years 5 months ago #71215 by brenden
Hi all,

I'm running 1.5.13 and also getting the errors "Your Kunena installation is incomplete!".

My table list is:

jos_fb_announcement
jos_fb_categories
jos_fb_config
jos_fb_config_backup
jos_fb_favorites
jos_fb_groups
jos_fb_messages
jos_fb_messages_text
jos_fb_moderation
jos_fb_ranks
jos_fb_sessions
jos_fb_smileys
jos_fb_subscriptions
jos_fb_users
jos_fb_version
jos_fb_whoisonline

Do you know what's missing and what would be the similar script above I would need to run to fix it?

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

More
15 years 5 months ago - 15 years 5 months ago #71234 by xillibit
Hello,

Be carefull when you made change something directly on database, make a backup before to do something, the table attachments isn't present on your installation, so run this query under phpmyadmin :
Code:
CREATE TABLE IF NOT EXISTS `#__fb_attachments` ( `mesid` int(11) NOT NULL default '0', `filelocation` text NOT NULL, KEY `mesid` (`mesid`) ) DEFAULT CHARSET=utf8

I don't provide support by PM, because this can be useful for someone else.
Last edit: 15 years 5 months ago by xillibit.
The following user(s) said Thank You: brenden

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

More
15 years 5 months ago #71334 by brenden
Thanks, xillibit. Worked perfectly (of course).

A note for others: A small type in xillibit solution. CHARSET=utf should be CHARSET=utf8

Top stuff and top service as always. Thanks Kunena team (xillibit!)

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

Time to create page: 0.239 seconds