Title: Player List Error
Last modified: August 21, 2016

---

# Player List Error

 *  [saltandpepper](https://wordpress.org/support/users/saltandpepper/)
 * (@saltandpepper)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/player-list-error/)
 * When I try to create a player list I get the following error displayed multiple
   times, on the backend and front end.
 * `Warning: Invalid argument supplied for foreach() in /home/outtasite/public_html/
   bomba/wp-content/plugins/sportspress/includes/class-sp-player-list.php on line
   142`
 * Thanks
 * [https://wordpress.org/plugins/sportspress/](https://wordpress.org/plugins/sportspress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [ThemeBoy](https://wordpress.org/support/users/themeboy/)
 * (@themeboy)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/player-list-error/#post-5028635)
 * Hi [@saltandpepper](https://wordpress.org/support/users/saltandpepper/)
 * Thank you for your feedback. We’ll be releasing an update early next week with
   a fix for this issue. The error occurs when no players have been added to an 
   event. For a temporary fix, please change the line 142 to:
 *     ```
       if ( is_array( $players ) ): foreach( $players as $player_id => $player_performance ):
       ```
   
 * and line 209 to:
 *     ```
       endforeach; endif;
       ```
   
 * I’ll let you know when the update becomes available.

Viewing 1 replies (of 1 total)

The topic ‘Player List Error’ is closed to new replies.

 * ![](https://ps.w.org/sportspress/assets/icon-256x256.png?rev=1252005)
 * [SportsPress - Sports Club & League Manager](https://wordpress.org/plugins/sportspress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sportspress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sportspress/)
 * [Active Topics](https://wordpress.org/support/plugin/sportspress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sportspress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sportspress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ThemeBoy](https://wordpress.org/support/users/themeboy/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/player-list-error/#post-5028635)
 * Status: not resolved