I copied a form that worked, changed the fields and source table, but got this message:
Tableuser_profiles: :store failed
Duplicate entry '299-' for key 'idx_user_id_profile_key' SQL=INSERT INTO `globe_user_profiles` (`user_id`) VALUES ('299')
Can anyone please help me understand what it is trying to do.
the user_id is the common index field for both the tables I am working from.
Thanks
Tableuser_profiles: :store failed
Duplicate entry '299-' for key 'idx_user_id_profile_key' SQL=INSERT INTO `globe_user_profiles` (`user_id`) VALUES ('299')
Can anyone please help me understand what it is trying to do.
the user_id is the common index field for both the tables I am working from.
Thanks