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 module mod_kunenalogin_v6.2.1_2026-04-25.zip give joomla error

More
2 weeks 6 days ago #235187 by Leen
also module mod_kunenalogin_v6.2.1_2026-04-25.zip
when it is activated Joomla gives an error

The requested page can't be found.

An error has occurred while processing your request.

You may not be able to visit this page because of: 

an out-of-date bookmark/favourite 
a mistyped address 
a search engine that has an out-of-date listing for this site 
you have no access to this page

Go to the Home Page

If difficulties persist, please contact the website administrator and report the error below. 

0 Call to a member function bootComponent() on null

JROOT\modules\mod_kunenalogin\src\ModuleKunenaLogin.php:82

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

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

More
2 weeks 5 days ago #235188 by Leen
kunena module login

Fastest fix

Add to the top of the file (if it isn't there yet):
Code:
use Joomla\CMS\Factory;

And replace on line 82:
Code:
$this->application->bootComponent('com_kunena')

with:
Code:
Factory::getApplication()->bootComponent('com_kunena')

and I noticed that when I set the Kunena login plugin to vertical

something with text like "endif" appears

this is hidden in the \modules\mod_kunenalogin\tmpl\vertical.php
remove that bit of text "endif; ?>" at the end of line 117

With kind regards
Leen

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

More
2 weeks 4 days ago #235192 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.216 seconds