Jump to content

Edit History

Mmika31

Mmika31

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

Mmika31

Mmika31

Hello,

I am new to Prestashop and need help please.

I am on Prestashop 1.7.6.

In the backoffice, I can not access the list of my stores anymore.

I activated the debug mode.

Here is the error I have:

[PrestaShopDatabaseException]

Table 'bado0549_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

 

 

Thank you in advance for your help

×
×
  • Create New...