Jump to content

after moving from one wamp to other wamp it says table ps_menu doesn't exist


Recommended Posts

after reinstalling windows, moving files and db from wamp to wamp, i can login to BO, however FO says:


Table 'shop.ps_menu' doesn't exist

     SELECT a.`id_menu`, a.`id_parent`, a.`id_item`, a.`type`, a.`level`, a.`ignore`, a.`logged`, a.`css`,  b.`title`, b.`link` 
     FROM `ps_menu` a 
     LEFT JOIN `ps_menu_lang` b ON (a.`id_menu` = b.`id_menu` AND b.`id_lang` = "3") 
     WHERE a.`id_parent` = "0" AND a.`active` = 1 
     ORDER BY a.`position` ASC




i don't know a damn thing, in db dump there is query about ps_menu but when i look in phpmyadmin there's no ps_menu table to be seen, i ran that query, it starts with "create if does not exist", it gone through, still i don't see any ps_menu table there, doomed, please help anyone, anything, tia

Link to comment
Share on other sites

  • 3 months later...

i have the ERROR message when trying to backup my database from the tools menu in the BO ( my store is live though)

"An error occurred while backing up. Unable to obtain the schema of "ps_menu"

I go to phpmyadmin and check my database tables and i do not have a ps_menu table in the database, is there anyway i can create one or can someone post their ps_menu table here please.
regards

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