Copied! Copy Stacktrace Search Stackoverflow Search Google Exception

Database Exceptionyii\db\Exception

SQLSTATE[HY000]: General error: 3 Error writing file '/tmp/MY3u9kuM' (Errcode: 28 - No space left on device)
The SQL being executed was: SELECT COUNT(*) FROM (SELECT IF(sub_rotation.`order` IS NULL,1,0) AS `sorted`, `country`.`currency_id`, `restaurants`.`seo_url`, `restaurants`.`city`, `type_restaurant`.`name_en` AS `type_name`, `restaurants_time`.`from`, `restaurants_time`.`to`, `restaurants_lang`.`name`, `restaurants_lang`.`description`, `restaurants_lang`.`address`, `filters`.`name_en` AS `check`, `restaurants`.`lat`, `restaurants`.`lng`, `restaurants`.`restaurant_id`, `restaurants`.`img`, ( 6371 * acos( cos( radians('50.4501') )
* cos( radians( lat ) ) * cos( radians( lng ) - radians('30.5234') )
+ sin( radians('50.4501') ) * sin( radians( lat ) ) ) ) AS distance FROM `restaurants` INNER JOIN `restaurants_lang` ON `restaurants`.`restaurant_id` = `restaurants_lang`.`restaurant_id` INNER JOIN `restaurants_time` ON `restaurants`.`restaurant_id` = `restaurants_time`.`restaurant_id` LEFT JOIN (SELECT `type`, `restaurant_id` AS `rest_id`, `data_id`, `order` FROM `rotation` WHERE ((`type`=9) AND (`data_id` IS NULL)) AND (`date_update` >= 1709164800)) `sub_rotation` ON sub_rotation.rest_id=restaurants.restaurant_id INNER JOIN `type_restaurant` ON type_restaurant.type_id=restaurants.type INNER JOIN `filters` ON filters.filter_id=restaurants.avg_check INNER JOIN `country` ON country.country_id = restaurants.country_id WHERE restaurants.status=1 AND restaurants_lang.language_id=1 GROUP BY `restaurants`.`restaurant_id` HAVING (`distance` < 30) OR (distance is NULL)) `c`

Error Info: Array
(
    [0] => HY000
    [1] => 3
    [2] => Error writing file '/tmp/MY3u9kuM' (Errcode: 28 - No space left on device)
)
$_GET = [
    'city' => 'kyiv',
    'filters_seo' => 'cuisine-fjuzhn',
];

$_SESSION = [
    '__flash' => [],
    '__returnUrl' => '/en/kyiv/restaurants/cuisine-fjuzhn',
];