KnK Infotech Posted November 7, 2014 Share Posted November 7, 2014 Hi Folks, I have updated Cart.php under folder classes in Prestashop 1.6 stopped working Prestashop. I have restore old Cart.php as well but no luck. I am getting below PHP error ... PHP Fatal error: Class 'Cart' not found in C:\xampp\htdocs\shop\classes\controller\FrontController.php on line 243 I tried to catch "Cache" as well but still issue persist. Need your help to resolve same ASAP. Thanks. Thanks & Regards Jaydeep Sapariya Link to comment Share on other sites More sharing options...
Martin Uker K Posted November 7, 2014 Share Posted November 7, 2014 Good morning, For your information : You should always use Override to change a class, controller or module's views, never write over the core files, it is wrong and is a sith's pratice. Refer to the jedi documentation for override. (RTFM) That being said, I see two problems that might be in the way : 1. Your class_index under "cache/" might be in inconsistent state. Try renaming it or erasing it, your Prestashop should be able to regenerate it in a consistent state. 2. You might have an Override (If you tried to create one) in the way, search for a "Cart.php" in "override/class". Martin Link to comment Share on other sites More sharing options...
KnK Infotech Posted November 7, 2014 Author Share Posted November 7, 2014 (edited) Thanks a lot Martin. Issue resolved. Appreciate your support. Edited November 7, 2014 by jaydeep.sapariya (see edit history) Link to comment Share on other sites More sharing options...
Martin Uker K Posted November 7, 2014 Share Posted November 7, 2014 My pleasure, you could edit the title to mark the question as "resolved". Martin Link to comment Share on other sites More sharing options...
KnK Infotech Posted December 6, 2014 Author Share Posted December 6, 2014 Thanks :-) 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