1 (edited by 2012-03-10 15:22:40)

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

Re: RSS doesn't work with IE

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;
?>

3 (edited by 2012-03-11 10:16:18)

Re: RSS doesn't work with IE

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.

Re: RSS doesn't work with IE

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) -->
http://www.bloggeritalia.it/gestione/spaw2/uploads/images/logo-ermy2.png </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> &lt;img border=&quot;0&quot; alt=&quot;Evento bloggeritalia&quot; src=&quot;http://sstatic1.histats.com/0.gif?1824044&amp;amp%3B101&quot; /&gt;


I don't know why, but removing it RSS feed works now, with IE too

5 (edited by 2014-04-05 17:20:03)

Re: RSS doesn't work with IE

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..

Re: RSS doesn't work with IE

Problems with RSS displays can usually be traced by visiting the website http://feedvalidator.org/

Posts: 6

Pages 1

You must login or register to post a reply

CutePHP Forums → Problem Solving / Help & Support → RSS doesn't work with IE