My Facebook Connect icon shows up on the homepage and when I click the button i am prompted to log into facebook. I log in, my info shows up with what I can select to import. I hit import and then the page goes blank. Any ideas? The page is www.mydomain.com/fbconnect/register/import It's blank. I then go to my drupal site home page and I am not logged in.

Comments

ruski’s picture

Does this help at all? I assume you have blank pages showing instead of "Page not found"

http://drupal.org/node/362860

klowe’s picture

No, that didn't work. Although it did briefly get the "Invite Facebook Friends" menu to show up. If I am not logged in to Facebook or my drupal site and click the Facebook Connect button, I get prompted and then my info shows up for import and I click submit and then I get the blank page:

mydomain.com/fbconnect/register/import

If however I am logged into the drupal site and go to my account and click facebook connect I get the page telling me
"Facebook Connect identities
This website supports Facebook Connect and allow you to log in with your Facebook account."

I click the button, it asks me if I want to link my accounts. I select yes and I get redirected back to the "Connect Page"
www.mydomain.com//user/1/fbconnect

Thanks for the help

klowe’s picture

I've reinstalled everything and have followed the directions and still get the blank page. If I am not logged into my drupal site but logged into Facebook and I click the facebook connect button I am redirected to: http://mydomain.com/fbconnect/register/import

I see my facebook picture show up along with the check boxes for what I want to import. I click "Submit" and the page then goes blank.

I've increased the memory limit for PHP, thinking that was it but it makes no difference.

rasheqrahman’s picture

Category: support » bug

I am getting the same error except when I see my facebook photo and hit the submit button i get sent to /fbconnect/register/create and get the blank page. I am using the latest beta6. Any ideas? It seemed to work fine in previous versions of the beta.

ruski’s picture

Have either of you upgraded from an earlier version?

When I had the same problem (see the first post) I actually fixed it by uninstalling, then using phpmyadmin to manually delete the fbconnect tables and the fbconnect values in the variables table before reinstalling with the updated version.

klowe’s picture

I did too. I did a complete clean install of Drupal 6 and Facebook, new database and everything. Still get the blank page.

klowe’s picture

has anyone gotten this to work?

black silence’s picture

i also had this problem, blank page after submitting /fbconnect/register/create, maybe the source is the same in your cases:
- the user account is created, so that part of the code works
- after that, hook_insert is called
-> my custom insert code is called without the custom profile fields to operate on, resulting in the WSOD

i have to change my hook_insert code to check if the fields exist as a first fix, will try to append the registration form to the facebook-import form later

hope that helps, it took me some hours to find the problem...

klowe’s picture

i'm not familiar enough with hooks i guess. i've also tried a new install with drupal 5 with the drupal 5 fbconnect module and i got the same blank import page.

EvanDonovan’s picture

This blank page error also occurs for us on Drupal 5.

vectoroc’s picture

Status: Active » Closed (fixed)