Can't create/write to file '/var/tmp/#sql-temptable-393-e8dab-e3119.MAI' (Errcode: 28 "No space left on device") (1)
SELECT cscart_payments.*, cscart_payment_descriptions.*, IF (ISNULL(cscart_addons.status), "A", cscart_addons.status) AS processor_status, cscart_payment_processors.type AS processor_type, cscart_payment_processors.processor_script AS processor_script FROM cscart_payments LEFT JOIN cscart_payment_descriptions ON cscart_payment_descriptions.payment_id = cscart_payments.payment_id AND cscart_payment_descriptions.lang_code = 'ru' LEFT JOIN cscart_payment_processors ON cscart_payment_processors.processor_id = cscart_payments.processor_id LEFT JOIN cscart_addons ON cscart_payment_processors.addon = cscart_addons.addon LEFT JOIN cscart_storefronts_payments AS storefronts_payments ON storefronts_payments.payment_id = cscart_payments.payment_id WHERE cscart_payments.status = 'A' AND (cscart_payments.usergroup_ids = '' OR FIND_IN_SET(0, cscart_payments.usergroup_ids) OR FIND_IN_SET(1, cscart_payments.usergroup_ids)) AND (storefronts_payments.storefront_id = 1 OR storefronts_payments.storefront_id IS NULL) HAVING processor_status = 'A' ORDER BY cscart_payments.position
app/Tygh/Database/Connection.php, line: 1701
| File: | app/Tygh/Database/Connection.php |
| Line: | 1478 |
| Function: | throwError |
| File: | app/Tygh/Database/Connection.php |
| Line: | 699 |
| Function: | execQuery |
| File: | app/Tygh/Database/Connection.php |
| Line: | 370 |
| Function: | query |
| File: | app/functions/fn.database.php |
| Line: | 48 |
| Function: | getHash |
| File: | app/functions/fn.cart.php |
| Line: | 606 |
| Function: | db_get_hash_array |
| File: | app/functions/fn.cart.php |
| Line: | 9025 |
| Function: | fn_get_payments |
| File: | app/controllers/frontend/checkout.php |
| Line: | 505 |
| Function: | fn_prepare_checkout_payment_methods |
| 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: | 28 |
| Function: | fn_dispatch |