Tygh\Exceptions\AException

Message

Disk full (/tmp/#sql_6190_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") (1021)

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 = 'en' 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

Error at

app/Tygh/Database/Connection.php, line: 1713

Backtrace

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:371
Function:query
File:app/functions/fn.database.php
Line:48
Function:getHash
File:app/functions/fn.cart.php
Line:649
Function:db_get_hash_array
File:app/functions/fn.cart.php
Line:9159
Function:fn_get_payments
File:app/controllers/frontend/checkout.php
Line:523
Function:fn_prepare_checkout_payment_methods
File:app/functions/fn.control.php
Line:727
Function:include
File:app/functions/fn.control.php
Line:458
Function:fn_run_controller
File:index.php
Line:19
Function:fn_dispatch