I\'m running DT Register 2.2.6, Joomla 1.5.7 and JEvents 1.4.3 RC2. On both my testing XAMMP server and my soon to be Prod server, When I submit registration data, which has custom fields..... after the verification screen, It goes blank.
If I view source on the blank screen I see this
<script> alert(\'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'\' at line 5 SQL=Update jos_dtregister_user
Set `Title`=\'mr\',`Age`=\'34\',`Gender`=\'Male\',`Language`=\'English\',`Task_Force_Member`=\'Yes\',Food_Restrictions=\'food issues\' Where userId=\'); window.history.go(-1); </script>
Which looks to me like the UserID is not being passed correctly. This is set to be a free registration.
If I remove the custom fields, the registrations get sent correctly, but they do not show up under the DT Register Admin. I can find them via MyPHPAdmin.
... can anyone point me in the right direction. Got to figure this out today or ditch this formerly useful component!
Thanks