Disk full (/tmp/#sql_5746_4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") (1021)
SELECT eshop_promotions.*, eshop_promotion_descriptions.name, eshop_promotion_descriptions.detailed_description, eshop_promotion_descriptions.short_description FROM eshop_promotions LEFT JOIN eshop_promotion_descriptions ON eshop_promotion_descriptions.promotion_id = eshop_promotions.promotion_id AND eshop_promotion_descriptions.lang_code = 'bg' LEFT JOIN eshop_storefronts_promotions AS storefronts_promotions ON storefronts_promotions.promotion_id = eshop_promotions.promotion_id WHERE 1 AND IF(from_date, from_date <= 1734877169, 1) AND IF(to_date, to_date >= 1734877169, 1) AND status IN ('A', 'H') AND eshop_promotions.zone = 'catalog' AND (storefronts_promotions.storefront_id = 1 OR storefronts_promotions.storefront_id IS NULL) ORDER BY eshop_promotions.priority asc
app/Tygh/Database/Connection.php, line: 1115
File: | app/Tygh/Database/Connection.php |
Line: | 479 |
Function: | throwError |
File: | app/Tygh/Database/Connection.php |
Line: | 237 |
Function: | query |
File: | app/functions/fn.database.php |
Line: | 32 |
Function: | getHash |
File: | app/functions/fn.promotions.php |
Line: | 174 |
Function: | db_get_hash_array |
File: | app/functions/fn.promotions.php |
Line: | 238 |
Function: | fn_get_promotions |
File: | app/functions/fn.catalog.php |
Line: | 775 |
Function: | fn_promotion_apply |
File: | app/controllers/frontend/categories.php |
Line: | 100 |
Function: | fn_gather_additional_products_data |
File: | app/functions/fn.control.php |
Line: | 667 |
Function: | include |
File: | app/functions/fn.control.php |
Line: | 418 |
Function: | fn_run_controller |
File: | index.php |
Line: | 14 |
Function: | fn_dispatch |