Active
Project:
UC Recurring Payments and Subscriptions
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2009 at 12:45 UTC
Updated:
24 Nov 2009 at 22:35 UTC
I saw this error that a user encountered in the log:
Duplicate entry '0' for key 1 query: INSERT INTO uc_recurring_hosted (subscription_id) VALUES ('5385777') in /home/.jojo/[user]/[mysite].com/includes/common.inc on line 3468.
The order seems to have gone through fine, though.
Comments
Comment #1
rich.yumul commentedI'm seeing the same behavior.
subscribing
Comment #2
rich.yumul commentedIf you add the 'autoincrement' modifier to the rfid column, this issue goes away. Is that the correct behavior/solution?