Jump to content

Edit History

remus78

remus78

2 hours ago, tuk66 said:

Enable Debug mode to see the real arror.

 

Thanks i change this and works:

Modify: /controllers/admin/AdminLoginController.php line 153

from:

public function viewAccess()

{

return true;

}

to:

public function viewAccess($disable = false)

{

return true;

}

work on 7.2 php version

remus78

remus78

2 hours ago, tuk66 said:

Enable Debug mode to see the real arror.

 

Thanks i change this and works:

Modify: /controllers/admin/AdminLoginController.php line 153

from:

public function viewAccess() { return true; }

to:

public function viewAccess($disable = false) { return true; }

work on 7.2 php version

×
×
  • Create New...