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.

Important Javascript is not allowed in RSS feed; prevents Kunena RSS feed from working

More
15 years 3 months ago - 15 years 3 months ago #85296 by milas
My RSS doesn't work you can see here:
www.dmilasin.com/pocetna/list-forums/

And it doesn't work with or without sf404sef

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Enabled | Joomla! SEF: Disabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 64M | Max file upload: 20M

This message contains confidential information

Joomla default template details : yoo_vox | author: YOOtheme | version: 5.5.8 | creationdate: December 2010

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.6.3 | creationdate: 2011-01-31

Kunena version detailled: Installed version: 1.6.3 | Build: 4344 | Version name: Parlare | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: AlphaUserPoints: Disabled or not installed | CommunityBuilder: Installed (Version : 1.3.1) | Jomsocial: Disabled or not installed | UddeIm: Installed (Version : 2.1)

Third-party SEF components: sh404sef: Installed (Version : 2.2.2.941) | ARTIO JoomSEF: Disabled or not installed | AceSEF: Disabled or not installed

Plugins: System - Mootools12: Disabled | System - Mootools Upgrade: Disabled | JFirePHP: Disabled or not installed | Kunena Discuss: Enabled (Version : 1.6.2) | Kunena Search: Enabled (Version : 1.6.2) | My Kunena Forum Menu: Disabled or not installed | My Kunena Forum Posts: Disabled or not installed

Modules: Kunena Latest: Enabled (Version : 1.6.2) | Kunena Stats: Enabled (Version : 1.6.0-RC2) | Kunena Login: Disabled or not installed

Last edit: 15 years 3 months ago by sozzled. Reason: Changed subject to reflect better the issues

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

More
15 years 3 months ago #85297 by xillibit
Replied by xillibit on topic Re: Rss feed doesn't work
Hello,

I advise you to disable legacy mode, in your rss feed you have javascript which isn't allowed in it :
Code:
<script type="text/javascript"> if (document.getElementById){ document.write('<style type="text/css">') document.write('.multiparts, #formnavigation{display:none;}') document.write('</style>') } var curpart=0 function getElementbyClass(classname){ partscollect=new Array() var inc=0 var alltags=document.all? document.all : document.getElementsByTagName("*") for (i=0; i<alltags.length; i++){ if (alltags[i].className==classname) partscollect[inc++]=alltags[i] } } function cycleforward(){ partscollect[curpart].style.display="none" curpart=(curpart<partscollect.length-1)? curpart+1 : 0 partscollect[curpart].style.display="block" updatenav() } function cycleback(){ partscollect[curpart].style.display="none" curpart=(curpart>0)? curpart-1 : partscollect.length-1 partscollect[curpart].style.display="block" updatenav() } function updatenav(){ document.getElementById("backbutton").style.visibility=(curpart==0)? "hidden" : "visible" document.getElementById("forwardbutton").style.visibility=(curpart==partscollect.length-1)? "hidden" : "visible" } function onloadfunct(){ getElementbyClass("multiparts") partscollect[0].style.display="block" document.getElementById("formnavigation").style.display="block" updatenav() } if (window.addEventListener) window.addEventListener("load", onloadfunct, false) else if (window.attachEvent) window.attachEvent("onload", onloadfunct) else if (document.getElementById) window.onload=onloadfunct </script>

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
15 years 3 months ago #85299 by milas
Replied by milas on topic Re: Rss feed doesn't work
thanks for quick replay i disable legacy just to try but it is the same problem what thing isn't allowed in my javascript

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

More
15 years 3 months ago #85302 by xillibit
Replied by xillibit on topic Re: Rss feed doesn't work
The javascript part which i had putted in my message below, is in your rss feed and this broke your feed, so you need to find which plugin or module is the owner of this javascript.

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
15 years 3 months ago #85310 by milas
Replied by milas on topic Re: Rss feed doesn't work
yes i can see that but i dont know why that script is loading it is part of kunena script becouse on all other my pages rss work good and there isn't script like that

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

More
15 years 3 months ago #85349 by xillibit
Replied by xillibit on topic Re: Rss feed doesn't work
Because you have a plugin which put this javacsript in all Joomla! pages

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.250 seconds