Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

The error code HTTP 500 Internal Server Error is a general-purpose message this indicates a general error in a web application. Please note that there is no general solution for this general error. You should first read HTTP 500 Internal Server Error before posting in this category.

Merged [Merged topic] Fatal Error: Cannot use object of type stdClass as array in plugins/user/profile/profile.php

More
14 years 6 months ago #111902 by LightYarn
Okay, that might be true, but you (the Kunena Devs) have a way better support than K2 does. Don't get me wrong, i like the K2 Plugin, but i had to deal with most of the problems on my own, although I asked in their forums...I didn't get any answers -.-

In here, the people actually TRY to help the users.

But back to topic: K2 released the 2.5.1 version last month. Maybe there is a fix for the user-plugin, who knows...

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

More
14 years 1 month ago #122850 by cheesesteak
I recently installed K1.7.2. I am running Joomla! 2.5.4 with K2 on a local server until I have everything set.

Something has changed and I do not know what it is. No users (or admins) can edit profile. I keep getting a 500 error.

This is the message:

Fatal Error: Cannot use object of type stdClass as array in plugins/user/profile/profile.php on line 220
The error was detected in the User - Profile Plugin


The plugin is installed and published

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

More
14 years 1 month ago #122857 by Matias
The issue is in System - Kunena plugin.

Please change plugins/system/kunena.php line 53-54 (add k to our object):
Code:
$kuser = KunenaFactory::getUser(intval($user ['id'])); $kuser->save();
The following user(s) said Thank You: cheesesteak

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

More
14 years 1 month ago #122895 by cheesesteak
Got the same issue with code change:

Fatal Error: Cannot use object of type stdClass as array in plugins/user/profile/profile.php on line 220

The error was detected in the User - Profile Plugin.

But Disabled the User plugin and it works...

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

More
14 years 1 month ago #122911 by Matias
Please try my fix because of I'd love to know if it really solves the issue for you (with the plugin enabled).

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

More
14 years 1 month ago #123001 by cheesesteak
with the plugin enabled I still get the error.

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

Time to create page: 0.203 seconds