Hi,
i've attempted unsuccessfully to install the AusPost module on my ZenCart 1.38. I've followed the instructions to the letter in the readme files and now i can't view any products i have, nor can i add new products. One of the error messages i'm getting is:
1146 Table 'sitesynt_sukastore.geo_zones' doesn't exist
in:
[select geo_zone_id, geo_zone_name from geo_zones order by geo_zone_name]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Another error message is:
1146 Table 'sitesynt_sukastore.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 = '185') and tr.tax_class_id = '1' group by tr.tax_priority]
This "geo_zones" error comes up consistantly. As i said i read through the instructions, checked the sql database, installed the files and now i'm at a loss what to do.
Any help anyone could give me would be GREATLY appreciated, i'm starting to think it's beyond repair.
Cheers.
Bookmarks