syaphy Posted November 26, 2015 Share Posted November 26, 2015 (edited) Hi Guys, I really need help on this error. I search high and low for fix buy somehow can't fix it. I got a : Fatal error: Class 'AdminController' not found in /home/satuelek/public_html/controllers/admin/AdminDashboardController.php on line 28 http://imgur.com/ul9cr7T What I did before the error: - Do a DB Backup from Prestashop BO Advance Parameters After that, I cannot sign in to my BO and the error appear. Help is greatly appreciated. Thanks! Edited November 26, 2015 by syaphy (see edit history) Link to comment Share on other sites More sharing options...
Knowband Plugins Posted November 26, 2015 Share Posted November 26, 2015 Ensure that you have below file on your server. /classes/controller/AdminController.php If you have this file but still getting this error, then delete below file and check if it fix your issue. /cache/class_index.php NOTE: class_index.php is just a cache file, it will be auto generated. 1 Link to comment Share on other sites More sharing options...
syaphy Posted November 26, 2015 Author Share Posted November 26, 2015 (edited) Ensure that you have below file on your server. /classes/controller/AdminController.php If you have this file but still getting this error, then delete below file and check if it fix your issue. /cache/class_index.php NOTE: class_index.php is just a cache file, it will be auto generated. I love you kind stranger. I read somewhere that class_index.php is not supposed to be deleted, that's why I didn't delete those when trying to fix it. But it turns out deleting them fixes it. Thank you so much!! Edited November 26, 2015 by syaphy (see edit history) Link to comment Share on other sites More sharing options...
prestacroix Posted September 22, 2016 Share Posted September 22, 2016 Hello, I have a similar problem.I cannot access to my BO and I have the following error. Fatal error: Class 'AdminLoginController' not found I checked the file httpdocs controllers admin Adminlogincontroller and it is empty. Please help. Link to comment Share on other sites More sharing options...
rocky Posted September 23, 2016 Share Posted September 23, 2016 Are you saying that controllers/admin/AdminLoginController.php is empty? In that case, you'll need to get the original file for your PrestaShop version here and then replace the empty file. 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