Page 1 of 1

Rss extended body dont work

Posted: Sun Sep 11, 2005 1:15 am
by jjjj
i have enabled option show extended body in configuration panel, but the rss feed dont show that, and dont show preview or title:

<item>
<title/>

<link>
http://&&&&&&&&&&&&&.html
</link>
<category/>

<comments>
http://&&&&&&&&&&&&.html#comments
</comments>

<wfw:comment>
http://&&&&&&&&&&wfwcomment.php?cid=135
</wfw:comment>
<slash:comments>0</slash:comments>

<wfw:commentRss>
http://&&&&&&&&&&/rss.php?version=2.0&type=comments&cid=135
</wfw:commentRss>
<author> ()</author>
<content:encoded>
</content:encoded>
<pubDate>Fri, 09 Sep 2005 16:08:48 +0200</pubDate>

<guid isPermaLink="false">
http://&&&&&&&&&.html
</guid>
<creativeCommons:license>http://creativecommons.org/licenses/by/ ... ns:license>
</item>

Re: Rss extended body dont work

Posted: Mon Sep 12, 2005 4:33 pm
by garvinhicking
Can you tell me your URL please, so I can look at the RSS generated? It properly works on my two installations.

Regards,
Garvin

Posted: Mon Sep 12, 2005 6:19 pm
by jjj

Posted: Mon Sep 12, 2005 6:35 pm
by garvinhicking
Your blog exhibits behavior that can happen if your PHP module has iconv support enabled, without it being properly able to do recoding.

Some versions of earlier PHP's iconv modules do not return any output when strings are coded from ISO to UTF-8. You must contact your server admin to either disable iconv functions or to enable them properly.

Best regards,
Garvin