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

More
6 months 1 week ago - 6 months 1 week ago #1 by Maszek
Hello,

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!

 

 
Last edit: 6 months 1 week ago by Maszek. Reason: improve editing

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

More
6 months 1 week ago #2 by xillibit
Hello,

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.

More
6 months 1 week ago #3 by Gindi
Warning: Kunena: Incompatible template crypsis, using aurelia instead.
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.

More
6 months 1 week ago #4 by xillibit
The other issue is similar to this one : www.kunena.org/forum/k-6-2-0-support/168...to-j4-upgrade#231075 so reinstall K6.2.5 and go then on Kunena dashboard to have the database updated

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.

More
6 months 1 week ago #5 by TonyChiao
I got the same error.
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.

More
6 months 1 week ago #6 by TonyChiao
With debug module on, extra information was found "/home1/beiim/public_html/libraries/kunena/src/Config/KunenaConfig.php (1803)"

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

More
6 months 1 week ago - 6 months 1 week ago #7 by xillibit
Hello,

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.
Last edit: 6 months 1 week ago by xillibit.

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

More
6 months 1 week ago - 6 months 1 week ago #8 by AlexRag
Where can I get a hold of Kunena 6.24?   The download page only seems to have 6.25.    

[UPDATE:  Ignore.  I found the older versions in link at the bottom of the page)]
Last edit: 6 months 1 week ago by AlexRag.

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

More
6 months 1 week ago #9 by xillibit
Hello,

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.

More
6 months 1 week ago #10 by Gindi
If I compare this code with Kunena 6.2.4, two square brackets are missing at $plugins = [];

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
 
The following user(s) said Thank You: xillibit

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

Time to create page: 0.433 seconds