duplicate entry error in fb_user_app table, when linking drupal account to FB
gallamine - October 29, 2009 - 01:28
| Project: | Drupal for Facebook |
| Version: | 6.x-2.x-dev |
| Component: | Facebook Connect |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I tried to link a drupal account to a FB account and I get the following warning message displayed:
user warning: Duplicate entry 'bce7de40db7a05d7325d903fe433c9ef-4294967295' for key 1 query: INSERT INTO fb_user_app (apikey, fbu, added, session_key, session_key_expires, time_access, uid, proxied_email, time_cron) VALUES ('bce7de40db7a05d7325d903fe433c9ef', 100000448786826, 1, '', 0, 1256777685, 3, 'apps+61838263958.100000448786826.bc81be1f73441eeb217bc847b129e7fa@proxymail.facebook.com', 0) in /home/admin/domains/robotbox.net/public_html/test/sites/all/modules/fb/fb_user.module on line 98When this error occurs, the "F| Connect" button never changes, and also stops working (ie doesn't open a popup). I've tried linking the same FB account to two different Drupal accounts and I get the same error. I've tried deleting the entry in the fb_user_app table, but I still get the same error.

#1
Update:
I just tried connecting to FB (a different FB account than above) with an account that isn't associated with any Drupal users, and I get the same error:
user warning: Duplicate entry 'bce7de40db7a05d7325d903fe433c9ef-4294967295' for key 1 query: INSERT INTO fb_user_app (apikey, fbu, added, session_key, session_key_expires, time_access, uid, proxied_email, time_cron) VALUES ('bce7de40db7a05d7325d903fe433c9ef', 100000433877009, 1, '', 0, 1256780835, 0, 'apps+61838263958.100000433877009.7e2949323caa9e419ceacb0ceec78169@proxymail.facebook.com', 0) in /home/admin/domains/robotbox.net/public_html/test/sites/all/modules/fb/fb_user.module on line 98.#2
Same here.