Can't create/write to file '/tmp/#sql_3c4_1.MAI' (Errcode: 28 "No space left on device") (1)
SELECT SQL_CALC_FOUND_ROWS products.product_id, descr1.product as product, companies.company as company_name, popularity.total as popularity, products.product_type, products.parent_product_id FROM cscart_products as products LEFT JOIN cscart_product_descriptions as descr1 ON descr1.product_id = products.product_id AND descr1.lang_code = 'ru' LEFT JOIN cscart_product_prices as prices ON prices.product_id = products.product_id AND prices.lower_limit = 1 LEFT JOIN cscart_companies AS companies ON companies.company_id = products.company_id LEFT JOIN cscart_products_categories as products_categories ON products_categories.product_id = products.product_id LEFT JOIN cscart_categories ON cscart_categories.category_id = products_categories.category_id AND (cscart_categories.usergroup_ids = '' OR FIND_IN_SET(0, cscart_categories.usergroup_ids) OR FIND_IN_SET(1, cscart_categories.usergroup_ids)) AND cscart_categories.status IN ('A', 'H') LEFT JOIN cscart_product_popularity as popularity ON popularity.product_id = products.product_id WHERE 1 AND popularity.total >= 1 AND (products.usergroup_ids = '' OR FIND_IN_SET(0, products.usergroup_ids) OR FIND_IN_SET(1, products.usergroup_ids)) AND products.status IN ('A') AND prices.usergroup_id IN (0, 0, 1) AND products.parent_product_id = 0 GROUP BY products.product_id ORDER BY popularity.total desc, products.product_id ASC LIMIT 0, 10
app/Tygh/Database/Connection.php, line: 1540
File: | app/Tygh/Database/Connection.php |
Line: | 690 |
Function: | throwError |
File: | app/Tygh/Database/Connection.php |
Line: | 307 |
Function: | query |
File: | app/functions/fn.database.php |
Line: | 35 |
Function: | getArray |
File: | app/functions/fn.products.php |
Line: | 2220 |
Function: | db_get_array |
File: | app/functions/fn.products.php |
Line: | 2303 |
Function: | {closure} |
File: | app/Tygh/BlockManager/Block.php |
Line: | 930 |
Function: | fn_get_products |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 809 |
Function: | getItems |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 666 |
Function: | getValue |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 494 |
Function: | renderBlockContent |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 416 |
Function: | renderBlock |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 373 |
Function: | renderBlocks |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 230 |
Function: | renderGrid |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 369 |
Function: | renderGrids |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 230 |
Function: | renderGrid |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 200 |
Function: | renderGrids |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 164 |
Function: | _renderContainer |
File: | app/functions/smarty_plugins/function.render_location.php |
Line: | 52 |
Function: | render |
File: | var/cache/templates/abt__unitheme2/7242eced669051c64ee7f3fa8133f74d3e7b2d0f.tygh.index.tpl.php |
Line: | 218 |
Function: | smarty_function_render_location |
File: | app/lib/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php |
Line: | 188 |
Function: | content_673b4f9e5b92c7_38457599 |
File: | app/Tygh/SmartyEngine/Core.php |
Line: | 81 |
Function: | fetch |
File: | app/functions/fn.control.php |
Line: | 632 |
Function: | fetch |
File: | index.php |
Line: | 25 |
Function: | fn_dispatch |