- Posts: 25
- Thank you received: 0
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Solved Karma not working
2 years 5 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?
(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.
Less
More
- Posts: 12288
- Thank you received: 2537
2 years 5 months ago #230966
by rich
Important! Always create a backup before you make any changes to your website!
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.
2 years 5 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.
Less
More
- Posts: 978
- Thank you received: 153
2 years 5 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.
2 years 5 months ago - 2 years 5 months ago #230969
by xillibit
I don't provide support by PM, because this can be useful for someone else.
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 :
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 5 months ago by xillibit.
Please Log in or Create an account to join the conversation.
2 years 5 months ago #230973
by sushidog
Replied by sushidog on topic Karma not working
I use NTS KTrend from 9themestore. I get the same error whether using the default Aurelia or KTrend.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.
Time to create page: 0.425 seconds