I have a plugin installed that, when I invite someone to join the site through a specific link that takes them to the registration, I get points for it. However, this was set to work with the Joomla core registration and I would rather like using the CB registration. I installed the Core CB redirect plugin so that CB login and Regitration is handled by CB Login, however, this cased the plug in not to work, and I get the following error. Any hints on how to fix it so that the point (referral) plug in continues to work, but instead of doing so with joomla core's registration, it does it with the cb registration?
Database function error with error number 1062.
Duplicate entry '0' for key 1 SQL=INSERT INTO `sgj_quiz_r_student_ref` SET u_id = 45 , points = 50, `date` = '2012-04-22 18:57:36'
SQL = INSERT INTO `#__quiz_r_student_ref` SET
u_id = 45 , points = 50, `date` = '2012-04-22 18:57:36'
Thanks in advance!