Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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 Kunena Login funktioniert nicht - 500 HTMLHelper kunenaforum not found

More
1 year 7 months ago #232190 by Pinkeltje
Ich verstehe immer noch nicht, warum es bei Ihnen nicht funktioniert. Ich habe bereits darauf hingewiesen, dass es in meiner Testumgebung mit einer mehrsprachigen Website und deaktiviertem Joomla-Login-Modul einwandfrei funktioniert.

Ich glaube immer noch, dass mit Ihrer Website etwas nicht stimmt, und bin eigentlich überzeugt, dass das Kunena-Login-Modul keinen Fehler aufweist.

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

More
1 year 7 months ago #232191 by ruud
Do I understand it correctly that the user is using the Kunena Login module on pages where Kunena is not loaded?
If that is the case that the issue could be that the kunena extension is load booted (loaded) on these pages and as such the classes are not loaded?

That could be solved by booting the kunena component on initialization of the kunena login module.

Can you try the following:
in file ./module/kunenalogin/mod_kunenalogin.php add the following line after $minKunenaVerison = '6.2';
So it looks like this:
Code:
$minKunenaVersion = '6.2'; \Joomla\CMS\Factory::getApplication()->bootComponent('com_kunena');

save the file and see if that fixes the error.
If not, just remove the line again or reinstall the module

note: untested (as I do not have an environment I can test with).

sharing = caring
The following user(s) said Thank You: Opendreas

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

More
1 year 7 months ago - 1 year 7 months ago #232192 by Pinkeltje
Still can't reproduce it. Works with Kunena and Joomla.
Last edit: 1 year 7 months ago by Pinkeltje.

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

More
1 year 7 months ago - 1 year 7 months ago #232193 by Opendreas

Ich verstehe immer noch nicht, warum es bei Ihnen nicht funktioniert. Ich habe bereits darauf hingewiesen, dass es in meiner Testumgebung mit einer mehrsprachigen Website und deaktiviertem Joomla-Login-Modul einwandfrei funktioniert.

Ich glaube immer noch, dass mit Ihrer Website etwas nicht stimmt, und bin eigentlich überzeugt, dass das Kunena-Login-Modul keinen Fehler aufweist.


 
Ist der Haupmenü Modul mit der Spracheinstellung "Alle" bei Ihnen deaktiviert?    
Last edit: 1 year 7 months ago by Opendreas.

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

More
1 year 7 months ago #232194 by Opendreas

Do I understand it correctly that the user is using the Kunena Login module on pages where Kunena is not loaded?
If that is the case that the issue could be that the kunena extension is load booted (loaded) on these pages and as such the classes are not loaded?

That could be solved by booting the kunena component on initialization of the kunena login module.

Can you try the following:
in file ./module/kunenalogin/mod_kunenalogin.php add the following line after $minKunenaVerison = '6.2';
So it looks like this:
Code:
$minKunenaVersion = '6.2'; \Joomla\CMS\Factory::getApplication()->bootComponent('com_kunena');


save the file and see if that fixes the error.
If not, just remove the line again or reinstall the module

note: untested (as I do not have an environment I can test with).
 
You got it right and your solution works! Will you add this solution to the Kunena Login Module?

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

More
1 year 7 months ago #232195 by Pinkeltje

Ist der Haupmenü Modul mit der Spracheinstellung "Alle" bei Ihnen deaktiviert?    

Existiert gar nicht. Nur 1x menu module nl und einmal de.

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

Time to create page: 0.260 seconds