1030 - Got error 28 from storage engine
select p.products_id, p.products_image, pd.products_description, if(s.status, s.specials_new_products_price, p.products_price) as products_price from products p left join specials s on p.products_id = s.products_id, orders_products opa, orders_products opb, orders o, products_description pd where opa.products_id = '30' and opa.orders_id = opb.orders_id and opb.products_id != '30' and opb.products_id = p.products_id and opb.orders_id = o.orders_id and p.products_status = '1' group by p.products_id order by o.date_purchased desc limit 6
on my oscommerce shopping cart. Is it cause there's no room in the mysql?
oscommerce forums are saying its a problem with too little space for in db, that accurate and if so how do i fix?
http://absolutehid.ca/index.php