Jump to content

unable to access admin page HTTP ERROR 500


Recommended Posts

Hello

 

My Admin page does not load,  I get the message: HTTP ERROR 500

The Startpage/Frontpage works

I know about the admin folder name, my admin folder is: admin442nf6nmw

I checked this with the FTP tool

what can i do ? 😕

 

Thanks for help

Link to comment
Share on other sites

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

Edited by remus78 (see edit history)
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...