Posted: March 21, 2018 at 7:19 am
|
Hello, we have an event currently open and which has had over 140 registrations, however it now seems that we have an issue with the registration as people are encountering difficulties. They go to the registration page, complete their information and then get an error message An error has occurred: EED_WP_Users_SPCO – verify_user_access – 444 The event is not set up which forces uses to login to register (we choose to do this because people remembering their login information is very slim) but if they do select login then the whole registration comes to a halt and doesn’t proceed further. We do not get any acknowledgement on the back end to show there is a pending registration, but no-one is able to complete a registration. We have tried on PC and Mac, through 4 different browsers, we’ve tried it on a private window but still having issues. We have another event live and people have successfully registered on that this morning and they had indeed on this event up until yesterday. Please advise as we are going into the last 4 days of registrations and ticket sales. Many thanks |
|
Actually, I’ve just tested it again, and it is registering the incomplete registration on the back end, but it’s still not working on the front end registration |
|
It does allow me to “add registration” on the event via the dashboard so it appears to be something front end based. Many thanks for help. |
Hi there,
EE will force the user to log in if they use an email address from an existing user during the registration on the front end. The reason for this is to keep registrations linked with the correct user accounts but you can disable the check if you prefer using this snippet: https://gist.github.com/joshfeck/1131145859a3fab58f4d#file-disable_email_match_everyone-php You want the second file, not the first, so add:
to either your themes functions.php file or preferably create a custom functions plugin and add your code there, we have some documentation on doing so here: https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/ |
|
|
Hi Thank you so much for your message, I’ve gone into the theme to add the custom coding but when I copy it to paste in it tells me there are 6 errors with that code which may cause my site to break :-0 |
6 errors with a single line of code? Does it show the errors? |
|
|
Hi yes I’ve taken a screen shot, can I upload that image anywhere? |
For images you’ll need to host it somewhere and post the link here, we have some suggestions here: https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots |
|
|
Many thanks TOny Here is the screenshot http://theasap.org.uk/wp-content/uploads/2018/03/2018-03-21-2.png |
Ah ok, that’s because your adding the PHP code to the CSS editor which isn’t valid. That PHP snippet needs to go in your themes https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/ Do you have FTP access to the site? |
|
|
Thanks Tony. And that is where I’m stuck as I don’t know (beyond my tech involvement) |
Do you have (or can you get) FTP credentials for the site? I can add that code for you, or add the code to a plugin that you can just install, however, if for any reasons the code causes an error it can bring the whole site down (showing just a whitescreen) and FTP is required to fix it. I’m not saying it will, and to be honest its unlikely to do so with the code in question but because it’s possible it’s highly recommend you at least have access. |
|
|
Just to say, thank you for your assistance. We had to seek tech help to resolve the issue but it appears to have worked. Many thanks |
You’re most welcome 🙂 I noticed your now getting errors during the registration in your other thread: https://eventespresso.com/topic/http-500-error-during-event-registration/ I’ve followed up there and will mark this thread resolved. |
|
The support post ‘Registrations Not proceeding’ 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.