Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1146 - Table '***********.table_zones_to_geo_zones' doesn't exist


well-wazh

Recommended Posts

Bonjour,

Après l'ajout du module de livraison DPD sur ma version 2.3, j'ai ce message d'erreur et je ne trouve pas d'ou vient le problème.

1146 - Table '*****.table_zones_to_geo_zones' doesn't exist

select zone_id from TABLE_ZONES_TO_GEO_ZONES where geo_zone_id = '2' and zone_country_id = '73' order by zone_id


La table existe bien pourtant !

Merci pour votre aide.

Link to comment
Share on other sites

2 hours ago, burt said:

@well-wazh
Ne donnez jamais accès à votre site à quelqu'un que vous ne connaissez pas ou en qui vous n'avez pas absolument confiance.

Never give out your access details to anyone you do not know or do not have absolute confidence in.

http://www.oscommerce-fr.info/forum/ is the francophone osCommerce.

Impossible de créer un compte sur le forum francais !!!

Link to comment
Share on other sites

It is true, it is impossible to register on the French forum because of a security code bug. C'est vrai, il est impossible de s'inscrire sur le forum français à cause d'un bug du code de sécurité.

If you want help here, write in English (google translator can be your friend) . Si tu veux de l'aide ici, il faut écrire en anglais (google translator peut être ton ami).

with OsC 2.2 since 2006 ...

Link to comment
Share on other sites

5 minutes ago, bonbec said:

It is true, it is impossible to register on the French forum because of a security code bug. C'est vrai, il est impossible de s'inscrire sur le forum français à cause d'un bug du code de sécurité.

If you want help here, write in English (google translator can be your friend) . Si tu veux de l'aide ici, il faut écrire en anglais (google translator peut être ton ami).

Ok, thank's

Link to comment
Share on other sites

7 hours ago, well-wazh said:

j'ai vérifié, c'est bien define('TABLE_ZONES_TO_GEO_ZONES', 'zones_to_geo_zones');

There is a file database_tables.php in catalog and another in admin. Are you sure you have placed the define in the correct database_tables.php?

Il y a un fichier database_tables.php dans catalog et un autre dans admin. Es-tu sûr d'avoir placé le define dans le bon database_tables.php ?

with OsC 2.2 since 2006 ...

Link to comment
Share on other sites

If you look in the code, you will see something like

" . TABLE_ZONES_TO_GEO_ZONES . "

Just replace that (including the quotes) with

zones_to_geo_zones

So it looks something like

tep_db_query("select zone_id from zones_to_geo_zones where geo_zone_id = '"

Obviously there would be more code before and after that. 

The database table defines were removed from the catalog side and are being removed from admin.  But some Apps still do things the old way. 

Always back up before making changes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...