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>
Rss extended body dont work
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Rss extended body dont work
Can you tell me your URL please, so I can look at the RSS generated? It properly works on my two installations.
Regards,
Garvin
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/
# 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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
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/
# 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/