caffe663 Posted April 30, 2021 Share Posted April 30, 2021 (edited) I want my main menu module to be on top and on the left column of the main page. I download horizental menu (deleted it later). I am trying to going to the main menu configure to see how can i hook it on top and here is what it says: [PrestaShopDatabaseException] Table 'caffe663_adadad133.ps_linksmenutop' doesn't exist<br /><br /><pre>SELECT l.id_linksmenutop, l.new_window, s.name, ll.link, ll.label FROM ps_linksmenutop l LEFT JOIN ps_linksmenutop_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1) LEFT JOIN ps_shop s ON l.id_shop = s.id_shop WHERE 1 AND l.id_shop IN (0, 1)</pre> at line 769 in file classes/db/Db.php 764. if ($webservice_call && $errno) { 765. $dbg = debug_backtrace(); 766. WebserviceRequest::getInstance()->setError(500, '[SQL Error] ' . $this->getMsgError() . '. From ' . (isset($dbg[3]['class']) ? $dbg[3]['class'] : '') . '->' . $dbg[3]['function'] . '() Query was : ' . $sql, 97); 767. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 768. if ($sql) { 769. throw new PrestaShopDatabaseException($this->getMsgError() . '<br /><br /><pre>' . $sql . '</pre>'); 770. } 771. 772. throw new PrestaShopDatabaseException($this->getMsgError()); 773. } 774. } DbCore->displayError - [line 385 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 613 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 38 - modules/ps_mainmenu/ps_menutoplinks.class.php] - [1 Arguments] Ps_MenuTopLinks::gets - [line 1236 - modules/ps_mainmenu/ps_mainmenu.php] - [3 Arguments] Ps_MainMenu->renderChoicesSelect - [line 1081 - modules/ps_mainmenu/ps_mainmenu.php] Ps_MainMenu->renderForm - [line 307 - modules/ps_mainmenu/ps_mainmenu.php] Ps_MainMenu->getContent - [line 907 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcessCallback - [line 1167 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcess - [line 295 - classes/controller/Controller.php] ControllerCore->run - [line 518 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 93 - admin/index.php] Can someone help me with this. Thank you in advance Edited May 1, 2021 by caffe663 (see edit history) Link to comment Share on other sites More sharing options...
JBW Posted May 1, 2021 Share Posted May 1, 2021 You are missing database tables for this module. try to reset/reinstall it Link to comment Share on other sites More sharing options...
caffe663 Posted May 1, 2021 Author Share Posted May 1, 2021 10 hours ago, JBW said: You are missing database tables for this module. try to reset/reinstall it Thank you i solved it, to any one who is having the same problem just go to module manager click on the main menu it will show the install button install it and everything is ok. 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