Posted: June 13, 2013 at 11:37 pm
|
I am having attendees disappearing. People claim that they have registered but I don’t see them listed on the attendee list. I need help ASAP. |
|
I am using this Version 3.1.30.7P |
|
Can you update to the latest version? We are now on 3.1.33.1. |
|
Hi Michael, We had some issue around that version with disappearing attendees. Whilst it should have been fixed with the version you are on. It may be worth updating to the latest and testing to see if that resolves the issue. I registered myself, using Test/Fake credentials, can you see if that registration has come through please? |
|
Hi Dean, I saw your registration. Sorry it took me a while to get back. But I am now able to reproduce %100 of the time if I do the following:
1- register attendee A 2- Using the same browser, Click register again 3- register Attendee B
In the admin interface, I only see 1 attendee which is B. Basically if I am in the same session. then the last attendee registered will override all previous ones registered using the same browser. |
|
When you register attendee A, do you follow the link from the paypal site to the thank-you page, or do you use the browser back button? unset( $_SESSION['espresso_session']['id'] ); ee_init_session(); If that works, then we can consider a more permanent solution. Thanks. |
|
Some people didn’t go through with the payment, but contact us directly for payment. Adding this on the payment_page solved the problem. now Attendee A and B show up. |
|
Just make sure I should add this code here: require_once('pending_approval_page.php'); echo espresso_pending_registration_approval($registration_id); return; unset( $_SESSION['espresso_session']['id'] ); ee_init_session(); } |
|
Hi Carlos, That is the correct place. |
The support post ‘Attendees disappearing 2’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.