- Posts: 973
- Thank you received: 153
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
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.
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:
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
Please Log in or Create an account to join the conversation.
- Posts: 973
- Thank you received: 153
Please Log in or Create an account to join the conversation.
Ist der Haupmenü Modul mit der Spracheinstellung "Alle" bei Ihnen deaktiviert?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.
You got it right and your solution works! Will you add this solution to the Kunena Login Module?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).
Please Log in or Create an account to join the conversation.
- Posts: 973
- Thank you received: 153
Existiert gar nicht. Nur 1x menu module nl und einmal de.Ist der Haupmenü Modul mit der Spracheinstellung "Alle" bei Ihnen deaktiviert?
Please Log in or Create an account to join the conversation.