Posted: September 28, 2017 at 3:47 am
|
Hi, some of my users have an issue when trying to register to an event, they have this pop-up message : A valid Primary Registration for this Transaction could not be found. Do you know how to fix this issue. Thanks for helping Regards Yvan |
|
I have the same issue some of my users have an issue when trying to register to an event, they have this pop-up message : A valid Primary Registration for this Transaction could not be found. Do you know how to fix this issue. Thanks for helping Regards Yvan |
Hi there, Which host are you using? Do they run any server side caching? Can you link me to an event I can view this on? |
|
|
Hello, here is the link to the event, http://www.peace-sport.org/forum-en/registration-10th-peace-and-sport-international-forum/ I don’t have this issue on my side but many people complained they can’t finish the registration process. My host is OVH and I don’t have any CDN or caching plugin … Thanks for your concern. Yvan |
This may be happening because they didn’t complete the registration form within the 1 hour time limit. The registration form does have some specific questions where they may need to gather that information which could take enough time for the session to expire. You can add more time to the session by adding some PHP code to your website. For example, the following will extend the session to 2 hours:
You can add the above to a functions plugin, then activate the plugin. |
|
|
September 29, 2017 at 10:45 am Hello Josh, Thanks, have a nice weekend Yvan |
September 29, 2017 at 11:07 am Hi Yvan,t I don’t think we have enough information to make the conclusion that it’s not a time session issue. Can you add the following code to your functions file:
This code will toggle the display of a registration session countdown timer so they’ll know exactly how much time they have to finalize their registration. Also, can you check the other plugins installed on the site to see if they include any code that “cleans up” or deletes transients from the options table. Earlier this year we found that the NextGen Gallery plugin did just that and it was causing the same error that’s being reported on your website. |
|
|
hello Josh, I added the code but now it says : Registration Checkout You have 00:00 minutes to complete your registration. what is wrong ? Also, for the plugin, how can I check the code ? Can you help? |
What’s wrong is something on your site isn’t allowing the session to maintain state. If you deactivate all other WordPress plugins on the site does that correct the time session length? |
|
The support post ‘Error / An invalid registration was received’ 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.