Jump to content

Backend can't log on


huisky

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...