Severity: Warning
Message: fopen(/tmp/NoTaZaCha_sessd2bbc08154e2b202d7e713cb4456a55dff65205b): failed to open stream: Read-only file system
Filename: drivers/Session_files_driver.php
Line Number: 172
Backtrace:
File: /home/kediriko/public_html/application/third_party/MX/Loader.php
Line: 173
Function: _ci_load_library
File: /home/kediriko/public_html/application/third_party/MX/Loader.php
Line: 192
Function: library
File: /home/kediriko/public_html/application/third_party/MX/Loader.php
Line: 153
Function: libraries
File: /home/kediriko/public_html/application/third_party/MX/Loader.php
Line: 65
Function: initialize
File: /home/kediriko/public_html/application/modules/v2/controllers/C_detail.php
Line: 7
Function: __construct
File: /home/kediriko/public_html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /tmp)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/kediriko/public_html/application/third_party/MX/Loader.php
Line: 173
Function: _ci_load_library
File: /home/kediriko/public_html/application/third_party/MX/Loader.php
Line: 192
Function: library
File: /home/kediriko/public_html/application/third_party/MX/Loader.php
Line: 153
Function: libraries
File: /home/kediriko/public_html/application/third_party/MX/Loader.php
Line: 65
Function: initialize
File: /home/kediriko/public_html/application/modules/v2/controllers/C_detail.php
Line: 7
Function: __construct
File: /home/kediriko/public_html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: mysqli::query(): (HY000/1): Can't create/write to file '/tmp/#sql-temptable-745-264002-1b6b9.MAI' (Errcode: 30 "Read-only file system")
Filename: mysqli/mysqli_driver.php
Line Number: 305
Backtrace:
File: /home/kediriko/public_html/application/models/Mhome.php
Line: 114
Function: get
File: /home/kediriko/public_html/application/modules/v2/controllers/C_detail.php
Line: 31
Function: getpost
File: /home/kediriko/public_html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/kediriko/public_html/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 564
Backtrace:
File: /home/kediriko/public_html/application/models/Mhome.php
Line: 114
Function: get
File: /home/kediriko/public_html/application/modules/v2/controllers/C_detail.php
Line: 31
Function: getpost
File: /home/kediriko/public_html/index.php
Line: 315
Function: require_once
Error Number: 1
Can't create/write to file '/tmp/#sql-temptable-745-264002-1b6b9.MAI' (Errcode: 30 "Read-only file system")
SELECT * FROM (SELECT n.*, k.nm_kategori FROM ( SELECT 'humas' tbl, `id`, CONCAT('10', `kategori_id`, id) idpost, `judul`, `deskripsi`, `tgl`, `gambar`, `linkgambar`, `kategori_id`, eksklusif FROM post UNION ALL SELECT 'kominfo' tbl, `id`, CONCAT('11', `kategori_id`, id) idpost, `judul`, `deskripsi`, `tgl`, `gambar`, `linkgambar`, `kategori_id`, eksklusif FROM post_kominfo ) n LEFT JOIN kategori k ON k.id=n.kategori_id ORDER BY tgl DESC, id DESC) n WHERE `idpost` = '10112310' ORDER BY `tgl` desc, `id` desc, `judul` asc
Filename: models/Mhome.php
Line Number: 114