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)) {
23-07-2025 Предупреждение № 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 запросе

514

// WHERE item.catigor = {$cat} AND item.id = item_attr_value.item_id");

515

return $this->db->select("

516

SELECT * FROM {$table}, item_attr_{$cat}

517 WHERE item.catigor = {$cat} AND item.id = item_attr_{$cat}.item_id {$where} {$order} {$limit}");

518

}

519

520

public function getCatalogFilterCount($tableName = 'item', $cat, $where = ''){
23-07-2025 Ошибка в SQL запросе: № 1053

Описание ошибки: Server shutdown in progress

SQL строка: SELECT * FROM item, item_attr_154 WHERE item.catigor = 154 AND item.id = item_attr_154.item_id AND item_attr_154.season = 'Зимняя' AND item_attr_154.shipy = 'Шипованные' AND item_attr_154.runflat = 'Нет' AND item_attr_154.width = '235' AND item_attr_154.diameter = '15' AND item_attr_154.height = '75' AND item.count > 0 AND item.id != 8063 ORDER BY item.count DESC, item.id DESC LIMIT 0,4

Вызов из /var/www/a4work/data/www/xn--80apgbmchndhd8exb0d.xn--p1ai/Component/Model_Section/Catalog/Class.php строка № 517