Over the last month I revisited a project (SC8.1) we started a couple of years ago. Eventually we gave up because it seemed impossible to deploy.
Anyway, I managed to get it partly deployed along with the database & tables we used during development and testing locally. Passwords are using MD5 hash. The remote server is a virtual host (LAMP PHP 5.5. mysql 5.6) server.
We got as far as establishing the database connection and reaching the app_login page.
At log in we get a “user not activated” fatal error message. Looking into the sec_users table the activated fields are set to “Y”.
Reading elsewhere one suggestion was to clear the browsing history and cookies, but that’s not our the issue.
Before I finally give up, if there is a helpful troubleshooting suggestion or two to be found I’d be grateful.
Thanks