remus78 Posted January 20, 2020 Share Posted January 20, 2020 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 More sharing options...
tuk66 Posted January 21, 2020 Share Posted January 21, 2020 Enable Debug mode to see the real arror. 1 Link to comment Share on other sites More sharing options...
remus78 Posted January 21, 2020 Author Share Posted January 21, 2020 (edited) 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 January 21, 2020 by remus78 (see edit history) 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