1017 - Can't find file: '.\megacameras\products_to_stores.frm' (errno: 22)

select count(*) as total from products p, products_to_categories p2c, products_to_stores p2s where p.products_id = p2c.products_id and p.products_id = p2s.products_id and p2s.stores_id = '1' and p.products_status = '1' and p.products_slave_visible = '1' and p2c.categories_id = '501'

[TEP STOP]