Active
Project:
Drupal for Facebook
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2012 at 02:19 UTC
Updated:
30 Mar 2012 at 17:05 UTC
I am currently receiving this error when i try to add an app.- Fatal error: Class 'BaseFacebook' not found in /home/content/36/8546036/html/sites/all/libraries/facebook-php-sdk/src/facebook.php on line 24
I have installed Facebook libraries in the /sites/all/libraries/facebook-php-sdk/ and made the rewrite changes to the settings.php file.
I have also read all the information related installation and troubleshooting. I have reinstalled the module and even reinstalled drupal and the database. I also get the error when I try to access my configuration page. I apologize if this issue has been solved in the past, i did search for it and no luck.
Comments
Comment #1
Dave Cohen commentedWeird, do you have a whole stack trace to see exactly when it is happening?
Comment #2
Fire4life44 commentedI appologize but I'm not very fluent in the programming world. How do I get a stack trace?
Comment #3
Dave Cohen commentedOne way would be to edit the file where the problem is reported with something like:
Probably you have an out of date facebook PHP SDK, or you don't have all the files there.
My facebook-php-sdk/src looks like:
Comment #4
Fire4life44 commentedI do have three files there. base_book.php, facebook.php, and another file that is a certificate. Also the debug should be pasted into the facebook.php file? And if so I assume at the very end? Once Pasted then what?