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.

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 New bug in Kunena 1.5.3 + Little Fix.

More
16 years 11 months ago - 16 years 11 months ago #20797 by alakentu
Hello everyone.

I found a small error in Kunena version 1.5.3, by placing a message preview spoiler and try to jump the following error:

Fatal error: Call to undefined method JDocumentRAW::addCustomTag() in C:/AppServ/www/joomlatest/components/com_kunena/lib/kunena.parser.php on line 651

Looking inside the file kunena.parser.php, I find that the code shows this:
Code:
$document=& JFactory::getDocument(); $document->addCustomTag('<script language = "JavaScript" type = "text/javascript">'.
Continuing with the script. My solution was to restore momentary code Kunena version 1.0.10 of these lines as follows:
Code:
global $mainframe; $mainframe->addCustomHeadTag('<script language = "JavaScript" type = "text/javascript">'.

But I do not think that is the exact solution for the same or final, in fact the error is kept here in the forums Kunena.com, to preview the spoiler is not shown in this preview of the message.

Error obtained using IE7, IE8 and Firefox.

Greetings.

KS!
NO hacer Spam | NO esbribas todo en mayúsculas | Sigue las reglas
Last edit: 16 years 11 months ago by alakentu.

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

More
16 years 11 months ago #20811 by xillibit
Hello,

thanks for reporting this, I will transmit to the DEVs.

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 11 months ago #21038 by alakentu
Hello everyone.

I got what I believe is a small error in the new version of Kunena.

When you upload an image or an attachment, the route would be saved for each:

images/fbfile/files/ :: for attachment
images/fbfiles/images/ :: for images

But I noticed that when you load one of the two types of files are saved in:

images/fbfile//files/ :: for attachment
images/fbfiles//images/ :: for images

Notice the double slash in the path saved, I could fix that changed the path in the file class.kunena.php well:

Search:
Code:
// Kunena uploaded files directory define('KUNENA_LIVEUPLOADEDPATH', KUNENA_JLIVEURL . 'images/fbfiles/');

change by:
Code:
// Kunena uploaded files directory define('KUNENA_LIVEUPLOADEDPATH', KUNENA_JLIVEURL . 'images/fbfiles');

That's all for now.

Greetings to all.

KS!
NO hacer Spam | NO esbribas todo en mayúsculas | Sigue las reglas

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

Time to create page: 0.217 seconds