Topic: RSS doesn't work with IE
Hi guys. Help me please. Why my RSS feed doesn't work fine with Internet Explorer but it works very good with Firefox. What can I do? This is my RSS link http://www.pasqualemarinelli.com/a/rss.php
Dear CuteNews Users! Please feel free to contact us via our new Feedback Form and please send information about bugs to our bug tracker.
You are not logged in. Please login or register.
CutePHP Forums → Problem Solving / Help & Support → RSS doesn't work with IE
Hi guys. Help me please. Why my RSS feed doesn't work fine with Internet Explorer but it works very good with Firefox. What can I do? This is my RSS link http://www.pasqualemarinelli.com/a/rss.php
Just looking at the source code of your rss in firefox, your rss titles stand out. the cdata within <description> has a dsitinct color, while between the title tags it's plain black.
Try using this for your rss.tpl (data folder and backup before overwrite!)
<?PHP
///////////////////// TEMPLATE rss /////////////////////
$template_active = <<<HTML
<item>
<title>{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>
HTML;
$template_full = <<<HTML
HTML;
$template_comment = <<<HTML
HTML;
$template_form = <<<HTML
HTML;
$template_prev_next = <<<HTML
HTML;
$template_comments_prev_next = <<<HTML
HTML;
?>
Your feed seems to be working now, so I guess you fixed it. I had a problem with my RSS feeds in Explorer 8. Worked ok in Firefox, Chrome, Safari and on my ipad but Explorer 8? No!.
Could be caused by any of your articles that contain non-numeric HTML entities. In Explorer click on the 'more information' when the error occurs then fix the problem that it reports. I fixed my feed by reposting the article that had the entities and this fixed the problem. (The original article had been cut and pasted from Word!). The problems were mostly quotes and accents.
Your feed seems to be working now, so I guess you fixed it. I had a problem with my RSS feeds in Explorer 8. Worked ok in Firefox, Chrome, Safari and on my ipad but Explorer 8? No!.
Could be caused by any of your articles that contain non-numeric HTML entities. In Explorer click on the 'more information' when the error occurs then fix the problem that it reports. I fixed my feed by reposting the article that had the entities and this fixed the problem. (The original article had been cut and pasted from Word!). The problems were mostly quotes and accents.
Yes, I fixed it. You've right. Anyway, my problem were an include image from an external website script like this:
<!-- BLOGGERITALIA.IT START (immagine cliente codice HTML)-->
<script type="text/javascript">document.write(unescape("%3Cscript src=%27http://s10.histats.com/js15.js%27 type=%27text/javascript%27%3E%3C/script%3E"));
</script>
<!-- LINK START (codice nascosto)--> <a target="_blank" title="Evento blogger Ermy.it" href="http://www.ermy.it/GreenEnergy.htm"> <!-- LINK STOP(codice nascosto)-->
<!-- IMMAGINE (inizio immagine cliente) -->
</a>
<!-- IMMAGINE (fine immagine cliente) -->
<!-- BLOGGERITALIA.IT END -->
<a target="_blank" title="Evento bloggeritalia" href="http://www.histats.com/">
<script type="text/javascript">try {Histats.start(1,1824044,4,0,0,0,"");Histats.track_hits();} catch(err){};
</script></a> <img border="0" alt="Evento bloggeritalia" src="http://sstatic1.histats.com/0.gif?1824044&amp%3B101" />
I don't know why, but removing it RSS feed works now, with IE too
Hi guys. Help me please. Why my solar panel doesn't work fine with Internet Explorer but it works very good with Firefox. What can I do? This is my RSS link http://www.pasqualemarinelli.com/a/rss.php
Were you able to correct it..I have been facing similar issue so can you help me out? I hope you will reply soon..
Problems with RSS displays can usually be traced by visiting the website http://feedvalidator.org/
CutePHP Forums → Problem Solving / Help & Support → RSS doesn't work with IE
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_antispam official extension is installed. Copyright © 2003–2009 PunBB.