Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

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 RSS feed broken after upgrade

More
15 years 1 month ago #90379 by Tastiger
The title says it all - you can see the output @ polyoz.net.au/forum/rss

here is the config settings report

This message contains confidential information

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

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

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

This message contains confidential information

Joomla default template details : ja_community_plus | author: JoomlArt.com | version: 1.1.2 | creationdate: 07/01/2011

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: Installed (Version : 1.5.13) | CommunityBuilder: Installed (Version : 1.4) | Jomsocial: Disabled or not installed | UddeIm: Installed (Version : 2.1)

Third-party SEF components: sh404sef: Disabled or not installed | ARTIO JoomSEF: Disabled or not installed | AceSEF: Disabled or not installed

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

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

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

More
15 years 1 month ago #90389 by xillibit
Hello,

Your issue come from here:
Code:
<script type="text/javascript"> <!-- function applycss(id,file,file2,fheight,bgcolor) { var oIframe = document.getElementById(id); var oDoc = oIframe.contentWindow || oIframe.contentDocument; if (oDoc.document) {oDoc = oDoc.document;} addcss(oDoc,file); if (file2!="") addcss(oDoc,file2); if (bgcolor!="") oDoc.body.style.backgroundColor = bgcolor; oIframe.height = (fheight != "auto") ? fheight : (oDoc.body.offsetHeight !== undefined) ? oDoc.body.offsetHeight : oDoc.height; } function addcss(item,file) { var link = item.createElement('link'); link.setAttribute('rel', 'stylesheet'); link.setAttribute('type', 'text/css'); link.setAttribute('href', file); item.getElementsByTagName('head')[0].appendChild(link); } --> </script> <script type="text/javascript"><!--//--><![CDATA[//><!-- if ( !document.getElementById('overDiv') ) { document.writeln('<div id="overDiv" style="position:absolute; visibility:hidden; z-index:10000;"></div>'); document.writeln('<scr'+'ipt language="Javascript" src="http://polyoz.net.au//includes/js/overlib_mini.js"></scr'+'ipt>'); } //--><!]]></script>

A plugin or module insert this part of code in the rss feed, so you need to find which one do that

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 1 month ago #90440 by Tastiger
Can you tell me where that code is so as I can track down changes?

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

More
15 years 1 month ago #90456 by xillibit
You need to disable all plugins and modules, and re-enable them one by one to see which one is causing this or disable joomla support in Kunena configuraion panel

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