You would be getting tokens not matching when you load a second form after the first-or that your existing forms do not have the CSRF token but they are being checked. I can see however your Join form does have the Token Field, so make sure you are not generating a new one somewhere prior to the check.
Thanks,
Brandin.
Hello,
Unfortunately, the power outage, although it seems linked, would not be the cause for the Token error. Tokens are generated from within the code (and yours is doing so as I've checked the frontend via Developer Tools) and then should be checked near the beginning of POST or die. What UserSpice version are you using?
Thank you,
Brandin.
I was on an older one - 4.1.8b Here's what's going on now. I decided to start over on a different dedicated webserver. So, I downloaded the current version and ran through the install steps - version 4.3.25. Then I exported the data from the old database into the new database. I only exported/imported the fields that were actually used in the users table. (that might have been a problem). The data imported into the new database without errors, but now when I try to login I get a page error that says "too many redirects". Clearing cache doesn't help.
Kinda feel like an idiot 'cause I really barely know what I'm doing. I still have the old site intact, as well as the new site that worked until I imported users.
You will need to manually upgrade your old install. The reason being so many database changes have occurred that would be causing the too many redirects.
Got it all taken care of. Started from 4.1.8 and worked my way up to the current version. All good!
Thanks Brandin!