I am new to using zencart and have currently having to look after a perviously designed website (www.handylabels.co.uk).
When selecting a product it would usually display its details, allow you to add it to your cart etc...
No changes have been made to the site but now it gives a blank page with 'WARNING: An Error occurred, please refresh the page and try again.'
I have checked the logs and there are a lot of this error
[09-Jan-2014 10:56:59] PHP Fatal error: 1146:Table 'web244-zenc_15-1.zen_zones_to_geo_zones' doesn't exist :: select sum(tax_rate) as tax_rate
from (zen_tax_rates tr
left join zen_zones_to_geo_zones za on (tr.tax_zone_id = za.geo_zone_id)
left join zen_geo_zones tz on (tz.geo_zone_id = tr.tax_zone_id) )
where (za.zone_country_id is null
or za.zone_country_id = 0
or za.zone_country_id = '222')
and (za.zone_id is null
or za.zone_id = 0
or za.zone_id = '0')
and tr.tax_class_id = '1'
group by tr.tax_priority in /home/sites/handylabels.co.uk/public_html/includes/classes/db/mysql/query_factory.php on line 120
zen_zones_to_geo_zones does not exist in my DB.
Any help you can give would be greatly appreciated as the store is currently unusable.
Many thanks
Chris


Reply With Quote
