Closed (fixed)
Project:
Facebook Live Stream Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2010 at 14:43 UTC
Updated:
20 Feb 2011 at 18:20 UTC
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
Comment #1
pflame commentedYou 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';Comment #2
3NCIRCLE commentedhad 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!
Comment #3
tmwagner commented...and crashed my site too. Fix was simple; delete the directory containing the module ...sites/all/modules/facebook_stream
Comment #4
pflame commentedFixed these errors and did a new release. Please install the latest version 6.x-3.0-beta2.