Title: Error after last updates
Last modified: August 20, 2016

---

# Error after last updates

 *  Resolved [mlstarner](https://wordpress.org/support/users/mlstarner/)
 * (@mlstarner)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/error-after-last-updates/)
 * I’m getting the following error after updating the Facebook plugin on my site:
 * Warning: session_start() [function.session-start]: open(/var/chroot/home/content/
   64/3834464/tmp/sess_39s8qo6tcqbrsooe26qui4c9a3, O_RDWR) failed: No such file 
   or directory (2) in /home/content/64/3834464/html/wp-content/plugins/facebook/
   includes/facebook-php-sdk/facebook.php on line 51
 * The error doesn’t show up on the front end of the site, only on the admin side.
 * [http://wordpress.org/extend/plugins/facebook/](http://wordpress.org/extend/plugins/facebook/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Niall Kennedy](https://wordpress.org/support/users/niallkennedy/)
 * (@niallkennedy)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/error-after-last-updates/#post-3191572)
 * The [session_start PHP function](http://php.net/manual/en/function.session-start.php)
   is called by the [Facebook PHP SDK](https://github.com/facebook/facebook-php-sdk)
   on initialization.
 * It seems like your particular PHP installation may have an issue with temporary
   file storage used when PHP session functions try to interpret your session state.
   The [Facebook PHP SDK uses this function](https://github.com/facebook/facebook-php-sdk/blob/master/src/facebook.php#L35)
   to store and access the association between your browser session and the site.
 * This appears to be an issue with your PHP configuration, Facebook PHP SDK compatibility
   with varied server configurations, or both. This does not appear to be an issue
   with the plugin code itself.

Viewing 1 replies (of 1 total)

The topic ‘Error after last updates’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook_526fac.svg)
 * [Facebook](https://wordpress.org/plugins/facebook/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Niall Kennedy](https://wordpress.org/support/users/niallkennedy/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/error-after-last-updates/#post-3191572)
 * Status: resolved