Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] 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 and issues discovered during the last development stages of K 6.3

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 jQuery.kunena_cookie is not a function

More
14 years 9 months ago #1 by swedeboy
Hope someone can help me with this error message i get in Firebug

Error message

jQuery.kunena_cookie is not a function
anonymous()kunenaforum.js (rad 135)
anonymous(Object length=5, function(), Object name=c)10 (rad 1)
anonymous(function(), Object name=b)10 (rad 1)
anonymous()kunenaforum.js (rad 122)
anonymous()jquery-1....2.min.js (rad 19)
anonymous([function(), function()], function(), Object name=F)jquery-1....2.min.js (rad 12)
anonymous()jquery-1....2.min.js (rad 19)
anonymous()jquery-1....2.min.js (rad 19)
[Break on this error] if (jQuery.kunena_cookie("upshrink_" + imgId) == 1)\r\n

How can I fix this?


Thanks in advance.

Anders

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

More
14 years 9 months ago #2 by xillibit
Hello,

You have perhaps a conflicting plugin : docs.kunena.com/index.php/Conflicting_plugins , if in disabling all these plugins you have always your problem try to disable others modules/plugins for see which cause this issue.

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 9 months ago #3 by swedeboy
Thanks for your response

I tried to disable rokbox plugin for rocket template but the error is still there.


From firebug


kunenaforum.js (rad 135
www.queermagazine.se/components/com_kune...lt/js/kunenaforum.js

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

More
14 years 9 months ago #4 by Cuba
i also have this problem... and my site don't use this plugins or components...

yvbbcode
rokbox plugin for rocket template
com_clickheat
woopera plugin

:S

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

More
14 years 9 months ago #5 by Cuba
ok I found the problem... is the "Hello Me" module from Jomsocial :S

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

More
14 years 9 months ago - 14 years 9 months ago #6 by Cuba
My fix:

Open /public_html/modules/mod_hellome/mod_hellome.php

change this line (34):
Code:
$document->addScript($js);
to
Code:
$viewCom = JRequest::getVar('option'); if ($viewCom != 'com_kunena') { $document->addScript($js); }
:P
Last edit: 14 years 9 months ago by Cuba.

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

Time to create page: 0.509 seconds