Severity: Warning
Message: mysqli::query(): (HY000/1021): Disk full (/tmp/#sql-temptable-21ef19-de1db-bb74.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Filename: mysqli/mysqli_driver.php
Line Number: 307
Backtrace:
File: /home/shoo9aehie/public_html/application/models/Post_model.php
Line: 142
Function: get
File: /home/shoo9aehie/public_html/application/core/Core_Controller.php
Line: 163
Function: get_recommended_posts
File: /home/shoo9aehie/public_html/application/controllers/Home_controller.php
Line: 8
Function: __construct
File: /home/shoo9aehie/public_html/index.php
Line: 315
Function: require_once
Error Number: 1021
Disk full (/tmp/#sql-temptable-21ef19-de1db-bb74.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
SELECT `posts`.*, `categories`.`name` as `category_name`, `categories`.`color` as `category_color`, `users`.`username` as `username`, `users`.`slug` as `user_slug` FROM `posts` JOIN `users` ON `posts`.`user_id` = `users`.`id` JOIN `categories` ON `posts`.`category_id` = `categories`.`id` WHERE `posts`.`is_scheduled` = 0 AND `posts`.`visibility` = 1 AND `posts`.`status` = 1 AND `posts`.`lang_id` = '2' AND `is_recommended` = 1 ORDER BY `posts`.`created_at` DESC LIMIT 5
Filename: models/Post_model.php
Line Number: 142