Post by bcfl » Fri Sep 17, 2010 7:47 am

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

New member

Posts

Joined
Tue Jan 26, 2010 5:34 am

Post by FFJim » Sat Sep 18, 2010 5:08 am

Edit /catalog/controller/module/oneleft.php

Find

Code: Select all

if (method_exists('removeRestricted', $this->model_catalog_product)) {
 
Replace with

Code: Select all

if (method_exists( $this->model_catalog_product, 'removeRestricted')) {
 

User avatar
New member

Posts

Joined
Wed Jul 21, 2010 6:44 am
Who is online

Users browsing this forum: No registered users and 2 guests