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.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Avatar upload problem 1.5.8 and 1.5.9

More
16 years 4 months ago #39777 by jarasur
in 1.5.8/9 there is a problem, when i tray upload a new avatar or try to using any existing one, it seems success but nothing chahge. it doesnt set new choosed avatar to my profile.

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

More
16 years 4 months ago #39781 by sozzled
I will look again at this issue in a few hours from now. In the meantime, you can probably search for information about this. ;)

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

More
16 years 4 months ago #39847 by in93r
I think i might have the same problem.
I installed Kunena a few hours ago (Kunena is allready on my other sites)
And I don't see an avatar at all! I can choose from the gallery, but when I confirm, nothing happens. I have also JComments Avatar plugin set to Kunena, and no avatar showing at all...

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

More
16 years 4 months ago - 16 years 4 months ago #39852 by sozzled
This could be a known issue. I'm not sure. Have you tried searching for the answer? ;)
Last edit: 16 years 4 months ago by sozzled.

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

More
16 years 4 months ago #39855 by xillibit
Hello,

If i remenber right i have seen, some time ago a thread about with a solution.

Open the components\com_kunena\template\default\plugin\myprofile\myprofile_avatar_upload.php and at line 355 replace this :
Code:
$kunena_db->setQuery("UPDATE #__fb_users SET avatar='{{$kunena_db->getEscaped($newAvatar)}' WHERE userid={$kunena_my->id}");

by this :
Code:
$kunena_db->setQuery("UPDATE #__fb_users SET avatar='{$kunena_db->getEscaped($newAvatar)}' WHERE userid={$kunena_my->id}");

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
16 years 4 months ago - 16 years 4 months ago #39920 by eighteffects
I was able to upload an image and the avatar would work. However, if I chose a pre-installed avatar it would not. The above fix worked!

Not sure if it varies but I found the extra '{' on line 335. Thanks for the help, I was pulling my non-existent hair out!
Last edit: 16 years 4 months ago by eighteffects.

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

Time to create page: 0.246 seconds