Jump to content

PrestaShopDatabaseException after update PrestaShop to version 1.7.8


Recommended Posts

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

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