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 Persistent Javascript error when running on Windows system (1.5 alpha)

More
17 years 1 month ago #12374 by rkaiser0324
You'll get an "unterminated string literal" on every page if you break on errors. Repros in Firefox, probably IE too. It's because the "\" directory separator is not escaping.

Easy fix though, in components/com_kunena/class.kunena.php:256, just change
Code:
define('KUNENA_URLIMAGESPATH', KUNENA_TMPLTMAINIMGURL . '/images/' . KUNENA_LANGUAGE .DS);

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

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

More
17 years 1 month ago #12391 by sozzled
Thanks for your help, rkaiser0324. In future, however, could you please submit reported errors - with or without suggested fixes - under the Testing category and not the Support category . B)

To Kunena website administrators: Would someone please update the forum announcement to ask people who are reporting problems with K 1.5.0a to use the appropriate category?

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

More
17 years 3 weeks ago #14390 by copyluck

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

Time to create page: 0.223 seconds