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.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.

Merged attachment problem: "user 0 does not exist"

More
13 years 10 months ago #131009 by sozzled

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

More
13 years 10 months ago #131041 by 810
Hi its fixed in k2.0.2 release. We don't know the release date yet.

Regards 810
The following user(s) said Thank You: lyrafatima

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

More
13 years 10 months ago - 13 years 10 months ago #131050 by lyrafatima
Hopefully it will be released soon, 810.

If by chance somebody could provide us work around will be highly appreciated.

Many thanks and more power.

810 wrote: Hi its fixed in k2.0.2 release. We don't know the release date yet.

Regards 810

Last edit: 13 years 10 months ago by lyrafatima.

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

More
13 years 10 months ago #131269 by lyrafatima
Does anyone knows solutions/workarounds on this error message while waiting for Kunena 2.0.2?

"Your message has been successfully posted. Cannot save attachment: User 0 doesn't exist!"

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

More
13 years 10 months ago #131276 by 810
Please check your pm.

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

More
13 years 9 months ago #131731 by 810
Try this: administrator/components/com_kunena/libraries/tables/kunenaattachments.php line 36

change
Code:
if (!$user->exists()) {

to
Code:
if ($this->userid != 0 && !$user->exists()) {
The following user(s) said Thank You: lyrafatima

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

Time to create page: 0.292 seconds