Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

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.

Solved K 2.0.2 "lost" images

More
13 years 4 months ago #137334 by deseret
Replied by deseret on topic K 2.0.2 "lost" images
My site is live and have this issue as well.

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

More
13 years 4 months ago #137341 by sozzled
Replied by sozzled on topic K 2.0.2 "lost" images
To all those people who seem to "lose" images.

(1) Sometimes people lose images that were attached in posts on older, outdated and buggy versions of Kunena. Not in every case but in some cases. Unfortunately, these things happen. If we knew what version of Kunena you were running before you upgraded we may be able to get a better picture of the problems that people are having.

(2) Somewhere in this forum I posted information that explains how and where Kunena stores attachments. I can't remember exactly where that was. K 2.0 uses a similar storage mechanism to K 1.7. In K 1.7, each user's uploaded images are stored in a separate folder for each user. In K 1.5 images were thrown together in one big folder.

(3) People may have problems uploading images. The folder/file permissions may be "wrong" - see Securing Kunena for more information

(4) People may not be able to upload images or other attachments if the images/attachments are not able to be managed by PHP (in other words, there's no allowance made for the MIME type). Most .jpg, .gif, .png and .txt and .zip files can be handled but if you're using something else, you may have problems. These things are controlled by both the Joomla Global Configuration settings and the Kunena Forum Configuration settings but there may be other factors that involve your hosting platform.

(5) Some problems are common and some problems are unique. It helps when we know what we're dealing with in each case. I remind people to learn the lesson of I have the same problem .

(6) Your configuration report may help. We do not support K 2.0.2. If you are using that version, our advice is to use K 2.0.3 and see if upgrading addresses the problem in a better way.

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

More
13 years 4 months ago #137874 by domenicocg
Replied by domenicocg on topic K 2.0.2 "lost" images
Sozzled Hi, thank you for answers. I did a test on my domain host and I faced the same problem.

By Domenico

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

More
13 years 4 months ago #138199 by domenicocg
Replied by domenicocg on topic K 2.0.2 "lost" images
I have try upgrading the version to 1.5.7 from 1.5.14 and the forum works normal when I go to upgrade from 1.5.4 to 1.6.5 or 1.7. 2 the forum works, the problem that does not exist kunena discuss plug-in not even kunena latest forum. How can I solve the problem of migration from 1.5.14 to 2.0.2!!!!

By Domenico

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

More
13 years 1 month ago #141561 by mijalis
Replied by mijalis on topic K 2.0.2 "lost" images

domenicocg wrote: Sozzled Hi, thank you for answers. I did a test on my domain host and I faced the same problem.

By Domenico

I had the same problem after upgrading from 1.7 to 2.0.2.
I found two bugs both in administrator/components/com_kunena/libraries/bbcode/bbcode.php
The solution for me was to modify the following two lines:

I modified line
Code:
if ($att->filename == $filename && $att->folder == 'media/kunena/attachments/legacy/images') {
TO
Code:
if ($att->filename == $filename && $att->folder == '/media/kunena/attachments/legacy/images') {

and
Code:
return '<div class="kmsgimage"><img src="' . $fileurl . $width .'" style="max-height:'.$config->imageheight.'px;" alt="" /></div>';
TO
Code:
return '<div class="kmsgimage"><img src="' . $fileurl .'"'. $width .'" style="max-height:'.$config->imageheight.'px;" alt="" /></div>';
The following user(s) said Thank You: domenicocg

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

More
13 years 1 month ago #141599 by domenicocg
Replied by domenicocg on topic K 2.0.2 "lost" images
Thanks for the reply I check'll let you know if I solved it.

By Domenico

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

Time to create page: 0.287 seconds