Can't create/write to file '/tmp/#sql-temptable-3c8b54-84039-5e111.MAI' (Errcode: 28 "No space left on device") (1)
SELECT cscart_promotions.*, cscart_promotion_descriptions.name, cscart_promotion_descriptions.detailed_description, cscart_promotion_descriptions.short_description, pb.bundle_id FROM cscart_promotions LEFT JOIN cscart_promotion_descriptions ON cscart_promotion_descriptions.promotion_id = cscart_promotions.promotion_id AND cscart_promotion_descriptions.lang_code = 'vi' LEFT JOIN cscart_storefronts_promotions AS storefronts_promotions ON storefronts_promotions.promotion_id = cscart_promotions.promotion_id LEFT JOIN cscart_product_bundles pb ON pb.linked_promotion_id = cscart_promotions.promotion_id WHERE 1 AND IF(from_date, from_date <= 1749219615, 1) AND IF(to_date, to_date >= 1749219615, 1) AND cscart_promotions.status IN ('A') AND cscart_promotions.zone = 'cart' AND (storefronts_promotions.storefront_id = 1 OR storefronts_promotions.storefront_id IS NULL) AND cscart_promotions.company_id = 0 AND pb.bundle_id IS NULL ORDER BY cscart_promotions.priority asc
app/Tygh/Database/Connection.php, line: 1713
File: | app/Tygh/Database/Connection.php |
Line: | 1490 |
Function: | throwError |
File: | app/Tygh/Database/Connection.php |
Line: | 700 |
Function: | execQuery |
File: | app/Tygh/Database/Connection.php |
Line: | 333 |
Function: | query |
File: | app/functions/fn.database.php |
Line: | 35 |
Function: | getArray |
File: | app/controllers/common/debugger.php |
Line: | 60 |
Function: | db_get_array |
File: | app/functions/fn.control.php |
Line: | 722 |
Function: | include |
File: | app/functions/fn.control.php |
Line: | 458 |
Function: | fn_run_controller |
File: | index.php |
Line: | 27 |
Function: | fn_dispatch |