My story is that I found my site went into blank page when going to the "go to checkout" step yesterday and I found there was something wrong with the shipping module which is the Aust Post shipping module. So, I turned a few options in shipping off and I could access to the checkout page again.
Then, I tried to re-install the Aust Post shipping module and ended up with the following error --
1146 Table 'localhost.zones_to_geo_zones' doesn't exist
in:
[select sum(tax_rate) as tax_rate from (tax_rates tr left join zones_to_geo_zones za on (tr.tax_zone_id = za.geo_zone_id) left join 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 = '188') and tr.tax_class_id = '0' group by tr.tax_priority]
My site is -- www. c u t i e l i t t l e m o u s e. c o m.au
You can see the error message is down at the bottom on the main page and every page which with products displaying previously.
Is anyone able to give me some lights of how to fix this? Thank you very much for your great great great help in advance. Much appreciated!


Reply With Quote

