Reviewed & tested by the community
Project:
Facebook Connect
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2011 at 17:28 UTC
Updated:
19 Sep 2012 at 15:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
eremenko commentedthe same for me...
Comment #2
eremenko commentedI have found out an issue.
fbconnect.admin.inc (58-63):
According Form API References (http://api.drupal.org/api/drupal/developer--topics--forms_api_reference....), 'item' element type can't have option 'value', but 'textfield' can. So I changed 'item' to 'textfield' and it works!
Comment #3
rdemol commentedit solved the problem here
thanks!
Comment #4
westbywest commentedAttaching mod described in comment #2 in patch form.
Comment #5
kitmobley commentedpatch applied. I see the connect url field but app settings page is still blank
Comment #6
rdemol commentedapp settings page used to be blank here as well
I think it appeared when I connected my admin account to the facebook app, can't reproduce though
Comment #7
westbywest commentedI can confirm that I am unable to modify the Connect URL field, even tho the patch above exposes it. I can set via drush, tho. Possibly still a problem in the form validation code. Also, my App Settings tab is blank too. Should it be?
Comment #8
getamit commentedhi joining the group I m also facing this issue I would like to ask one thing my app in facebook not submit so is that I am not having any thing under app settings tab?
Comment #9
rdemol commentedyour app settings page *should* appear, even if your fb app isn't submitted to the "app directory"
Comment #10
Firehawk777 commentedI am also facing this issue. I have made all the changes mentioned here and still have a blank settings page though the connect url now shows up on the facebook config page. I am using version 2 of the facebook-php. Please help!
Comment #11
joshua.stout commentedThis is the function that is failing to produce a form in admin/config/search/fbconnect/fb-app. (What's up with "search" in that URI?)
Comment #12
Firehawk777 commentedHas anyone worked out the fix for the settings page not showing yet????
Comment #13
doka commentedBoth issues (#2 and #11) are corrected in the 7.x-2.x-dev version from 23.09.
Comment #14
aaronbaumanIssue persists in 6.x-2.x-dev
Comment #15
marcoBauli commented#2 works for 6.x-2.x-dev too, just tried
Comment #16
marcoBauli commentedbug and fix both still apply on 6.x-2.x-dev