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

555

$table = $this->table($tableName);

556

return $this->db->selectRow("

557

SELECT MAX(price) FROM {$table}, item_attr_{$cat}

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

559

}

560

561

public function getCatalogMinMax($tableName = 'item', $cat, $el){
02-09-2026 Ошибка в SQL запросе: № 1053

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

SQL строка: SELECT MAX(price) FROM item, item_attr_154 WHERE item.catigor = 154 AND item.id = item_attr_154.item_id

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