A few hours ago I decided to sync both files and the database from my production server (yorickpeterse.com) to my local server (localhost). I did this because this would make my life easier (I should’ve known better) due to small differences between both systems.
Anyway, generating a MySQL dump of the online DB and importing this one into the local server I modified the config files. The frontend of the EE installation was working perfectly fine. It showed my articles, images, and so on. However, when I tried to login in the admin panel it simply refreshes the page without any errors. Even when using incorrect data it just refreshes the page.
Because there seemed to be quite a lot of folks having the same issue I started looking for a solution, but nothing worked. Cookies, cache, EE cache, config files. I tried it all, nothing worked. It’s probably something very easy, but I can’t seem to get it fixed. Below is the “process flow” of what I did
1. Delete local copy along with the DB
2. Compress online copy along with DB and download to local server
3. Imported DB
4. Frontend works, login doesn’t.
After this I tried the following:
1. Modify paths and such on the online server
2. Export DB
3. Import into local MySQL server
4. Same results
So in short, I’ve tried quite a lot but I’m stuck at the login panel.