huisky Posted April 5, 2019 Share Posted April 5, 2019 Hi, Anyone knows why the backend panel can't log on? The front end web shop seems all right. www.tecce.no Any hints? Regards Liu Link to comment Share on other sites More sharing options...
musicmaster Posted April 6, 2019 Share Posted April 6, 2019 Could be the "admin login loop". Have a Google search for that. Link to comment Share on other sites More sharing options...
huisky Posted April 6, 2019 Author Share Posted April 6, 2019 Hi, Thanks for the reply. A search in the forum gives me a quick fix by doing: Modify: /controllers/admin/AdminLoginController.php from: public function viewAccess() { return true; } to: public function viewAccess($disable = false) { return true; } work on 7.2 php version However, i don't know it is a permanent fix or not. At least it is working now. However, I can't use the '1-click' upgrade function to upgrade the version to 1.7, keeping saying that some file is missing. Link to comment Share on other sites More sharing options...
musicmaster Posted April 7, 2019 Share Posted April 7, 2019 If you are missing a file you should look which it is and copy it from a fresh Prestashop installation of the same version. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now