plaisirsfondants Posted April 25, 2017 Share Posted April 25, 2017 Good morning the communitity, Since few days, I have a fatal error 500 when I try to open the back office. My website is on 1.5 version of prestashop. The log is: Fatal error: Uncaught exception 'ReflectionException' with message 'Class AdminLoginControllerCore does not exist' in /home/plaisirsa/www/classes/Autoload.php:101 Stack trace: #0 /home/plaisirsa/www/classes/Autoload.php(101): ReflectionClass->__construct('AdminLoginContr...') #1 [internal function]: Autoload->load('AdminLoginContr...') #2 /home/plaisirsa/www/classes/controller/Controller.php(128): spl_autoload_call('AdminLoginContr...') #3 /home/plaisirsa/www/classes/Dispatcher.php(341): ControllerCore::getController('AdminLoginContr...') #4 /home/plaisirsa/www/adminpf/index.php(53): DispatcherCore->dispatch() #5 {main} thrown in /home/plaisirsa/www/classes/Autoload.php on line 101 Can you help me to solve my problem? THank you. Link to comment Share on other sites More sharing options...
musicmaster Posted April 25, 2017 Share Posted April 25, 2017 Sometimes this is just a matter of a file missing (maybe accidentally moved to a different directory). You should check the presence of the files mention - and specially \controllers\admin\adminlogincontroller.php. If something is missing you can copy it from a fresh installation of he same PS version. Another option is deleting class_index.php. Link to comment Share on other sites More sharing options...
plaisirsfondants Posted April 26, 2017 Author Share Posted April 26, 2017 Thank you so much. I don't know why but the file were on the ftp but the size were 0ko. I replace it and now it's woring great. 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