I've been having issues getting this module to work, and I think I've narrowed it down to the fact that $_SESSION['uc_signup'] is not getting set.

Where does this get set at, and what could be causing this issue?

Comments

kylex’s picture

This also appears to be because uc_signup_attendees_form_submit() does not get triggered.

Or at least this is the only place I see $_SESSION['uc_signup'] getting set.
I don't see any function that actually triggers uc_signup_attendees_form_submit(), so I have no clue what is going on.

How does $_SESSION['uc_signup'] get set?

kylex’s picture

Enabling the checkout panes: 'Attendee Signup Information' solved the problem, but I still would like to know WHY it solved it. Any help would be appreciated!