Login issues on server

Permalink
I went through my database files one by one, and they are all there, and they are now proper case... However, I can't log in. After I submit the login form, I get the following error message:

Invalid form token. Please reload this form and submit again.

It happens on this page. If I try to submit it again, I get a blank page.

Thank you ... so frustrated right now! :/

ssailer
 
mnakalay replied on at Permalink Reply
mnakalay
Are you using the default login page or do you have a custom login page?
ssailer replied on at Permalink Reply
ssailer
I'm using the default login page. I know there were some issues with case because I'm working locally on a windows 10 machine, and the server is running Linux, but I have everything converted, and I'm not getting "those" errors. I'm a total Newbie, so I'm pretty sure I overlooked something, but I can't figure out what it is... :/
Gondwana replied on at Permalink Reply
Gondwana
Did you convert the case of the foreign key definitions, and not just the table names?

That's a long shot; I'd be surprised if an incorrect foreign key resulted in the error you're seeing, but it might be worth considering.
mnakalay replied on at Permalink Reply
mnakalay
if what @Gondwana suggests doesn't work, the only other possibility I can think of is an issue with time: the token is set with a time but is checked with a different, older time. The difference would have to be at least 24 hours. That also seems far-fetched but you never know.