Tygh\Exceptions\AException

Message

Can't create/write to file '/tmp/#sql-temptable-243fd7-20eabb-196e4.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 = '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 (storefronts_payments.storefront_id = 1 OR storefronts_payments.storefront_id IS NULL) AND cscart_payment_processors.processor_script IN ('stripe.php') HAVING processor_status = 'A' ORDER BY cscart_payments.position

Error at

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

Backtrace

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/addons/stripe/src/PaymentButton/DataLoader.php
Line:65
Function:fn_get_payments
File:app/addons/stripe/src/ServiceProvider.php
Line:76
Function:getSupportedPayments
File:app/addons/stripe/src/ServiceProvider.php
Line:108
Function:Tygh\Addons\Stripe\{closure}
File:app/addons/stripe/src/ServiceProvider.php
Line:120
Function:getPaymentButtons
File:app/addons/stripe/src/HookHandlers/DispatchHookHandler.php
Line:46
Function:getPaymentMethodIcons
File:app/Tygh/Addons/Loader.php
Line:144
Function:onDispatchAssignTemplate
File:app/functions/fn.control.php
Line:123
Function:Tygh\Addons\{closure}
File:app/functions/fn.control.php
Line:439
Function:fn_set_hook
File:index.php
Line:25
Function:fn_dispatch