Tygh\Exceptions\AException

Message

Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device") (1021)

SELECT cscart_store_locations.*, cscart_store_location_descriptions.*, cscart_country_descriptions.country as country_title FROM cscart_store_locations LEFT JOIN cscart_country_descriptions ON cscart_store_locations.country = cscart_country_descriptions.code AND cscart_country_descriptions.lang_code = 'ru' LEFT JOIN cscart_store_location_descriptions ON cscart_store_locations.store_location_id = cscart_store_location_descriptions.store_location_id AND cscart_store_location_descriptions.lang_code = 'ru' LEFT JOIN cscart_companies ON cscart_store_locations.company_id = cscart_companies.company_id INNER JOIN cscart_ult_objects_sharing ON (cscart_ult_objects_sharing.share_object_id = cscart_store_locations.store_location_id AND cscart_ult_objects_sharing.share_company_id = 1 AND cscart_ult_objects_sharing.share_object_type = 'store_locations') WHERE 1=1 AND 1=1 AND cscart_store_locations.status = 'A' AND cscart_store_locations.company_id <> 0 AND cscart_companies.status = 'A' GROUP BY cscart_store_locations.store_location_id ORDER BY cscart_store_locations.position asc, cscart_store_location_descriptions.name asc

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/addons/store_locator/func.php
Line:316
Function:db_get_hash_array
File:app/addons/store_locator/controllers/frontend/store_locator.php
Line:47
Function:fn_get_store_locations
File:app/functions/fn.control.php
Line:729
Function:include
File:app/functions/fn.control.php
Line:460
Function:fn_run_controller
File:index.php
Line:19
Function:fn_dispatch