Title: 2.2.3 warning
Last modified: August 21, 2016

---

# 2.2.3 warning

 *  Resolved [Fabrizio Pivari](https://wordpress.org/support/users/pivari/)
 * (@pivari)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/)
 * I’ve just upgrade the plugin (WordPress 3.6-beta1-24095).
    This is the Warning:
   Invalid argument supplied for foreach() in /home/culturet/public_html/wp-content/
   plugins/jetpack/jetpack.php on line 4534
 * [http://wordpress.org/extend/plugins/jetpack/](http://wordpress.org/extend/plugins/jetpack/)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/223-warning/page/2/?output_format=md) 
[→](https://wordpress.org/support/topic/223-warning/page/2/?output_format=md)

 *  Thread Starter [Fabrizio Pivari](https://wordpress.org/support/users/pivari/)
 * (@pivari)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/#post-3696955)
 * I’ve the problem at
    [http://www.culture-tourism.org/](http://www.culture-tourism.org/)
 *  [jason102178](https://wordpress.org/support/users/jason102178/)
 * (@jason102178)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/#post-3696959)
 * I too just upgraded too 2.2.3 today and i am getting the warning
 * Warning: Invalid argument supplied for foreach() in /wp-content/plugins/jetpack/
   jetpack.php on line 4534
 *  [probablynot](https://wordpress.org/support/users/probablynot/)
 * (@probablynot)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/#post-3696961)
 * [@jason102178](https://wordpress.org/support/users/jason102178/) I noticed that
   both Fabrizio and I have bbpress on our sites. Do you as well? This could be 
   the problem as there is a bit of code right before that foreach() specific to
   bbpress.
 *  [jason102178](https://wordpress.org/support/users/jason102178/)
 * (@jason102178)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/#post-3696964)
 * [@probablynot](https://wordpress.org/support/users/probablynot/) Yup i do , i
   never use to have bbpress, afer 5 yrs i finally installed bbpress yesterday.
 *  Thread Starter [Fabrizio Pivari](https://wordpress.org/support/users/pivari/)
 * (@pivari)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/#post-3696966)
 * I’ve bbpress 2.3.1 and WordPress 3.6-beta1-24095 (and buddypress)
 *  [jason102178](https://wordpress.org/support/users/jason102178/)
 * (@jason102178)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/#post-3696967)
 * yeah I too have BBpress 2.3.1 and i have wordpress 3.5 i don’t have the beta 
   version
 *  [jeepdon](https://wordpress.org/support/users/jeepdon/)
 * (@jeepdon)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/#post-3696970)
 * +1. bbPress 2.3.1 and same error with Jetpack 2.2.3. Rolling back now, in fact.
 *  [Lazylonewolf](https://wordpress.org/support/users/lazylonewolf/)
 * (@lazylonewolf)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/#post-3696973)
 * This happened again on [my website](http://cat-nine.net/) from the last update
   before this.
 * I “fixed” it by deleting the code in public_html>wp_content>plugins>jetpack.php
 *     ```
       foreach ( $_jetpack_rest_api_compat_includes as $_jetpack_rest_api_compat_include )
       	require_once $_jetpack_rest_api_compat_include;
       ```
   
 * I really hope the developers fix this.
 *  [probablynot](https://wordpress.org/support/users/probablynot/)
 * (@probablynot)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/#post-3696981)
 * If you comment out the lines:
 *     ```
       if ( function_exists( 'bbpress' ) )
       	$_jetpack_rest_api_compat_includes = dirname( __FILE__ ) . '/class.jetpack-bbpress-json-api-compat.php';
       ```
   
 * it also works.
 *  [Denis Ciumbargi](https://wordpress.org/support/users/ciumbargi/)
 * (@ciumbargi)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/#post-3696983)
 * Same error, bbpress also, buddypress, my error shows an extra line with nivo 
   slider.
 *  [Lazylonewolf](https://wordpress.org/support/users/lazylonewolf/)
 * (@lazylonewolf)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/#post-3696988)
 * Should we request support from buddypress too?
 *  Thread Starter [Fabrizio Pivari](https://wordpress.org/support/users/pivari/)
 * (@pivari)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/#post-3696990)
 * I came back to 2.2.2.
    Everything good!
 *  [bradleyrose001](https://wordpress.org/support/users/bradleyrose001/)
 * (@bradleyrose001)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/#post-3696999)
 * How do you roll back to 2.2.2?
 *  [bradleyrose001](https://wordpress.org/support/users/bradleyrose001/)
 * (@bradleyrose001)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/#post-3697003)
 * Deactivating the bbPress plug-in got my site to not have those error messages
   on top in the live version.
 *  Thread Starter [Fabrizio Pivari](https://wordpress.org/support/users/pivari/)
 * (@pivari)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/#post-3697011)
 * I’m not a great wp expert.
    To roll back I go to [http://wordpress.org/extend/plugins/jetpack/developers/](http://wordpress.org/extend/plugins/jetpack/developers/)
   download version 2.2.2 and install it via ftp but I think you can install directly
   the zip

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/223-warning/page/2/?output_format=md) 
[→](https://wordpress.org/support/topic/223-warning/page/2/?output_format=md)

The topic ‘2.2.3 warning’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 16 replies
 * 8 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/223-warning/page/2/#post-3697335)
 * Status: resolved