A Database Error Occurred

Error Number: 1146

Table 'suveniri.items' doesn't exist

select images.image, items.* from items, images where date <= curdate() and date >= (curdate() - interval 10 day) and items.id = images.cid and images.main = 1 and items.visible = 1 and items.available = 1 order by items.date desc LIMIT 100