Severity: Warning
Message: fopen(/home/nosempreendimentos/webapps/nosempreendimentos/public/application/cache/PHPSESSIDa36f6mbltks2338l59e45bb3k2): failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 156
Backtrace:
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/third_party/MX/Loader.php
Line: 173
Function: _ci_load_library
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/third_party/MX/Loader.php
Line: 192
Function: library
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/third_party/MX/Loader.php
Line: 153
Function: libraries
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/third_party/MX/Loader.php
Line: 65
Function: initialize
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/third_party/MX/Base.php
Line: 55
Function: __construct
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/third_party/MX/Base.php
Line: 60
Function: __construct
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/third_party/MX/Controller.php
Line: 4
Function: require
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/core/MY_Controller.php
Line: 4
Function: require
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/index.php
Line: 312
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/cache)
Filename: Session/Session.php
Line Number: 140
Backtrace:
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/third_party/MX/Loader.php
Line: 173
Function: _ci_load_library
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/third_party/MX/Loader.php
Line: 192
Function: library
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/third_party/MX/Loader.php
Line: 153
Function: libraries
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/third_party/MX/Loader.php
Line: 65
Function: initialize
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/third_party/MX/Base.php
Line: 55
Function: __construct
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/third_party/MX/Base.php
Line: 60
Function: __construct
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/third_party/MX/Controller.php
Line: 4
Function: require
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/core/MY_Controller.php
Line: 4
Function: require
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/index.php
Line: 312
Function: require_once
Severity: Warning
Message: mysqli::query(): (HY000/1): Can't create/write to file '/tmp/#sql-temptable-2cf2-6f1-29.MAI' (Errcode: 28 "No space left on device")
Filename: mysqli/mysqli_driver.php
Line Number: 264
Backtrace:
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/modules/comprar/models/Products_m.php
Line: 232
Function: get
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/modules/comprar/controllers/Comprar.php
Line: 136
Function: get
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/modules/comprar/controllers/Comprar.php
Line: 185
Function: detail
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/index.php
Line: 312
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/nosempreendimentos/webapps/nosempreendimentos/public/system/core/Exceptions.php:272)
Filename: core/Common.php
Line Number: 573
Backtrace:
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/modules/comprar/models/Products_m.php
Line: 232
Function: get
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/modules/comprar/controllers/Comprar.php
Line: 136
Function: get
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/application/modules/comprar/controllers/Comprar.php
Line: 185
Function: detail
File: /home/nosempreendimentos/webapps/nosempreendimentos/public/index.php
Line: 312
Function: require_once
Error Number: 1
Can't create/write to file '/tmp/#sql-temptable-2cf2-6f1-29.MAI' (Errcode: 28 "No space left on device")
SELECT `st_product`.`id` as `id_product`, `st_product`.*, `st_product_lang`.*, `st_category_lang`.`title` AS `title_category`, `st_category_lang`.`slug` AS `slug_category`, ( SELECT st_file.name FROM st_product_gallery AS prod_gallery INNER JOIN st_file ON st_file.id = prod_gallery.id_file WHERE prod_gallery.id_product = st_product.id AND st_file.deleted IS NULL ORDER BY id ASC LIMIT 1 ) as first_image FROM st_product LEFT JOIN `st_product_lang` ON `st_product`.`id` = `st_product_lang`.`id_product` AND `st_product_lang`.`id_lang` = 1 LEFT JOIN `st_category` ON `st_product`.`id_category` = `st_category`.`id` LEFT JOIN `st_category_lang` ON `st_category`.`id` = `st_category_lang`.`id_category` AND `st_category_lang`.`id_lang` = 1 WHERE `st_product`.`deleted` IS NULL AND `st_product`.`status` = 1 AND `st_product`.`type` =0 AND `st_category`.`deleted` IS NULL AND `st_category`.`status` = 1 GROUP BY `st_product`.`id` ORDER BY `id` DESC
Filename: /home/nosempreendimentos/webapps/nosempreendimentos/public/modules/comprar/models/Products_m.php
Line Number: 232