Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Please Read This First:


This category is only for discussing add-on software products for K 3.0 that were obtained on the download page . Topics about other products obtained from other sources will be deleted.

Other add-ons that were developed by the Kunena team - but no longer maintained - are available on an "as is" basis. People who use these products do so at their own risk.

This category is for the community to share their experiences and to develop their own solutions to problems that they may encounter. Please note that the adminstrators and team moderators are not obligated to reply to topics in this category.

Solved Kunena Login Error

More
10 years 9 months ago - 10 years 9 months ago #1 by Sammitch
Kunena Login Error was created by Sammitch
Or maybe I just installed the completely wrong version, please ignore and/or delete this post.

Placing the Kunena Login module on a page causes PHP to error out and presents the dreaded "White Screen of Death". Looking into the logs gives:
Code:
PHP Fatal error: Call to undefined method JUtility::getToken() in /var/www/modules/mod_kunenalogin/class.php on line 30

Which is:
Code:
$token = JUtility::getToken();

Where that method has been removed in Joomla 3.0, and can be replaced with :
Code:
$token = JSession::getFormToken()

getToken() appears a couple more times in a template diagnostic file, but those should not be of much consequence.
Last edit: 10 years 9 months ago by Sammitch.

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

More
10 years 9 months ago #2 by xillibit
Replied by xillibit on topic Kunena Login Error
Hello,

This has been fixed in version 3.0 of this module, so just update this module

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.439 seconds