Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need Help For this error


gcreation

Recommended Posts

Posted

I am having a problem

after installing some pacakge either easy populate or Ultimate Seo somthing i missed out and now i am unable to find it, and repair it

so could any suggestion help me out

 

 

 

Fatal error: Class 'productListingOSCBox' not found in /home/demo/includes/modules/product_listing.php on line 404

 

And also the products are being going here and there .

 

Please Help me

Thanks

Posted

the long established Ultimate SEO addon does not have this productListingOSCBox class; easy populate is a backend/admin mod, nothing to do with the store front so can be eliminated from the suspect list as well. some ultimate seo does create tuns of unnecessary stuff in it trying to solve some imaginary problems but i dont know if the productListingOSCBox class is one of them.

Ken

commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile).

over 20 years of computer programming experience.

Posted

tHANKS FOR THE PAIN

 

but i am trying to findalso but unable to find where what went wrong . any idea how i can restore it .

 

anyhelp would be appriciated

Posted

Hi

 

I think the error may be in this contribution

Better product listing and product info

http://addons.oscommerce.com/info/6505

 

check you added this

 

   class productListingOSCBox extends tableBox {
function productListingOSCBox($contents) {
  $this->table_parameters = 'align="center"';
  $this->table_width = '100%';
  $this->table_cellpadding = '0';
  $this->tableBox($contents, true);
}
 }

 

to

 

\catalog\includes\classes\boxes.php

 

 

Regards

 

Ken

Archived

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

×
×
  • Create New...