Hi, I have just updated my PHP site to ECT 7.02 and PHP 7.1. I'm now unable to log in to the admin - I enter username & password and for a second or 2 is says 'login correct' but then redirects back to the login screen again. Have tried a couple of browsers, and clearing cache. Any suggestions please? Thanks Ellen
When that has come up in the past it's generally been a problem with the session variables on the server. Can you show the problem to your host, explain that you think that's the problem and I'm sure they will be able to fix it for you.
Apparently in php.ini, the item 'session.save_handler = files' was incorrectly set to 'file' not 'files'. This had been created by the upgrade to PHP 7.1.