Rss extended body dont work

Found a bug? Tell us!!
Post Reply
jjjj

Rss extended body dont work

Post 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>
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Rss extended body dont work

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
jjj

Post by jjj »

garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply