logics

Не значительная ошибка

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)) {
21-11-2024 Предупреждение № 2

Описание ошибки: mysqli::query(): (08S01/1053): Server shutdown in progress

Вызов из /var/www/a4work/data/www/xn--80apgbmchndhd8exb0d.xn--p1ai/Core/DbSimple/Mysql.php строка № 166

logics

Ошибка в 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'){
21-11-2024 Ошибка в SQL запросе: № 1053

Описание ошибки: 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