I was trying to install the Aust Post shipping module and ended up with the following error:
1146 Table 'juniorgym1.zen_geo_zones' doesn't exist
in:
[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 = '13') and (za.zone_id is null or za.zone_id = 0 or za.zone_id = '183') and tr.tax_class_id = '1' group by tr.tax_priority]
The website is at http://www.juniorgym.com.au/zen-cart/ and you can see down the bottom of the main page the error code. This shows anywhere that the products were previously displaying.
So not only can I not see any of my products on my page but I can no longer edit the tax codes. I really don't know what to do some I'm hoping someone out there can shed some light? I've spent hours trying to work it out but its just beyond me -_-'



