I have tickets open for these problems but right now I cannot update them - I'm getting a 404 Error.
Problem 1 - Using PayPal, getting 2 registration records and 2 confirmation emails for every single registration and PayPal payment. Was sent a fix but the problem still happens. Not every time but most of the time. Anyone else have this problem? Could the problem be related to using the same registration information in each test?
Problem 2 - When creating a group registration, I get a record in the Records view for every group (well, duplicates per problem 1). When clicking the Members column in the Records list, I expect to see the individual registrations within the group, but the list is empty.
OK. Problem 2 solved. It seems that you must enable the First Name and Last Name built in fields under "Member Info for Group Registrations" in the Configuration / Fields panel. I was trying to use custom fields for first and last name.
As I mentioned in my ticket, the problem is still happening, even with the latest build, where
if(1){
was replaced by:
if($row[0]->user_id == 0){
I have uploaded this change to my site and the problem is still happening. Duplicate records (except for the confirmation number) and duplicate confirmation emails to the registrant.
This was fixed through the user's ticket, but for others... be aware that the DT Register package has been updated with the fix. If you have the latest build (as of March 19, 2010), you will not need to modify anything as noted in this thread.