FeedWordPress broke my heart
For the past couple of weeks, Blogawa has been misbehaving. It’s been quietly ignoring posts from Perspective Ottawa. I use FeedWordPress to aggregate posts from around town, so this weekend I looked into it a little more seriously.
After I upgraded to the latest FeedWordPress, I started seeing errors like:
WP HTTP Error: Operation timed out after 10000 milliseconds with 48,382 bytes received
when I manually refreshed Perspective Ottawa’s feed. With a bit of digging, I discovered that there’s a default timeout of 10 seconds in the library FWP uses to download and parse RSS feeds. I’ve pinged the author about it, but in case you’re having a similar problem, here’s my fix:
- Edit your-wordpress-directory/wp-content/plugins/feedwordpress/feedwordpress.php.
- Search for function fetch. You should find the function near line 1407 (for FWP version 2010.0905).
- Under the line $feed = new SimplePie();, add: $feed->set_timeout(25);.
- When you’re done, your code should look something like:

- Go to your blog’s Syndication admin page, and update your feeds. If you get PHP syntax errors, you made a mistake.
With that fix, FeedWordPress and I are now BFFs again.





I’m surprised that nobody has mentioned the other side of the degradation equation. What about the customers?