Adison Posted August 23, 2016 Share Posted August 23, 2016 Hi not sure if i got the right section of the forum, i'm getting this error on my site after turning on the cache Notice: Undefined variable: products in /home/mfd/public_html/order/override/classes/controller/FrontController.php on line 4 I have now turned off the cache and clear the cache. but it still remains the same. <?php class FrontController extends FrontControllerCore { public function initHeader(){ print_r($products); line 4 In need of urgent help Link to comment Share on other sites More sharing options...
bellini13 Posted August 23, 2016 Share Posted August 23, 2016 your override code is not correct. what exactly are you trying to do? Link to comment Share on other sites More sharing options...
vekia Posted August 23, 2016 Share Posted August 23, 2016 this looks like you've got override and it is probably a part of some module that you recently installed 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