Kunena 6.4.13 Released

The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] 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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.

Question Recount Statistics gives an error message

More
1 week 23 hours ago #235129 by Leen
If I check all 4 Kunena Recount Statistics and click restore, I get the following error message..
Code:
An error has occurred. [quote]1054 Unknown column 't.category_id' in 'WHERE'[/quote] Call Stack[b]#[/b][b]Function[/b][b]Location[/b]1()JROOT/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:1382mysqli->prepare()JROOT/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:1383Joomla\Database\Mysqli\MysqliStatement->__construct()JROOT/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:9724Joomla\Database\Mysqli\MysqliDriver->prepareStatement()JROOT/libraries/vendor/joomla/database/src/DatabaseDriver.php:17805Joomla\Database\DatabaseDriver->setQuery()JROOT/libraries/kunena/src/Forum/Category/KunenaCategoryHelper.php:10166Kunena\Forum\Libraries\Forum\Category\KunenaCategoryHelper::recountBatch()JROOT/administrator/components/com_kunena/src/Controller/ToolsController.php:5547Kunena\Forum\Administrator\Controller\ToolsController->doRecount()JROOT/libraries/src/MVC/Controller/BaseController.php:7308Joomla\CMS\MVC\Controller\BaseController->execute()JROOT/libraries/src/Dispatcher/ComponentDispatcher.php:1439Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch()JROOT/libraries/src/Component/ComponentHelper.php:36110Joomla\CMS\Component\ComponentHelper::renderComponent()JROOT/libraries/src/Application/AdministratorApplication.php:15011Joomla\CMS\Application\AdministratorApplication->dispatch()JROOT/libraries/src/Application/AdministratorApplication.php:20612Joomla\CMS\Application\AdministratorApplication->doExecute()JROOT/libraries/src/Application/CMSApplication.php:30413Joomla\CMS\Application\CMSApplication->execute()JROOT/administrator/includes/app.php:5814require_once()JROOT/administrator/index.php:32
if I change JROOT\administrator\components\com_kunena\src\Controller\ToolsController.php:554
Code:
KunenaCategoryHelper::recountBatch();

to
Code:
KunenaCategoryHelper::recount();

then it works correctly

With kind regards
Leen
The following user(s) said Thank You: xillibit

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

More
1 week 19 hours ago #235130 by xillibit
Hello,

Thanks to have tested it

The change made on recount method is the same made on K7.0.8 developpement branch. Now i have fixed in both K7.1 and K7.0.8-dev : github.com/Kunena/Kunena-Forum/commit/e7...bd61ed63a87cffd0b166

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Leen

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

More
6 days 5 hours ago #235131 by Leen
I have now tested your solution and it seems to work properly on my test sites.

With kind regards
Leen
The following user(s) said Thank You: xillibit

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

More
6 days 3 hours ago #235132 by xillibit
Thanks to have tested it

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.262 seconds