Severity: Warning
Message: mysqli::query(): (HY000/3): Error writing file '/tmp/MYfd=4177' (OS errno 28 - No space left on device)
Filename: mysqli/mysqli_driver.php
Line Number: 307
Backtrace:
File: /home/wwwchhat/public_html/application/modules/home/models/Home_model.php
Line: 78
Function: get
File: /home/wwwchhat/public_html/application/modules/home/controllers/Home.php
Line: 44
Function: get_latest_post
File: /home/wwwchhat/public_html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/wwwchhat/public_html/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 570
Backtrace:
File: /home/wwwchhat/public_html/application/modules/home/models/Home_model.php
Line: 78
Function: get
File: /home/wwwchhat/public_html/application/modules/home/controllers/Home.php
Line: 44
Function: get_latest_post
File: /home/wwwchhat/public_html/index.php
Line: 315
Function: require_once
Error Number: 3
Error writing file '/tmp/MYfd=4177' (OS errno 28 - No space left on device)
SELECT `t1`.*, `t2`.`name` as `category`, `t3`.`name` as `user` FROM `tbl_post` as `t1` LEFT JOIN `tbl_post_category` as `t2` ON `t1`.`category_id`=`t2`.`category_id` LEFT JOIN `tbl_user` as `t3` ON `t1`.`user_id`=`t3`.`user_id` ORDER BY `t1`.`date` DESC LIMIT 10
Filename: modules/home/models/Home_model.php
Line Number: 78