Jump to content

database problem ?


Recommended Posts

Hi,

Since I uploaded my website, I find the following error message on each of the website pages:

Table 'mondesdh_PS.ps_web_browser' doesn't exist
SELECT `id_web_browser`
FROM `ps_web_browser` wb
WHERE wb.`name` = 'IE 7.x'

And the "modules"in my admin do not work anymore too. I get the following message:

Table 'mondesdh_PS.ps_zone' doesn't exist


SELECT cl.*,c.*, cl.`name` AS country, z.`name` AS zone
FROM `ps_country` c
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 1)
LEFT JOIN `ps_zone` z ON z.`id_zone` = c.`id_zone`
WHERE 1


ORDER BY cl.name ASC

Can someone help me on this issue ?
Thanks a lot to everyone
Regards
Yvan

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