♥yesudo Posted July 12, 2004 Posted July 12, 2004 Call to a member function on a non-object thanx Your online success is Paramount.
Chris Dunning Posted July 12, 2004 Posted July 12, 2004 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.
♥yesudo Posted July 12, 2004 Author Posted July 12, 2004 that was quick Chris. Thanx I will have a look. Your online success is Paramount.
♥yesudo Posted July 13, 2004 Author Posted July 13, 2004 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.