- Posts: 47
- Thank you received: 2
Kunena 6.3.5 released
The Kunena team has announce the arrival of Kunena 6.3.5 [K 6.3.5] 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 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved Cannot use object of type stdClass as array
I am having difficulties with the Kunena forum ( regularrocker.nl/the-forum ) on my website. After a couple of Joomla updates, I lost access.
I have searched Documentation and the Forum for this specific error but get no match.
I ran a diagnostic in the back end but it didn't turn up any errors.
I would appreciate your help!
Please Log in or Create an account to join the conversation.
Did-you done a migration from a previous version of Kunena ? From which one ?
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.
The error message is clear, you are using Kunena 6 with the crypsis template from Kunena 5.
If you have access to the backend, select Kunena/Template and make Aurelia the default template.
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.
I also changed the php version from php8.1 to php8.3, still meet the same error.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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.