1146 Table 'zc_shop.featured' doesn't exist
in:
[select featured_id
from featured
where status = '0'
and (((featured_date_available <= 20241106 and featured_date_available != '0001-01-01') and (expires_date > 20241106))
or ((featured_date_available <= 20241106 and featured_date_available != '0001-01-01') and (expires_date = '0001-01-01'))
or (featured_date_available = '0001-01-01' and expires_date > 20241106))
]