When I want to use the great Simplepie class on my site I get a white page. I am not using Simplepie in any application yet. As you can see here the demo just...
Check your Apache and PHP error logs. tvdsluijs wrote: When I want to use the great Simplepie class on my site I get a white page. I am not using Simplepie in...
Go to the control panel for your website and click on "Error Log." That will be the error log for Apache. Look in your root directory for a file that says...
Sorry, my mistake. What am I looking for in these error logs ? I have the error logs, but see nothing strange or about the demo site. I cannot change the...
This sounds like it could possibly be a matter of not having either mbstring or iconv extensions installed. SimplePie is designed to work with either/both, but...
Problem: I'm trying to mash my Pownce feed into other feeds. But Pownce is 6 hours off. Is there any way I can adjust the date of this specific feed while...
... We don't require either, though there was a bug in SP 1.0.x that made it de-facto require one of them: 1.1 does not have this bug, and so works fine...
... Are you sure? I don't recall this making it into the release... at least, not into the release notes. Or docs. ;) Either way, it's still something to check...
... $item->get_date('U') will give you the Unix timestamp, in seconds. If the timestamp is 6 hours off, you can take the Unix timestamp and add/ subtract 6...
... Well, the simplest answer is to simply add your own preferred image to the page with standard HTML. If your question is more involved, then we would need...
... r864 | gsnedders | 2007-08-16 18:26:57 +0100 (Thu, 16 Aug 2007) | 2 lines We need to get as many valid characters as possible when replacing bad UTF-8 byte...
Thanks for the reply. I changed it how you suggested and now part of the code looks like this: <div class="chunk"> <img src="images/00top_links.gif" /> <?php...
... Wrapping so > starts a new line isn't a good idea :P We don't use hours anywhere else, so I don't see why we should here. We should use what we use...
Hello all! I am using simplepie for wordpress plugin. If you goto http://mytimewithgod.net/demo you will see in the first box a news section. In this news...
... So, i was trying to make this harder than it was...All i had to do was add another feed to the news box, like so: <?php echo SimplePieWP(array( ...
I am trying to aggregate the comments from blogspot and Wordpress. I found the code for blogspot, $comments_url = $item->get_links('replies'); $comments_feed =...
... I know that... but I have multiple feeds and every feed have another favicon, but instead favicon i want to put my custom image for that feed. Is that...
I wanted to thank all that helped in making simple pie, i didn't find another place to thank you so i am posting here now. i wanted to thank you for your good...
=== ALL NEW POSTS SHOULD HAVE THIS INFORMATION === 1) Is your webhost compatible, as per the bundled SimplePie Compatibility Test? 2) Version and/or build...
We have been building a feed reader http://www.yomomedia.com with simplepie as its heart ... simplepie has been a great library to use. just recently i've...