Jump to content

"Настройки - страницы" ошибка "Category cannot be loaded"


Recommended Posts

Когда захожу в "Настройки - страницы" выбивает ошибку "Category cannot be loaded"

 

Более подробней

[PrestaShopDatabaseException]

Table 'vodichka_db.ps_cms_category_shop' doesn't exist


SELECT *
FROM `ps_cms_category` a
LEFT JOIN `ps_cms_category_shop` `c` ON a.id_cms_category = c.id_cms_category AND c.id_shop = 1
WHERE (a.id_cms_category = 1) LIMIT 1

at line 646 in file classes/db/Db.php
641. 			WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
642. 		}
643. 		elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
644. 		{
645. 			if ($sql)
646. 				throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
647. 			throw new PrestaShopDatabaseException($this->getMsgError());
648. 		}
649. 	}
650. 
651. 	/**
DbCore->displayError - [line 340 - classes/db/Db.php] - [1 Arguments]
DbCore->query - [line 558 - classes/db/Db.php] - [1 Arguments]
DbCore->getRow - [line 233 - classes/ObjectModel.php] - [1 Arguments]
ObjectModelCore->__construct - [line 43 - controllers/admin/AdminCmsContentController.php] - [1 Arguments]
AdminCmsContentControllerCore->__construct - [line 135 - classes/controller/Controller.php] - [2 Arguments]
ControllerCore::getController - [line 366 - classes/Dispatcher.php] - [1 Arguments]
DispatcherCore->dispatch - [line 54 - admin/index.php]

post-718290-0-29068100-1426585178_thumb.png

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