themaze
Forum Replies Created
-
Just my 5 cents. Had the same issue and the latest dev fixed it as well.
After changing to a subscriber and updated person_id in the table wp_em_bookings to the subscriber’s id I eliminated the error.
Sorry for the hazzle. But now if anyone else like me forgets to read the guide (surely I’m not the first or last doing that) and experiences the same behaviour, here goes.
@Agelonwl: Yes, sorry for the lack of details.
I am using “Enable No-User Booking Mode”.
I can see that I have not followed the guideline on using a plain subscriber user for the mode.
It’s the event admin that manages all the events that also creates the events. (but also is the user bookings are assigned to)Marcus, I changed line 360
$this->person = new EM_Person(0);
to
$this->person = new EM_Person($this->person_id);(Same as line 358)I will create a subscriber user that the bookings are assigned to and see if the error reoccurs.