I have setup and have facebook connect on 2 sites and am getting the following error when trying to create an account using user/register? Im not too sure what info you need.
Drupal 6.19
latest Drupal for facebook 6.x-3.x-dev
Please see screenshots
I have setup and have facebook connect on 2 sites and am getting the following error when trying to create an account using user/register? Im not too sure what info you need.
Drupal 6.19
latest Drupal for facebook 6.x-3.x-dev
Please see screenshots
Comments
Comment #1
Dave Cohen commentedI need
a) some evidence this is caused by modules/fb
b) how to reproduce.
I haven't seen this before, and I suspect some other module is responsible.
Comment #2
alexmoreno commentedsame problem here, with fb 3.x-dev and facebook connect active
Comment #3
alexmoreno commentedfound the bug. If you go to admin/build/fb/fb_connect
and select one of the apps created. Then go to /user/register and "evoilá"
Comment #4
Dave Cohen commentedCurious. I still haven't seen it.
Is it the fb_registration.module causing this? Exactly which modules in modules/fb and modules/fb/contrib do you have enabled?
Comment #5
alexmoreno commentedit happens when you activate certains permissins, like the "like" cappability or publish on wall.
Comment #6
Dave Cohen commentedI still can't reproduce it.
Comment #7
Dave Cohen commentedIf you can reproduce it, use your browser's view source feature on that page. Then search for a tag that starts like this
<iframe src=http://www.facebook.com/plugins/registration.php?followed by a lot of encoded values. I'm curious to see what's in those encoded values, so please post the entire
<iframe>tag here.Comment #8
shunshifu commentedI'm having the same issue
Here's the Iframe tag
Comment #9
Dave Cohen commentedTry disabling xmlsitemap, just to see if that is the source of the problem.
Comment #10
shunshifu commentedHi Dave,
yes you are correct. It works with xmlsitemap disabled.
Comment #11
Dave Cohen commentedI'm not sure what xmlsitemap is adding to the form. The trick is that not every form element can be mapped directly to the facebook registration form. If you look at fb_registration.module, you'll see it jumps through some hoops to support captcha. Probably it will need to jump through more hoops to support xmlsitemap.
A workaround would be to disable xmlsitemap, or configure it to not affect this form (not sure that's possible), or write your own form_alter hook to remove or change those elements so they work with facebook registration form. It may take some experimenting to learn what works, and I'm not sure when I personally will have time. If anyone comes up with anything, please post patches here.
Comment #12
Katrina B commentedSubscribing. I'm having the same problem -- and XML Sitemap is a module we use on all the sites we build, so I really need a solution to this.