Jump to content

fatal error orderController and ...


Recommended Posts

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: 5da9d-clip-108kb.png

 

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 by lukx (see edit history)
Link to comment
Share on other sites

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

  • 1 year later...

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 52

I 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...