Postponed (maintainer needs more info)
Project:
Facebook Connect
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2010 at 13:24 UTC
Updated:
29 Aug 2010 at 11:30 UTC
When I enter Application ID, the field is empty after I have saved the form on admin-page.
Comments
Comment #1
vectoroc commentedcan't repeat it on last version from github
Comment #2
twooten commentedI'm getting the same problem from the dev version on your project download page.
Comment #3
axe312 commentedI had the same problem!
Try to uninstall the module and reinstall it. (maybee some problems with older versions you've installed)
if this does not work, do you have the facebook social module installed?
Comment #4
espenmoe commentedNo, but I did have the module.
Comment #5
axe312 commentedthen try to uninstall both modules and first install facebook connect. does it work without facebook social?
Are u using the newest version from github?
Comment #6
olivo.marco commentedSame problem here, I had experimented with facebook social before but I then uninstalled the module.
I tried to uninstall the module and reinstall, but nothing: every time I try to put in my application ID, it does not get saved.
Actually, what happens here is that the key seems to be saved in the DB ("variable" table), but as fbconnect_appid. If you rename that to fbconnect_key with:
update variable set name ='fbconnect_key' where name='fbconnect_appid';and then you save once again, it gets saved (at least it worked for me)
There is likely a bug with how the admin form is displayed/saved.
Any chance to have it properly fixed?
Comment #7
vectoroc commentedlooks like a magic.
If you could give steps to reproduce this perhaps I could fix it