Closed (fixed)
Project:
Facebook Connect
Version:
6.x-1.0-beta6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2009 at 23:44 UTC
Updated:
2 Apr 2010 at 10:05 UTC
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
Comment #1
ruski commentedDoes this help at all? I assume you have blank pages showing instead of "Page not found"
http://drupal.org/node/362860
Comment #2
klowe commentedNo, 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
Comment #3
klowe commentedI'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.
Comment #4
rasheqrahman commentedI 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.
Comment #5
ruski commentedHave 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.
Comment #6
klowe commentedI did too. I did a complete clean install of Drupal 6 and Facebook, new database and everything. Still get the blank page.
Comment #7
klowe commentedhas anyone gotten this to work?
Comment #8
black silence commentedi 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...
Comment #9
klowe commentedi'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.
Comment #10
EvanDonovan commentedThis blank page error also occurs for us on Drupal 5.
Comment #11
vectoroc commented