Postponed
Project:
FUDforum integration
Version:
6.x-1.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2009 at 17:11 UTC
Updated:
26 Oct 2009 at 19:42 UTC
When logging into Drupal using an account created in FUDforum, the log in works but the following warning is displayed:
user warning: Duplicate entry 'fudforum' for key 2 query: INSERT INTO sports_authmap (authname, uid, module) VALUES ('fudforum', 13, 'module') in /home/abolus/public_html/appbbs/drupal/modules/user/user.module on line 1224.
Thanks for the module; just what I needed.
Drupal 6.9
FUDforum 2.7.7
Apache 2.2.11
MySQL 5.0.67
PHP 5.28
Comments
Comment #1
naudefj commentedI think this happens if the module adds a user to Drupal that's already registered in the Drupal database.
Subsequent logins should proceed without any further warnings.
I guess we need somehow capture this warning and ignore it.
Best regards.
Frank
Comment #2
naudefj commented