Title: fronbow's Replies | WordPress.org

---

# fronbow

  [  ](https://wordpress.org/support/users/fronbow/)

 *   [Profile](https://wordpress.org/support/users/fronbow/)
 *   [Topics Started](https://wordpress.org/support/users/fronbow/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fronbow/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fronbow/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fronbow/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fronbow/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fronbow/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ThinkTwit] [Plugin: ThinkTwit] file_get_contents error](https://wordpress.org/support/topic/plugin-thinktwit-file_get_contents-error/)
 *  Thread Starter [fronbow](https://wordpress.org/support/users/fronbow/)
 * (@fronbow)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-thinktwit-file_get_contents-error/#post-2684224)
 * Hi Stephen,
 * as a quick fix I just changed line 369 to this
    `$feed = @file_get_contents($
   url);`
 * On failure, file_get_contents() returns false. So maybe you need to use another
   way of grabbing the feed in order to catch errors like this?
 * See [ for more on suppressing errors.](http://php.net/manual/en/language.operators.errorcontrol.php)
 * I don’t think the function needs anything more as you’re checking for a valid
   array or returning false anyway.

Viewing 1 replies (of 1 total)