Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SQL error need help


humtum

Recommended Posts

Every time I Click on any catagory/ search some item etc I get the bellow error. Can anyone please help on this

 

Error :

select count(p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '23'

Link to comment
Share on other sites

Error # 1054

 

I'm using PHP 5 with mySQL 5

A. You are double posting, this is against forum rules (for obvious reasons).

B. You haven't done any searching because this error is mentioned at least once a day and I guess people are getting fed up answering persons who prefer others do their work.

C. Get the latest version of osC and follow the update instructions in that download (update-20051113.txt).

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...