( ! ) Warning: mysqli_query(): (08S01/1053): Server shutdown in progress in /var/www/html/kolodok.net/lib/DbSimple/Mysqli.php on line 166
Call Stack
#TimeMemoryFunctionLocation
10.0000359744{main}( ).../index.php:0
20.3329649760CustomElements->getBrandsByCategoryBus( ).../index.php:119
30.3329649760DbSimple_Database->select( $query = 'SELECT a.id, a.name, a.url FROM catalog_product_brands a\r\n LEFT JOIN catalog_product_items b ON b.brand_id=a.id\r\n LEFT JOIN catalog_product_item_category_map c ON c.item_id=b.id\r\n WHERE c.cat_id=? AND b.price>0 AND b.state=1 AND a.state=1\r\n GROUP BY a.id\r\n ORDER BY a.name, a.ordering\r\n ', 73143 ).../customelems.class.php:117
40.3329650168DbSimple_Database->_query( $query = [0 => 'SELECT a.id, a.name, a.url FROM catalog_product_brands a\r\n LEFT JOIN catalog_product_items b ON b.brand_id=a.id\r\n LEFT JOIN catalog_product_item_category_map c ON c.item_id=b.id\r\n WHERE c.cat_id=? AND b.price>0 AND b.state=1 AND a.state=1\r\n GROUP BY a.id\r\n ORDER BY a.name, a.ordering\r\n ', 1 => 73143], $total = FALSE ).../Database.php:151
50.3329650200DbSimple_Mysqli->_performQuery( $queryMain = [0 => 'SELECT a.id, a.name, a.url FROM catalog_product_brands a\r\n LEFT JOIN catalog_product_items b ON b.brand_id=a.id\r\n LEFT JOIN catalog_product_item_category_map c ON c.item_id=b.id\r\n WHERE c.cat_id=? AND b.price>0 AND b.state=1 AND a.state=1\r\n GROUP BY a.id\r\n ORDER BY a.name, a.ordering\r\n ', 1 => 73143] ).../Database.php:543
60.3329650616mysqli_query( $link = class mysqli { public $affected_rows = -1; public $client_info = 'mysqlnd 7.4.33'; public $client_version = 70433; public $connect_errno = 0; public $connect_error = NULL; public $errno = 1053; public $error = 'Server shutdown in progress'; public $error_list = [0 => [...]]; public $field_count = 3; public $host_info = 'Localhost via UNIX socket'; public $info = NULL; public $insert_id = 0; public $server_info = '8.0.41-0ubuntu0.22.04.1'; public $server_version = 80041; public $sqlstate = '08S01'; public $protocol_version = 10; public $thread_id = 20903908; public $warning_count = 0 }, $query = 'SELECT a.id, a.name, a.url FROM catalog_product_brands a\r\n LEFT JOIN catalog_product_items b ON b.brand_id=a.id\r\n LEFT JOIN catalog_product_item_category_map c ON c.item_id=b.id\r\n WHERE c.cat_id=73143 AND b.price>0 AND b.state=1 AND a.state=1\r\n GROUP BY a.id\r\n ORDER BY a.name, a.ordering\r\n ' ).../Mysqli.php:166
SQL Error: Server shutdown in progress at /var/www/html/kolodok.net/classes/static/customelems.class.php line 117
Array
(
    [code] => 1053
    [message] => Server shutdown in progress
    [query] => SELECT a.id, a.name, a.url FROM catalog_product_brands a
            LEFT JOIN catalog_product_items b ON b.brand_id=a.id
            LEFT JOIN catalog_product_item_category_map c ON c.item_id=b.id
            WHERE c.cat_id=73143 AND b.price>0 AND b.state=1 AND a.state=1
            GROUP BY a.id
            ORDER BY a.name, a.ordering
            
    [context] => /var/www/html/kolodok.net/classes/static/customelems.class.php line 117
)