rdub Posted December 15, 2010 Share Posted December 15, 2010 This is the message I get when I go to "catalog" or when I try to login or register. Fatal error: Call to a member function buildBlocks() on a non-object in /home/content/l/e/i/leisch/html/catalog/includes/template_top.php on line 13 Link to comment Share on other sites More sharing options...
♥kymation Posted December 15, 2010 Share Posted December 15, 2010 $oscTemplate is not being instantiated. It should be in catalog/includes/application_top.php around line 446: require(DIR_WS_CLASSES . 'osc_template.php'); $oscTemplate = new oscTemplate(); If it's missing you need to put it back. If you have replaced this file with one from osCommerce 2.2x, you're going to have a lot more problems than that. Don't do that. Regards Jim See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.