Kunena 6.4.8 Released
The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Solved Class "KunenaUserHelper" not found
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:
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.
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
With kind regards
Leen
Please Log in or Create an account to join the conversation.
In the beginning of file kunena.php its missing the following line :
On line 64 it should be renammed as following :
On line 117 it should be renammed as following :
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.
With these changes in plg_jlsitemap_kunena > kunena.php it work on my test site
With kind regards
Leen
Please Log in or Create an account to join the conversation.