Jump to content

PrestaShop 1.6.1.11 ERRORS


BillyLiao

Recommended Posts

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 exist


DELETE FROM `st_blog_shop` WHERE `id_st_blog`=3 AND id_shop IN (1)

at line 791 in file classes/db/Db.php
786. 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

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

  • 2 weeks later...

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