sweetjaime Posted October 21, 2006 Posted October 21, 2006 im getting this error when i click on my store : 1146 - Table 'sweetjaime.zones' doesn't exist select zone_name from zones where zone_id = '67' [TEP STOP] This one when i click zones : 1146 - Table 'sweetjaime.zones' doesn't exist select count(*) as total from zones z, countries c where z.zone_country_id = c.countries_id [TEP STOP] and this when i click tax zones : Tax Zones Tax Zones Action 1146 - Table 'sweetjaime.zones_to_geo_zones' doesn't exist select count(*) as num_zones from zones_to_geo_zones where geo_zone_id = '1' group by geo_zone_id [TEP STOP] I have no idea why this is happening, and i really need help to fix it please!!!
♥Vger Posted October 21, 2006 Posted October 21, 2006 It looks like your database does not have all of the tables in it that it should have. Access it via phpMyAdmin and see if the Zones table exists or not. Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.