Kunena 6.3.5 released

The Kunena team has announce the arrival of Kunena 6.3.5 [K 6.3.5] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

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 Kunena Latest Broken in 1.5.6 w JomSocial

More
14 years 11 months ago #1 by k9disc
Heres the Error I'm getting on the Kunena Latest Mod:
Code:
Notice: Constant C_ASSET_JQUERY already defined in /home2/kninathl/ public_html/components/com_kunena/class.kunena.php on line 72

Jomsocial 1.5.237 installed.

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

More
14 years 11 months ago #2 by xillibit

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
14 years 11 months ago #3 by k9disc
It looks as if that's already been done:
Code:
if (defined('KUNENA_JQURL') && !defined('J_JQUERY_LOADED')) { define('J_JQUERY_LOADED', 1); if (!defined('C_ASSET_JQUERY')) define('C_ASSET_JQUERY', 1); $document->addScript(KUNENA_JQURL);

Around line 246...

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

More
14 years 11 months ago #4 by xillibit
It's an another conflict with jquery, so i will report this to the DEVs, thanks for sharing this. You can try to disable the jquery load by opening the file /components/com_kunena/class.kunena.php and at line 72 replace this :
Code:
define( 'C_ASSET_JQUERY', 1 );

with this :
Code:
//define( 'C_ASSET_JQUERY', 1 );

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.

Time to create page: 0.415 seconds