Severity: Warning
Message: fopen(/tmp/ci_session067bafcac104e678d143b50060dd9ee16923d5af): Failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 177
Backtrace:
File: /home/tomatofry/public_html/application/core/MY_Controller.php
Line: 8
Function: __construct
File: /home/tomatofry/public_html/application/controllers/Profile.php
Line: 8
Function: __construct
File: /home/tomatofry/public_html/index.php
Line: 354
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /tmp)
Filename: Session/Session.php
Line Number: 137
Backtrace:
File: /home/tomatofry/public_html/application/core/MY_Controller.php
Line: 8
Function: __construct
File: /home/tomatofry/public_html/application/controllers/Profile.php
Line: 8
Function: __construct
File: /home/tomatofry/public_html/index.php
Line: 354
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/tomatofry/public_html/system/core/Exceptions.php:284)
Filename: helpers/custom_helper.php
Line Number: 3053
Backtrace:
File: /home/tomatofry/public_html/application/helpers/custom_helper.php
Line: 3053
Function: header
File: /home/tomatofry/public_html/application/controllers/Profile.php
Line: 203
Function: shop_default_language
File: /home/tomatofry/public_html/index.php
Line: 354
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/tomatofry/public_html/system/core/Exceptions.php:284)
Filename: core/Common.php
Line Number: 575
Backtrace:
File: /home/tomatofry/public_html/application/models/Common_m.php
Line: 1011
Function: get
File: /home/tomatofry/public_html/application/controllers/Profile.php
Line: 224
Function: get_item_by_cat_id_ln
File: /home/tomatofry/public_html/index.php
Line: 354
Function: require_once
Error Number: 1021
Disk full (/var/mysql.tmpdir/#sql-temptable-447-319597-b4531.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
SELECT `i`.*, `i`.`id` as `item_id`, `a`.`name` as `allergen`, `c`.`id`, `c`.`status` FROM `items` `i` LEFT JOIN `allergens` `a` ON `a`.`id` = `i`.`allergen_id` LEFT JOIN `menu_type` `c` ON `c`.`category_id` = `i`.`cat_id` WHERE `i`.`user_id` = '10' AND md5(i.cat_id) = 'f875f5d4b78ba05810cf2810de09b3c7' AND `i`.`status` = 1 AND `c`.`status` = 1 AND `c`.`is_pos_only` = 0 AND `i`.`is_pos_only` = 0 AND `i`.`language` = 'english' AND `c`.`language` = 'english' GROUP BY `i`.`id` ORDER BY `i`.`orders` ASC
Filename: models/Common_m.php
Line Number: 1011