Hi.

Enabling fbconnect gives white screen.
It's not lack of RAM or time.

With Regards.

Comments

laboratory.mike’s picture

Subscribing. I get the same issue: I input my Application Key and App Secret, and upon enabling, the "appearance" and "app settings" tabs both give a white screen when I click on them. I am running Firefox when this happens.

Yorgg’s picture

I understand this module doesn't work in a local development domain right?
PHP Fatal error: Call to undefined function libraries_load() in /modules/fbconnect/fbconnect.module on line 363
which means $library = libraries_load('facebook-php-sdk');

Then I noticed I have forgoten the library and downloaded the library (php-sdk folder) into /modules/fbconnect/libraries/php-sdk/

Still white screen everywhere. I have to temporarly delete the module.

repto’s picture

It seems that there is one more issue after you downloading the library (php-sdk folder).
It undefined function getSession() in line 378 in fbconnect.module ($client->getSession()).

I couldnt figure it out yet but without it it logs in only in to facebook but not in to the site.
Hope it will be fixed soon, now searching for alternatives.

jcisio’s picture

Status: Active » Fixed

This is fixed in the last dev.

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