Apar Posted February 22, 2018 Share Posted February 22, 2018 (edited) I want to override my ContactControllerCore class method so i created a new "ContactController" class in "override/controllers/front" folder which extends "ContactControllerCore" then I deleted my class_index.php file in cache folder. But now when I open front office it's giving me an Exception. Can anyone tell me why is this happing?? Edited February 22, 2018 by Apar (see edit history) Link to comment Share on other sites More sharing options...
joseantgv Posted February 22, 2018 Share Posted February 22, 2018 You have an error in /override/classes/Category.php. Probably you did the override before but you didn't delete /cache/class_index.php, so it was not being executed until now. 1 Link to comment Share on other sites More sharing options...
Apar Posted February 23, 2018 Author Share Posted February 23, 2018 Okay I got it. Thanks joseantgv 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