Anjoellp Posted March 13, 2022 Share Posted March 13, 2022 I've upgraded my prestashop to 1.7.8 and this error occours on startup: [PrestaShopDatabaseException] Table 'prestashop.ps_info_shop' doesn't exist<br /><br /><pre>SELECT * FROM `ps_info` a LEFT JOIN `ps_info_lang` `b` ON a.`id_info` = b.`id_info` AND b.`id_lang` = 1 LEFT JOIN `ps_info_shop` `c` ON a.`id_info` = c.`id_info` AND c.`id_shop` = 1 WHERE (a.`id_info` = 1) AND (b.`id_shop` = 1) LIMIT 1</pre> at line 769 in file classes/db/Db.php can anyone help me please? Link to comment Share on other sites More sharing options...
Rhobur Posted March 14, 2022 Share Posted March 14, 2022 php-ps-info-1.1.zipIt seems you are missing some tables; check if you have the info, info_lang and info_shop tables in your DB, if you don't, import the tables attached . If you do have some of them import only the one you don't have and check if the id's match to yours (they should). Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now