Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

in general what does this mean ?


yesudo

Recommended Posts

Posted

Call to a member function on a non-object

 

thanx

Your online success is Paramount.

Posted

That means you called a function on an object but the object doesn't exist.

 

Probably you forgot to include a file or there's a typo in an included file - check the class that you were editing.

 

For instance, if you made a typo in includes/classes/shopping_cart.php that kept it from loading properly, then used any of the cart-> functions, you would get this error.

Chris Dunning

osCommerce, Contributions Moderator Team

 

Please do not send me PM! I do not read or answer these often. Use the email button instead!

 

I do NOT support contributions other than my own. Emails asking for support on other people's contributions will be ignored. Ask in the forum or contact the contribution author directly.

Posted

that was quick Chris.

 

Thanx I will have a look.

Your online success is Paramount.

Posted

further question on this.

 

is there a define file which sits between the class file and where the class is referenced ?

 

thanx.

Your online success is Paramount.

Archived

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

×
×
  • Create New...