antost Posted March 7, 2014 Share Posted March 7, 2014 I do something in prestashop code via netbeans ide (i have project from remote server). I saved file and now i heve: Fatal error: Class 'AdminController' not found in .../controllers/admin/AdminProductsController.php on line 28 Is any cache in prestashop ? Class AdminControllerCore is in file \classes\controller\AdminController.php and this file exists on my server. Any idea ? Link to comment Share on other sites More sharing options...
vekia Posted March 7, 2014 Share Posted March 7, 2014 Strange, remember that unix systems are Case Sensitive... so, file name of this library is ok? (with catpitals) ? Link to comment Share on other sites More sharing options...
antost Posted March 8, 2014 Author Share Posted March 8, 2014 Strange, remember that unix systems are Case Sensitive... so, file name of this library is ok? (with catpitals) ? Everything is all rigth- case sensitive, unix file rights (chmod). When i copies my backup files to shop folder destionation - all back to normal (difference between both version files (current and backup) is none. I don't have any idea for this. Link to comment Share on other sites More sharing options...
vekia Posted March 8, 2014 Share Posted March 8, 2014 May i know what you changed? maybe this is the main problem in this case Link to comment Share on other sites More sharing options...
antost Posted March 9, 2014 Author Share Posted March 9, 2014 I added the code contains var_dump method(nothing else) and then i saw this error. I'm starting from scratch - i wanted to know the rules of prestashop. Link to comment Share on other sites More sharing options...
vekia Posted March 10, 2014 Share Posted March 10, 2014 and where you pasted this code? everything depends on it also you used semicolon after this code? Link to comment Share on other sites More sharing options...
antost Posted March 10, 2014 Author Share Posted March 10, 2014 I don't remember where exactly pasted this code with var_dump function. But always i'm using semicolon after var_dump. Is it possible that it destroyed some depedens ? 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