Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please help, getting these errors re : zones, in my admin..


sweetjaime

Recommended Posts

Posted

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!!!

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...