Posted by jenroth on November 29, 2011 at 10:42pm
2 followers
Jump to:
| Project: | Facebook Connect |
| Version: | 6.x-2.0-beta1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I've tried both 6.x-2.0-beta1 and the latest dev version. When I enter the Application ID and Application Secret in the FB Connect configuration and save, the page comes up blank. Worse, every page on my site comes up blank. The only way I can get it back is to remove the references to the Application Secret from the site_cache and site_variable tables in the database. I've followed all the instructions in README.txt. There's nothing in my Drupal or web server logs.
I don't have any other modules installed that interact with Facebook in any way.
Comments
#1
The first thing that white page comes because your error_reporting in php.ini is set to 0 . Enable it in php.ini or in settings.php file of drupal through ini_set() API . You would be able to see the error