Severity: Warning
Message: fopen(/tmp/ci_session03bc6dc246410a78a6f9739f783d2c15): failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 156
Backtrace:
File: /home/znconsul/public_html/application/third_party/MX/Loader.php
Line: 173
Function: _ci_load_library
File: /home/znconsul/public_html/application/third_party/MX/Loader.php
Line: 192
Function: library
File: /home/znconsul/public_html/application/third_party/MX/Loader.php
Line: 153
Function: libraries
File: /home/znconsul/public_html/application/third_party/MX/Loader.php
Line: 65
Function: initialize
File: /home/znconsul/public_html/application/third_party/MX/Base.php
Line: 55
Function: __construct
File: /home/znconsul/public_html/application/third_party/MX/Base.php
Line: 60
Function: __construct
File: /home/znconsul/public_html/application/third_party/MX/Controller.php
Line: 4
Function: require
File: /home/znconsul/public_html/application/third_party/MX/Modules.php
Line: 123
Function: include_once
File: /home/znconsul/public_html/application/controllers/Home.php
Line: 4
Function: spl_autoload_call
File: /home/znconsul/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: 140
Backtrace:
File: /home/znconsul/public_html/application/third_party/MX/Loader.php
Line: 173
Function: _ci_load_library
File: /home/znconsul/public_html/application/third_party/MX/Loader.php
Line: 192
Function: library
File: /home/znconsul/public_html/application/third_party/MX/Loader.php
Line: 153
Function: libraries
File: /home/znconsul/public_html/application/third_party/MX/Loader.php
Line: 65
Function: initialize
File: /home/znconsul/public_html/application/third_party/MX/Base.php
Line: 55
Function: __construct
File: /home/znconsul/public_html/application/third_party/MX/Base.php
Line: 60
Function: __construct
File: /home/znconsul/public_html/application/third_party/MX/Controller.php
Line: 4
Function: require
File: /home/znconsul/public_html/application/third_party/MX/Modules.php
Line: 123
Function: include_once
File: /home/znconsul/public_html/application/controllers/Home.php
Line: 4
Function: spl_autoload_call
File: /home/znconsul/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-1ff18f-226e03-622e.MAI' (Errcode: 28 "No space left on device")
Filename: mysqli/mysqli_driver.php
Line Number: 305
Backtrace:
File: /home/znconsul/public_html/application/models/Batch_model.php
Line: 150
Function: get
File: /home/znconsul/public_html/application/modules/faq/models/Faq_model.php
Line: 47
Function: get_rows
File: /home/znconsul/public_html/application/controllers/Home.php
Line: 34
Function: get_faq
File: /home/znconsul/public_html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/znconsul/public_html/system/core/Exceptions.php:272)
Filename: core/Common.php
Line Number: 573
Backtrace:
File: /home/znconsul/public_html/application/models/Batch_model.php
Line: 150
Function: get
File: /home/znconsul/public_html/application/modules/faq/models/Faq_model.php
Line: 47
Function: get_rows
File: /home/znconsul/public_html/application/controllers/Home.php
Line: 34
Function: get_faq
File: /home/znconsul/public_html/index.php
Line: 315
Function: require_once
Error Number: 1
Can't create/write to file '/tmp/#sql-temptable-1ff18f-226e03-622e.MAI' (Errcode: 28 "No space left on device")
SELECT `faq`.*, `faq_group`.`name` as `group_name`, `languages`.`language` FROM `faq` LEFT JOIN `languages` ON `languages`.`id` = `faq`.`languages_id` LEFT JOIN `faq_group` ON `faq_group`.`id` = `faq`.`group_id` WHERE `faq`.`enabled` = '1' ORDER BY `faq_group`.`name` ASC, `faq`.`id` ASC LIMIT 100
Filename: models/Batch_model.php
Line Number: 150