SQLSTATE[42S02]: Base table or view not found: 1146 Table 'hugo_quaver_waggy.category' doesn't exist
SELECT category_id, name_en FROM category WHERE status>=0 AND related_table='listing'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'hugo_quaver_waggy.location' doesn't exist
SELECT location.location_id,location.name_en as name, COUNT(listing.listing_id) as count
FROM location
LEFT JOIN listing ON (
(listing.country = location.location_id OR
listing.region = location.location_id OR
listing.area = location.location_id)
AND listing.status > 0
)
WHERE location.location_id > 0 AND location.type='region' AND related_id=1 GROUP BY location.location_id ORDER BY location.location_idSQLSTATE[42S02]: Base table or view not found: 1146 Table 'hugo_quaver_waggy.listing' doesn't exist
SELECT COUNT(*) as total FROM listing WHERE status>=0 LIMIT 1
Warning: Undefined array key "total" in /home/hugo/waggy/quaver/core/helpers/lib.database.php on line 161
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'hugo_quaver_waggy.system' doesn't exist
SELECT db_updated FROM system WHERE system_id=1 LIMIT 1UPDATE system SET db_updated=? WHERE system_id=?
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'hugo_quaver_waggy.system' doesn't exist