Active
Project:
Signup Integration for Ubercart
Version:
6.x-1.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2012 at 22:04 UTC
Updated:
20 Jan 2012 at 23:28 UTC
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
Comment #1
kylex commentedThis 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?
Comment #2
kylex commentedEnabling 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!