FerreireX Posted December 5, 2018 Share Posted December 5, 2018 Hi, When I turn on the Debug mode I got errors when I open the website. Can someone help me with this, never have this before, especially when is just to turn the Debug mode on. There are the errors: [PrestaShopDatabaseException] Table 'store_1.6.1.11.ps_blocklink_mod' doesn't exist SELECT b.`id_blocklink`, b.`new_window` FROM `ps_blocklink_mod` b at line 791 in file classes/db/Db.php 786. if ($webservice_call && $errno) { 787. $dbg = debug_backtrace(); 788. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97); 789. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 790. if ($sql) { 791. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>'); 792. } 793. 794. throw new PrestaShopDatabaseException($this->getMsgError()); 795. } 796. } DbCore->displayError - [line 425 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 643 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 127 - modules/blocklink_mod/blocklink_mod.php] - [1 Arguments] BlockLink_mod->getLinks - [line 99 - modules/blocklink_mod/blocklink_mod.php] BlockLink_mod->hookFooter - [line 591 - classes/Hook.php] - [1 Arguments] HookCore::coreCallHook - [line 548 - classes/Hook.php] - [3 Arguments] HookCore::exec - [line 1022 - classes/controller/FrontController.php] - [1 Arguments] FrontControllerCore->initFooter - [line 195 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Link to comment Share on other sites More sharing options...
tantan199 Posted December 6, 2018 Share Posted December 6, 2018 It seems like you installed a duplicated "Link block" module. Where did get the duplicated module, it didn't get duplicated correctly. Link to comment Share on other sites More sharing options...
FerreireX Posted December 6, 2018 Author Share Posted December 6, 2018 I have the original blocklink disable and I other one blocklink from other Module and module creator enable, what can I do to solve that problem? 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