CodeIgniter Forums
SimplePie and Twitter, strange cache situation - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: SimplePie and Twitter, strange cache situation (/showthread.php?tid=16018)



SimplePie and Twitter, strange cache situation - El Forum - 02-22-2009

[eluser]Schneider707[/eluser]
So I set up simplepie and twitter from haughin.com and it works very well except for one part. Sometimes if I reopen the page, the twitter updates are missing. I can go in, delete the cache, hit refresh and then the updates 'magically' appear. Why do they disappear? Is the cache out of date? If so, how to do I extend it or prevent it from checking the age?

Make sense?


SimplePie and Twitter, strange cache situation - El Forum - 02-24-2009

[eluser]Schneider707[/eluser]
anyone?


SimplePie and Twitter, strange cache situation - El Forum - 02-24-2009

[eluser]TheFuzzy0ne[/eluser]
You might be better off asking Elliot himself.


SimplePie and Twitter, strange cache situation - El Forum - 03-24-2009

[eluser]Josh Giese[/eluser]
The problem is with twitter, not with simple pie.

I have outlined the problem here in my blog: <a href="http://joshhighland.com/blog/2008/04/19/lifestreaming-is-simple-as-pie/">http://joshhighland.com/blog/2008/04/19/lifestreaming-is-simple-as-pie/</a>

You can fix the problem by commenting out a few lines in the simplepie class that just do some error checking.

I hope this helps you out.