Severity: Warning
Message: mysqli::query(): (HY000/1): Can't create/write to file '/tmp/MYj0U258' (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_artikel.php
Line: 21
Function: query
File: /home/rsuhaji/public_html/application/controllers/Artikel.php
Line: 46
Function: getall
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_artikel.php
Line: 21
Function: query
File: /home/rsuhaji/public_html/application/controllers/Artikel.php
Line: 46
Function: getall
File: /home/rsuhaji/public_html/index.php
Line: 318
Function: require_once
Error Number: 1
Can't create/write to file '/tmp/MYj0U258' (OS errno 28 - No space left on device)
select no_artikel, date_format(tgl_artikel, '%d %M %Y') as tgl_artikel, judul_artikel, substr(isi_artikel,1,25) as isi_artikel, foto from artikel where tampil='Y' order by no_artikel DESC
Filename: models/M_artikel.php
Line Number: 21