1 (edited by 2013-03-22 11:30:47)

Topic: RSS

There is a problem with RSS ?

I've an error with anagregator online... Impossible to read it !

I use CN 1.5.3.

TPL (active news) :

<item>
<title><![CDATA[{title}]]></title>
<link>{rss-news-include-url}?subaction=showfull&id={news-id}&archive={archive-id}</link>
<description><![CDATA[{short-story}]]></description>
<guid isPermaLink="false">{news-id}</guid>
<pubDate>{date}</pubDate>
</item>

The configuration on CN is ok...

Re: RSS

Bug report :

Sorry

This feed does not validate.

line 7, column 30: Undefined channel element: script [help]

   <description></description><script type="text/javascript">
                              ^
line 33, column 49: XML parsing error: <unknown>:33:49: not well-formed (invalid token) [help]

            newWin.document.write('<table border=0 style="height:100%; width ...
                                                 ^

Re: RSS

Up please.

I don't believe i'm alone with this problem...

Re: RSS

So, I found it!

The problem of RSS is due to the plug-in "advanced image"... I don't know why but if i delete it, it works.

@ Support Team : could you look at this ? thanks you...

5 (edited by 2013-03-25 08:13:31)

Re: RSS

Dear Mattt07,

Many thanks for providing us with so detailed information about the problem. Our programmers have recently rectified this issue. Please download the latest version of the advancedimages plug-in from https://cutephp.com/cutenews/plugins.php

Please also make some changes in the show_news.php:

the following code:

if ( ($config_use_fbcomments == 'yes' || $config_use_fblike == 'yes') and !isset($_CACHE['__first_time__']) )


please change to:

if ( ($config_use_fbcomments == 'yes' || $config_use_fblike == 'yes') and !isset($_CACHE['__first_time__']) && $template != 'rss')
Best regards,
CN Support team

Re: RSS

Thanks you, it works!