BillyLiao Posted April 21, 2017 Share Posted April 21, 2017 Hi there, I'm using a custom "transformer" theme, I cannot delete some blog posts and always show errors. [PrestaShopDatabaseException]Table 'db_9b008b_stone.st_blog_shop' doesn't existDELETE FROM `st_blog_shop` WHERE `id_st_blog`=3 AND id_shop IN (1) at line 791 in file classes/db/Db.php786. if ($webservice_call && $errno) {787. $dbg = debug_backtrace();788. WebserviceRequest::getInstance()->setError(500, ' '.$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 580 - classes/db/Db.php] - [1 Arguments]DbCore->delete - [line 758 - classes/ObjectModel.php] - [2 Arguments]ObjectModelCore->delete - [line 162 - modules/stblog/classes/StBlogClass.php]StBlogClass->delete - [line 324 - modules/stblog/controllers/admin/AdminStBlogController.php]AdminStBlogController->postProcess - [line 178 - classes/controller/Controller.php]ControllerCore->run - [line 367 - classes/Dispatcher.php]DispatcherCore->dispatch - [line 58 - adminstone/index.php] Link to comment Share on other sites More sharing options...
BillyLiao Posted April 21, 2017 Author Share Posted April 21, 2017 Looks like I cannot delete old main menu, either. Once create a new menu, it's impossible to delete. I've tried to delete the cache many times, always failed. It was working before. Is there anybody there can help me please? I don't know much code, I wish someone is able to help me. My contact email is 170121804#qq.com Link to comment Share on other sites More sharing options...
Andrej Stas Posted May 4, 2017 Share Posted May 4, 2017 I don't think this is a question for this forum. You should contact the developer of that blog module. Link to comment Share on other sites More sharing options...
CustomizeStone Posted May 4, 2017 Share Posted May 4, 2017 I don't think this is a question for this forum. You should contact the developer of that blog module. Hi, I have deleted all of the installation files and templates, and reinstall a new version of PrestaShop, now it is working fine. Thanks! Link to comment Share on other sites More sharing options...
Andrej Stas Posted May 4, 2017 Share Posted May 4, 2017 Hi, I have deleted all of the installation files and templates, and reinstall a new version of PrestaShop, now it is working fine. Thanks! Great, glad to hear that! 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