Guest Posted March 6, 2004 Share Posted March 6, 2004 (edited) Hi After installing the Thema Contr 1.0 the site loads fine, but when you click on any categorie , i get this error where the product listing are supposed to be Fatal error: Cannot instantiate non-existent class: productlistingbox in /usr/www/users/msxbox/includes/modules/product_listing.php on line 143 i noticed that after restoring Application_top.php , the site loads normaly Any help on this Thanks Site address My Webpage Edited March 6, 2004 by thejoker007 Quote Link to comment Share on other sites More sharing options...
Guest Posted March 6, 2004 Share Posted March 6, 2004 Managed to fix it myself This must be at the end of boxes.php and before ?> class productListingBox extends tableBox { function productListingBox($contents) { $this->table_parameters = 'class="productListing"'; $this->tableBox($contents, true); } } added this to THema_boxes.php, now it's aok Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.