Jump to content

Error Shops PrestaShopDatabaseException


Recommended Posts

Bonjour,

Je suis nouveau sur Prestashop et j'ai besoin d'aide s'il vous plaît.

Je suis sur Prestashop 1.7.6.

Dans le backoffice, je ne peux plus accéder à la liste de mes magasins.

J'ai activé le mode débogage.

Voici l'erreur que j'ai:

[PrestaShopDatabaseException]

Table 'pres436.DB_PREFIXstore_lang' doesn't exist
 

SELECT SQL_CALC_FOUND_ROWS b.*, a.*
, cl.`name` country, st.`name` state, sl.*
FROM `ps2t_store` a
LEFT JOIN `ps2t_store_lang` b
ON (b.`id_store` = a.`id_store` AND b.`id_lang` = 2)
LEFT JOIN `DB_PREFIXstore_lang` sl
ON (sl.`id_store` = a.`id_store`
AND sl.`id_lang` = 2)
LEFT JOIN `ps2t_country_lang` cl
ON (cl.`id_country` = a.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `ps2t_state` st ON (st.`id_state` = a.`id_state`)
WHERE 1
ORDER BY a.id_store ASC LIMIT 0, 50

Merci d'avance pour votre aide

Edited by Mmika31 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...