• Resolved mlstarner

    (@mlstarner)


    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.

    https://www.ads-software.com/extend/plugins/facebook/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Niall Kennedy

    (@niallkennedy)

    The session_start PHP function is called by the 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 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.