logics Error
Не значительная ошибка
163
{
164
$this->_lastQuery = $queryMain;
165
$this->_expandPlaceholders($queryMain, false);
166 $result = $this->link->query($queryMain[0]);
167
if ($result === false) return $this->_setDbError($queryMain[0]);
168
169
if (!is_resource($result)) {
Описание ошибки: mysqli::query(): (08S01/1053): Server shutdown in progress
Вызов из /var/www/a4work/data/www/xn--80apgbmchndhd8exb0d.xn--p1ai/Core/DbSimple/Mysql.php строка № 166
logics Error
Ошибка в mysql запросе
700
$table = $this->table($tableName);
701
return $this->db->select("
702
SELECT * FROM {$table}
703 WHERE {$where} AND `time1_count` + `time2_count` + `time3_count` > 0");
704
}
705
706
public function getCatalogCountItem($idItem, $tableName = 'item_count'){
Описание ошибки: Server shutdown in progress
SQL строка: SELECT * FROM item_shop WHERE idItem IN (7843) AND `time1_count` + `time2_count` + `time3_count` > 0
Вызов из /var/www/a4work/data/www/xn--80apgbmchndhd8exb0d.xn--p1ai/Component/Model_Section/Catalog/Class.php строка № 703