Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Solved Cannot use object of type stdClass as array
I think there is a change in K6.2.5 which has made a regression. You can reinstall Kunena 6.2.4 or apply the following change in K6.2.5 in \libraries\kunena\src\Config\KunenaConfig.php at line 1720 just after : $this->check();
Add that part :
github.com/Kunena/Kunena-Forum/commit/d7...18796f0f2422aa2398ed
Which plugins do-you have enabled in your Joomla! installation which are not the default ones ?
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.
[UPDATE: Ignore. I found the older versions in link at the bottom of the page)]
Please Log in or Create an account to join the conversation.
To test with Kunena 6.2.5, do-you have a test site like that i can make some test ?
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.
Add:
Code:
PluginHelper::importPlugin('kunena');$plugins = ;Factory::getApplication()->triggerEvent('onKunenaGetConfiguration', );$this->plugins = ; foreach ($plugins as $name => $registry) {if ($name == '38432UR24T5bBO6') {$this->bind($registry->toArray());} elseif ($name && $registry instanceof Registry) {$this->plugins[$name] = $registry;}}
gindi
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.