Kunena 6.3.0 released

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

Solved Class "KunenaUserHelper" not found

More
1 year 6 months ago #1 by milstanyu
Hi all,

I experienced the same problem with the Sitemap plugin (it supports Kunena) as described here:  joomline.net/forum/jlsitemap/6640-issue-with-kunena-plugin.html but the extension developer is not answering.

The plugin file is simple and the problematic lines are:
Code:
$guest  = KunenaUserHelper::get(0); $object = KunenaForumTopicHelper::get($row->id);

PHP reports these classes are not found in Kunena 6. What should be changed in the code above?

Regards,
Milos

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

More
1 year 6 months ago - 1 year 6 months ago #2 by Leen
i was testing this in xampp test site
and while I was searching in their plugin
and started xampp and test site again a few times, the problem and message suddenly disappeared so no cause found
it seems to have something to do with their $guest in their rules
in their plugin at line 184 // Prepare user object they talk about $user .
So try as a guest or as an administrator or then suddenly that message is gone for you too

L.v.d.A
Last edit: 1 year 6 months ago by Leen.

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

More
1 year 6 months ago - 1 year 6 months ago #3 by xillibit
Hello,

In the beginning of file kunena.php its missing the following line :
Code:
use Kunena\Forum\Libraries\Forum\Category\KunenaCategoryHelper; use Kunena\Forum\Libraries\Forum\Topic\KunenaTopicHelper; use Kunena\Forum\Libraries\Route\KunenaRoute; use Kunena\Forum\Libraries\User\KunenaUserHelper;

On line 64 it should be renammed as following :
Code:
$object = KunenaTopicHelper::get($row->id);

On line 117 it should be renammed as following :
Code:
$object = KunenaCategoryHelper::get($row->id);

I don't provide support by PM, because this can be useful for someone else.
Last edit: 1 year 6 months ago by xillibit.

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

More
1 year 6 months ago #4 by Leen
thanks ,
With these changes in plg_jlsitemap_kunena > kunena.php it work on my test site

L.v.d.A

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

Time to create page: 0.465 seconds