Hi,
A user has reported an error that says a Valid Primary registration could not be found. What does this mean and how do I fix this?
See this screenshot https://pasteboard.co/J9dPUMK.jpg
The above can happen for a few reasons, the most common is caching (Memcached) or something wiping out transients on your site.
So, starting with the easier to check, do you have any caching enabled on the site? It could be with a caching plugin or something your host automatically enables on the server-side.
Is the above common and are you able to reproduce when testing?
Hi,
No currently there are no caching plugins on the site.
But the host is a shared server and I am seeing Memcached in PHP info: memcached
memcached support enabled
Version 3.1.5
libmemcached version 1.0.18
SASL support yes
Session support yes
igbinary support no
json support no
msgpack support no
Another BUT, we are going to change the server to a VM Cloud server within the next week, as the speed is pretty poor.
I don’t think the above is common. It does not happen all the time.
Thanks for the response.
But the host is a shared server and I am seeing Memcached in PHP info
It may be installed but not used, if it was in use I’d expect multiple instances of the above as it basically moves transients out of the database, which EE relies on to function.
Another BUT, we are going to change the server to a VM Cloud server within the next week, as the speed is pretty poor.
I don’t think the above is common. It does not happen all the time.
Ok, then, to be honest, I think you will be wasting your time working through this on the current host. As its not a consistent issue I’d recommend waiting until you switch hosts and see how it is there, you may well spend a fair bit of time debugging this only to find its a weird config issue that doesn’t even apply on your new server.
Hi Tony,
Great thanks for the responses. I’ll get back if this is still an issue after we move servers.
Viewing 4 reply threads
The support post ‘Primary registration not found’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.