Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fatal error in Wishlist please help


CHEME1LL

Recommended Posts

Posted

Hi

 

I have a fatal error within my column_right.php file.

 

The error reads:

 

Fatal error: Call to a member function count_wishlist() on a non-object in /customers/my-bookcase.co.uk/my-bookcase.co.uk/httpd.www/includes/column_right.php on line 14.

 

The error is pertaining to the added code:

 

Find this code:
 require(DIR_WS_BOXES . 'shopping_cart.php');

Below that code ADD this: 
 if($wishList->count_wishlist() != '0') {
require(DIR_WS_BOXES . 'wishlist.php');
 }

 

I have tried to make the "L" lowercase but the error remains. can anyone see anything I'm missing?

 

thanks

Many thanks

Cheme1ll

  • 1 year later...
Posted

Hi Michelle,

 

How did you fix this?

Some more info might be helpful :)

 

Greetz,

 

Marcel

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...