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.

Question jquery path error in 1.5.0a

More
17 years 3 weeks ago #14435 by emeyer
On IE7 with script debugger, Joomla 1.5.10 with mootools disabled, CB1.2, and Kunena 1.50a running on Apache localhost, I was gettting an unterminated string contstant in header reported. It is same error mentioned here www.kunena.com/forum?func=view&catid=81&id=12374

The poster suggested changing class.kunena.php KUNENA_URLIMAGESPATH from
Code:
define('KUNENA_URLIMAGESPATH', KUNENA_TMPLTMAINIMGURL . '/images/' . KUNENA_LANGUAGE .DS);

to
Code:
define('KUNENA_URLIMAGESPATH', KUNENA_TMPLTMAINIMGURL . '/images/' . KUNENA_LANGUAGE .'/')

however while this stops an error being reported, I am still getting incorrect HTML in the header line 13, as follows:
Code:
<script type="text/javascript" src="http://localhost/public_html//components/com_kunena/template/default/js/jquery-1.3.1.min.js"></script> <script type="text/javascript"> jr_expandImg_url = "http://localhost/public_html//components/com_kunena/template/default_ex/images/english/";</script>

There are two slashes instead of one between homedir url and jquery path.

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

More
17 years 3 weeks ago #14446 by emeyer
After display of page with above fix, I tried unpublishing Joomla legacy mode plugin and received a 500 error. On checking Apache logs, this was due to kunena.php line 96:
Code:
require_once ($mainframe->getCfg("absolute_path") . "/components/com_kunena/lib/kunena.communitybuilder.php");

Causing file not found error. Changing this like others in file to:
Code:
require_once (KUNENA_PATH_LIB .DS. "kunena.communitybuilder.php");

Stopped the 500 error and the page now loads. This is for a Windows installation of Apache with Joomla in a subdirectory from homedir root.

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

More
17 years 3 weeks ago #14518 by Matias
Both of these have been fixed to 1.5.1b. :)

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

Time to create page: 0.252 seconds