refer here http://malindopublications.com/v1/Error: Got error 28 from storage engine
Error No: 1030
select * from product p left join product_description pd on (p.product_id = pd.product_id) left join image i on (p.image_id = i.image_id) where p.status = '1' and pd.language_id = '1' and p.date_available < now() and p.status = '1' order by p.date_added desc limit 6
i'm using opencart_v0.7.8