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

Question mod_kunenasearch_v6.2.1_2026-04-25.zip give joomla error when it is activated

More
2 weeks 5 days ago - 2 weeks 5 days ago #235189 by Leen
also the mod_kunenasearch_v6.2.1_2026-04-25.zip  give  joomla error when it is activated .

Here too, the solution found is to change the modules\mod_kunenasearch\src\ModuleKunenaSearch.php
by adding
Code:
use Joomla\CMS\Factory;
to line 17 and changing the text on line 57 to this
Code:
// Boot Kunena component for use of Kunena registered function in non com_kunena page if (!Factory::getApplication()->bootComponent('com_kunena')) { return; }

With kind regards
Leen
Last edit: 2 weeks 5 days ago by Leen.
The following user(s) said Thank You: xillibit

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

More
2 weeks 4 days ago #235193 by xillibit
Hello,

Thanks for the report, i will fix it later today

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.

Time to create page: 0.222 seconds