Fatal error: require() [function.require]: Failed opening required 'modules/facebook_stream/facebook-php-sdk/src/facebook.php' (include_path='.:/usr/local/lib/php') in /home/gavin/domains/intdex.com/public_html/modules/facebook_stream/facebook_stream.module on line 36

Please help, now I cant disable it too.

I would just like to know if this module is supposed to act like a block and if there are any examples to show?

Comments

pflame’s picture

You have to follow the instructions specified at http://drupal.org/node/483570 to install. Now you have to disable the module from the database. Do following steps.

1. Connect to Database.
2. Run query update system set status=0 where name='facebook_stream';

3NCIRCLE’s picture

had the same issue with version 7... had to go to github.com/facebook/php-sdk to get the files needed. You have to create directories in the facebook-stream directory... and include the facebook.php file (though do note that when you get the php from github the php code is missing the ending "?>" After this is done you will have "drupal"/sites/all/modules/faceboom_stream/facebook-php-sdk/src/facebook.php ... Once you've done this you can get get back into the system and disable it or set it up. I opted for disabling it for the time being... hope this helps!

tmwagner’s picture

Version: 6.x-1.0-rc1 » 7.x-1.x-dev

...and crashed my site too. Fix was simple; delete the directory containing the module ...sites/all/modules/facebook_stream

pflame’s picture

Status: Active » Fixed

Fixed these errors and did a new release. Please install the latest version 6.x-3.0-beta2.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.