A Database Error Occurred

Error Number: 1146

Table 'lake_lakes.reviews' doesn't exist

SELECT r.*, a.title FROM reviews r LEFT JOIN dir_pages a ON r.item_id = a.id WHERE r.type LIKE 'a' AND r.approved = 1 ORDER BY r.date DESC LIMIT 0, 5