( ! ) Fatal error: Uncaught Exception: Error: Disk full (/tmp/#sql-temptable-338-5c679-7ea08.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")<br />Error No: 1021<br />SELECT DISTINCT (p2s.product_id), p.*, p2s.price as price, p2s.price_postavka as price_postavka,c.sort_order as sort_category, p2s.quantity as quantity, pts.seller_id, (SELECT GROUP_CONCAT(attribute_id) FROM huge_mebel_product_attribute pa WHERE pa.product_id = p.product_id) as attributes, (SELECT AVG(rating) AS total FROM huge_mebel_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1') AS rating, (SELECT price FROM huge_mebel_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM huge_mebel_product_special ps WHERE ps.product_id = p.product_id AND ps.custom in /var/www/huge-mebel.ru/system/library/db/mysqli.php on line 57
( ! ) Exception: Error: Disk full (/tmp/#sql-temptable-338-5c679-7ea08.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")<br />Error No: 1021<br />SELECT DISTINCT (p2s.product_id), p.*, p2s.price as price, p2s.price_postavka as price_postavka,c.sort_order as sort_category, p2s.quantity as quantity, pts.seller_id, (SELECT GROUP_CONCAT(attribute_id) FROM huge_mebel_product_attribute pa WHERE pa.product_id = p.product_id) as attributes, (SELECT AVG(rating) AS total FROM huge_mebel_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1') AS rating, (SELECT price FROM huge_mebel_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM huge_mebel_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) AND ps.store_id= '7' ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special FROM huge_mebel_product p LEFT JOIN huge_mebel_product_to_category p2c ON (p2c.product_id = p.product_id) LEFT JOIN huge_mebel_category_path cp ON(cp.category_id = p2c.category_id) LEFT JOIN huge_mebel_category c ON(c.category_id = p2c.category_id) LEFT JOIN huge_mebel_product_to_seller pts ON (pts.product_id = p.product_id) LEFT JOIN huge_mebel_manufacturer_to_store mts ON (mts.manufacturer_id = p.manufacturer_id) LEFT JOIN huge_mebel_product_attribute pa ON (p.product_id = pa.product_id) LEFT JOIN huge_mebel_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN huge_mebel_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = 1 AND p2s.price > 0 AND p.date_available <= NOW() AND p2s.store_id = '7' AND c.status = 1 AND mts.store_id = '7' AND cp.path_id = '429' ORDER BY sort_category ASC LIMIT 2784,24 in /var/www/huge-mebel.ru/system/library/db/mysqli.php on line 57
Call Stack
#TimeMemoryFunctionLocation
10.0001400048{main}( ).../index.php:0
20.0006431992start( $application_config = 'catalog' ).../index.php:40
30.0006433496require_once( '/var/www/huge-mebel.ru/system/framework.php ).../startup.php:102
40.0032526256Router->dispatch( $action = class Action { private $id = 'startup/router'; private $route = 'startup/router'; private $method = 'index' }, $error = class Action { private $id = 'error/not_found'; private $route = 'error/not_found'; private $method = 'index' } ).../framework.php:162
50.0163766320Router->execute( $action = class Action { private $id = 'startup/router'; private $route = 'startup/router'; private $method = 'index' } ).../router.php:56
60.0163766320Action->execute( $registry = class Registry { private $data = ['config' => class Config { ... }, 'log' => class Log { ... }, 'event' => class Event { ... }, 'load' => class Loader { ... }, 'request' => class Request { ... }, 'response' => class Response { ... }, 'db' => class DB { ... }, 'session' => class Session { ... }, 'cache' => class Cache { ... }, 'url' => class Url { ... }, 'language' => class Language { ... }, 'document' => class Document { ... }, 'model_design_translation' => class Proxy { ... }, 'model_localisation_language' => class Proxy { ... }, 'customer' => class Cart\Customer { ... }, 'model_localisation_currency' => class Proxy { ... }, 'currency' => class Cart\Currency { ... }, 'tax' => class Cart\Tax { ... }, 'weight' => class Cart\Weight { ... }, 'length' => class Cart\Length { ... }, 'cart' => class Cart\Cart { ... }, 'encryption' => class Encryption { ... }, 'model_setting_event' => class Proxy { ... }, 'model_setting_store' => class Proxy { ... }, 'model_catalog_category' => class Proxy { ... }, 'model_catalog_product' => class Proxy { ... }, 'model_tool_image' => class Proxy { ... }, 'model_catalog_review' => class Proxy { ... }] }, $args = ??? ).../router.php:67
70.0163767272ControllerStartupRouter->index( ).../action.php:79
80.0164780472Action->execute( $registry = class Registry { private $data = ['config' => class Config { ... }, 'log' => class Log { ... }, 'event' => class Event { ... }, 'load' => class Loader { ... }, 'request' => class Request { ... }, 'response' => class Response { ... }, 'db' => class DB { ... }, 'session' => class Session { ... }, 'cache' => class Cache { ... }, 'url' => class Url { ... }, 'language' => class Language { ... }, 'document' => class Document { ... }, 'model_design_translation' => class Proxy { ... }, 'model_localisation_language' => class Proxy { ... }, 'customer' => class Cart\Customer { ... }, 'model_localisation_currency' => class Proxy { ... }, 'currency' => class Cart\Currency { ... }, 'tax' => class Cart\Tax { ... }, 'weight' => class Cart\Weight { ... }, 'length' => class Cart\Length { ... }, 'cart' => class Cart\Cart { ... }, 'encryption' => class Encryption { ... }, 'model_setting_event' => class Proxy { ... }, 'model_setting_store' => class Proxy { ... }, 'model_catalog_category' => class Proxy { ... }, 'model_catalog_product' => class Proxy { ... }, 'model_tool_image' => class Proxy { ... }, 'model_catalog_review' => class Proxy { ... }] }, $args = ??? ).../router.php:25
90.0165781456ControllerProductCategory->index( ).../action.php:79
100.0977920192Proxy->getProducts( ['filter_category_id' => 429, 'filter_sub_category' => TRUE, 'filter_filter' => '', 'filter_attr' => '', 'filter_quantity' => '', 'sort' => 'sort_category', 'order' => 'ASC', 'start' => 2784, 'limit' => '24'] ).../category.php:278
110.0977920568Proxy->__call( $key = 'getProducts', $args = [0 => ['filter_category_id' => 429, 'filter_sub_category' => TRUE, 'filter_filter' => '', 'filter_attr' => '', 'filter_quantity' => '', 'sort' => 'sort_category', 'order' => 'ASC', 'start' => 2784, 'limit' => '24']] ).../category.php:278
120.0977921344Loader->{closure:/var/www/huge-mebel.ru/system/engine/loader.php:220-262}( $args = [0 => ['filter_category_id' => 429, 'filter_sub_category' => TRUE, 'filter_filter' => '', 'filter_attr' => '', 'filter_quantity' => '', 'sort' => 'sort_category', 'order' => 'ASC', 'start' => 2784, 'limit' => '24']], [0 => ['filter_category_id' => 429, 'filter_sub_category' => TRUE, 'filter_filter' => '', 'filter_attr' => '', 'filter_quantity' => '', 'sort' => 'sort_category', 'order' => 'ASC', 'start' => 2784, 'limit' => '24']] ).../proxy.php:47
130.0977922376ModelCatalogProduct->getProducts( $data = ['filter_category_id' => 429, 'filter_sub_category' => TRUE, 'filter_filter' => '', 'filter_attr' => '', 'filter_quantity' => '', 'sort' => 'sort_category', 'order' => 'ASC', 'start' => 2784, 'limit' => '24'] ).../loader.php:248
140.0978924424DB->query( $sql = 'SELECT DISTINCT (p2s.product_id), p.*, p2s.price as price, p2s.price_postavka as price_postavka,c.sort_order as sort_category, p2s.quantity as quantity, pts.seller_id, (SELECT GROUP_CONCAT(attribute_id) FROM huge_mebel_product_attribute pa WHERE pa.product_id = p.product_id) as attributes, (SELECT AVG(rating) AS total FROM huge_mebel_review r1 WHERE r1.product_id = p.product_id AND r1.status = \'1\') AS rating, (SELECT price FROM huge_mebel_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.cus'... ).../product.php:386
150.0978924424DB\MySQLi->query( $sql = 'SELECT DISTINCT (p2s.product_id), p.*, p2s.price as price, p2s.price_postavka as price_postavka,c.sort_order as sort_category, p2s.quantity as quantity, pts.seller_id, (SELECT GROUP_CONCAT(attribute_id) FROM huge_mebel_product_attribute pa WHERE pa.product_id = p.product_id) as attributes, (SELECT AVG(rating) AS total FROM huge_mebel_review r1 WHERE r1.product_id = p.product_id AND r1.status = \'1\') AS rating, (SELECT price FROM huge_mebel_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.cus'... ).../db.php:45