Title: Foreach loop error
Last modified: August 22, 2016

---

# Foreach loop error

 *  Resolved [Braunson](https://wordpress.org/support/users/braunson/)
 * (@braunson)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/foreach-loop-error/)
 * Updated just recently from the previous version, front-end widget throws a foreach
   loop pointing to /plugins/devbuddy-twitter-feed/lib/class.twitter-feed-base.php
   on line 572
 * To fix this I simply threw in an if statement for $ftc around the foreach loop.
 * Tho a cache issue you may want to look into and resolved. I have ‘don’t cache’
   set in my settings for the plugin FYI.
 * [https://wordpress.org/plugins/devbuddy-twitter-feed/](https://wordpress.org/plugins/devbuddy-twitter-feed/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [EjiOsigwe](https://wordpress.org/support/users/ejiosigwe/)
 * (@ejiosigwe)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/foreach-loop-error/#post-5235797)
 * Cheers Braunson,
 * I’ve taken a look and I can see the issue indeed. I’ll be applying an update 
   soon.
 * Thanks!
 *  [jonwatson87](https://wordpress.org/support/users/jonwatson87/)
 * (@jonwatson87)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/foreach-loop-error/#post-5235943)
 * Easy way to fix it, temporarily, is to include (array), so line 572 becomes:
 * foreach ( (array)$ftc as $cache ) {
 *  Plugin Author [EjiOsigwe](https://wordpress.org/support/users/ejiosigwe/)
 * (@ejiosigwe)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/foreach-loop-error/#post-5235944)
 * Really appreciate the feedback, guys.
 * Apologies for the delay but I’ve now released an update with a fix for the bug.
   I took your approach Braunson.
 * Again, thanks all!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Foreach loop error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/devbuddy-twitter-feed.svg)
 * [DevBuddy Twitter Feed](https://wordpress.org/plugins/devbuddy-twitter-feed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/devbuddy-twitter-feed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/devbuddy-twitter-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/devbuddy-twitter-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/devbuddy-twitter-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/devbuddy-twitter-feed/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [EjiOsigwe](https://wordpress.org/support/users/ejiosigwe/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/foreach-loop-error/#post-5235944)
 * Status: resolved