Search Results (Searched for: Karma)

07 Mar 2024 00:26
Replied by sushidog 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;
It took me a couple tries (after first backing up the db and the site), but this worked. Thanks for the query, it created the table and the feature works finally.

Thanks again.
07 Mar 2024 00:04
Replied by sushidog on topic Karma not working
Thanks, I give that a shot. Been a long time since I messed with mysql directly.
07 Mar 2024 00:02
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.
06 Mar 2024 10:19 - 06 Mar 2024 10:20
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;
06 Mar 2024 09:15
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.
06 Mar 2024 05:05
Replied by sushidog on topic Karma not working
6.2.4
06 Mar 2024 01:16
Replied by rich on topic Karma not working
Which Kunena version are you using? This error has actually already been fixed.
05 Mar 2024 19:21
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?
16 Jan 2024 16:04 - 16 Jan 2024 16:29
Replied by rich on topic Karma/Profile issues
Yes, the update is completed when the dashboard is called up.
16 Jan 2024 15:55 - 16 Jan 2024 15:57
Replied by Ratman on topic Karma/Profile issues
WTF ?!?

I installed the K6.2.3 update last thursday, plz see the config report below. But right now I visited the Kunena dashboard and it brought up a message, that the Kunena database was updated to version 6.2.3! Could it be that the database is not getting updated immediately when you install the update, but when you visit the Kunena dashboard?

What I can say is that the Karma now works without a flaw.

Thanks a lot for your kind support!

This message contains confidential information

Database collation check: The collation of your table fields are correct
        

Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |
        

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload:  

Kunena menu details:

Warning: Spoiler!

Joomla default template details : ja_purity_iv | author: JoomlArt | version: 1.2.0 | creationdate: October 31th, 2023

Kunena default template details : NTS KBee | author: Nice Theme Store Team | version: 6.0.1 | creationdate: 2023-12-10

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 6.2.3 | 2024-01-11 [ Git Repository ]
        | Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: CommunityBuilder 2.9.1+build.2024.01.11.19.38.24.c604a3042

Third-party SEF components: None

Plugins: None

Modules: Kunena Search 6.0.5

16 Jan 2024 15:32
Replied by rich on topic Karma/Profile issues
According to the configuration report, Kunena 6.2.2 is installed. An upgrade should therefore solve the problem.
16 Jan 2024 13:20 - 16 Jan 2024 13:20
Replied by xillibit on topic Karma/Profile issues
On update from K6.2.2 to K6.2.3 it should have applied that, but it not seems the case on your install. So backup your database and apply that with phmyadmin :
Code:
ALTER TABLE `#__kunena_karma` CHANGE `id` `id` INT(11) NOT NULL AUTO_INCREMENT;
16 Jan 2024 12:34
Replied by Ratman on topic Karma/Profile issues

Exception throw at line 403 in file /var/www/vhosts/roguewatches.de/httpdocs/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php with message Duplicate entry '0' for key 'PRIMARY'

16 Jan 2024 11:53
Replied by xillibit on topic Karma/Profile issues
Hello,

Like the error message say, please enable debug mode into Joomla! and Kunena configuration panel. Then re-try so set a karma and give inot your answer the error message which is displayed
14 Jan 2024 11:58
Replied by Ratman on topic Karma/Profile issues
It seems that the Karma feature is working now since the last 6.2.3 release. But a message appears when I raise/shrink someone's karma:

Kunena Internal Error: Please enable Kunena Debug Mode and report problem in the www.kunena.org forum.

Displaying 1 - 15 out of 633 results.
Time to create page: 0.772 seconds