Squashtoppertje Posted April 3, 2020 Share Posted April 3, 2020 Hi, After upgrading from 1.6.0.9 to 1.6.1.24 I have an error 500 on the order page. In detail I get the following error: Uncaught Error: Call to undefined method Cart::checkProductsAccess() in /home/..../public_html/testing/controllers/front/OrderController.php:52 Stack trace: #0 /home/...../public_html/testing/classes/controller/Controller.php(170): OrderControllerCore->init() #1 /home/...../public_html/testing/classes/Dispatcher.php(367): ControllerCore->run() #2 /home/...../public_html/testing/index.php(28): DispatcherCore->dispatch() #3 {main} thrown in /home/...../public_html/testing/controllers/front/OrderController.php on line 52 I'm running PHP 7.0, but trying various other versions did not solve this. I can not proceed this way. Any idea how to solve this? Thanks in advance! Link to comment Share on other sites More sharing options...
Rhobur Posted April 4, 2020 Share Posted April 4, 2020 If your classes/Cart.php does have this method, you may have an override in override/classes/Cart.php which breaks it. Try to turn overrides off in the backoffice and retry. Link to comment Share on other sites More sharing options...
Squashtoppertje Posted April 4, 2020 Author Share Posted April 4, 2020 Thanks, that's it! Know I can look into the problem. Link to comment Share on other sites More sharing options...
Rhobur Posted April 4, 2020 Share Posted April 4, 2020 (edited) You're welcome! After you fix it, please mark this thread as [SOLVED], edit the first post and add it before title, or similar so it can help others with the same issue. Edited April 4, 2020 by Rhobur (see edit history) 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