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.

Solved Karma not working

More
2 years 3 months ago #230964 by sushidog
Karma not working was created by sushidog
When I click on the plus sign to applaud, I get this message:


(my_database_name)_c.jos_kunena_karma' doesn't exist

Have I set something up improperly?

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

More
2 years 3 months ago #230966 by rich
Replied by rich on topic Karma not working
Which Kunena version are you using? This error has actually already been fixed.

Important! Always create a backup before you make any changes to your website!

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

More
2 years 3 months ago #230967 by sushidog
Replied by sushidog on topic Karma not working
6.2.4

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

More
2 years 3 months ago #230968 by Pinkeltje
Replied by Pinkeltje on topic Karma not working
Which Kunena template do you use? If you use a third party template first try with Aurelia.

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

More
2 years 3 months ago - 2 years 3 months ago #230969 by xillibit
Replied by xillibit on topic Karma not working
Hello,

The issue isn't coming from the Kunena template but because the table #__kunena_karma doesn't exist in the database. It should have been created when you had installed K6.2.x

You can create it with the following query, just change the prefix with your own :
Code:
CREATE TABLE IF NOT EXISTS `#__kunena_karma` (     `id`     INT(11) NOT NULL AUTO_INCREMENT,     `userid` int(11) NOT NULL,     `target_userid` int(11) NOT NULL,     `time` int(11) NOT NULL,     PRIMARY KEY (id) )     ENGINE = InnoDB     DEFAULT CHARSET = utf8mb4     DEFAULT COLLATE = utf8mb4_unicode_ci;

I don't provide support by PM, because this can be useful for someone else.
Last edit: 2 years 3 months ago by xillibit.

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

More
2 years 3 months ago #230973 by sushidog
Replied by sushidog on topic Karma not working

Which Kunena template do you use? If you use a third party template first try with Aurelia.
I use NTS KTrend from 9themestore. I get the same error whether using the default Aurelia or KTrend.

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

Time to create page: 0.203 seconds