I installed the module ONE LEFT on my test box all seems well on the admin side but on the store side
I get the following error on the initial storefront page load:
Warning: method_exists() expects parameter 2 to be string, object given in D:\xampp\htdocs\directory\catalog\controller\module\oneleft.php on line 30
Can anyone tell me how to go about fixing this?
Thanks, bob
Edit /catalog/controller/module/oneleft.php
Find
Replace with
Find
Code: Select all
if (method_exists('removeRestricted', $this->model_catalog_product)) {
Code: Select all
if (method_exists( $this->model_catalog_product, 'removeRestricted')) {
Who is online
Users browsing this forum: No registered users and 2 guests