Severity: Warning
Message: mysqli::query(): (HY000/1): Can't create/write to file '/tmp/MYLyuZCx' (OS errno 28 - No space left on device)
Filename: mysqli/mysqli_driver.php
Line Number: 305
Backtrace:
File: /home/rsuhaji/public_html/application/models/M_berita.php
Line: 7
Function: query
File: /home/rsuhaji/public_html/application/controllers/Konsultasi.php
Line: 99
Function: getLatestNews
File: /home/rsuhaji/public_html/index.php
Line: 318
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/rsuhaji/public_html/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 570
Backtrace:
File: /home/rsuhaji/public_html/application/models/M_berita.php
Line: 7
Function: query
File: /home/rsuhaji/public_html/application/controllers/Konsultasi.php
Line: 99
Function: getLatestNews
File: /home/rsuhaji/public_html/index.php
Line: 318
Function: require_once
Error Number: 1
Can't create/write to file '/tmp/MYLyuZCx' (OS errno 28 - No space left on device)
select no_berita, DATE_FORMAT(tgl_berita, '%d %M %Y') as tgl_berita, DATE_FORMAT(tgl_berita, '%Y/%m/%d') as tanggal, judul_berita, isi_berita, foto from berita where tampil='Y' order by tanggal DESC, no_berita DESC limit 0,4
Filename: models/M_berita.php
Line Number: 7