lukx Posted June 30, 2015 Share Posted June 30, 2015 (edited) I made big mistake when installing payu module from github and I overwritten the files form it's installation with main files in prestashop. When I realized what I did I again copied presta files form original presta installer. But now I have error when I;m trying to place order : Fatal error: Call to undefined method Cart::checkProductsAccess() in /bevegan/controllers/front/OrderController.php on line 47 and in my admin page I'm getting this: also when clicking clients I'm getting this error: Fatal error: Call to undefined method AdminCustomersController::addMetaTitle() in /bevegan/controllers/admin/AdminCustomersController.php on line 246 please help I'm supposed to open shop soon but have those problems. Should I delete all files form the server and copy fresh prestashop? But what with all the products images and text I already added? Edited June 30, 2015 by lukx (see edit history) Link to comment Share on other sites More sharing options...
shacker Posted July 3, 2015 Share Posted July 3, 2015 ok, download a zip of your current prestashop version, and open this file controllers/admin/AdminCustomersController.php search this function: function addMetaTitle { .... .... ... } and copy to your file AdminCustomersController.php Link to comment Share on other sites More sharing options...
lukx Posted July 3, 2015 Author Share Posted July 3, 2015 Thanks shacker, I made update to new prestshop version and it fixed the problem Link to comment Share on other sites More sharing options...
shacker Posted July 3, 2015 Share Posted July 3, 2015 Perfect. Regards Link to comment Share on other sites More sharing options...
Equitation Privée Posted September 21, 2016 Share Posted September 21, 2016 Hi,I've the same problem, when i try to access to my cart page :Fatal error: Call to undefined method Cart::checkProductsAccess() in /mywebsite/controllers/front/OrderController.php on line 52I download the Zip of my current PS version (1.6.1.6) and compare the functions on OrderController.php file and AdminCustomersController.php file. But the code is the same...Is there another way to debug my website ? 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