Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Thema error after install


Guest

Recommended Posts

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 by thejoker007
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...