Severity: Warning
Message: mysqli::query(): (HY000/1021): Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")
Filename: mysqli/mysqli_driver.php
Line Number: 305
Backtrace:
File: /home/intervanzalb/public_html/application/controllers/Frontend.php
Line: 3534
Function: get
File: /home/intervanzalb/public_html/application/controllers/Frontend.php
Line: 2961
Function: filtreaza_oferte
File: /home/intervanzalb/public_html/application/controllers/Frontend.php
Line: 1611
Function: last_oferte
File: /home/intervanzalb/public_html/index.php
Line: 330
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/intervanzalb/public_html/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 570
Backtrace:
File: /home/intervanzalb/public_html/application/controllers/Frontend.php
Line: 3534
Function: get
File: /home/intervanzalb/public_html/application/controllers/Frontend.php
Line: 2961
Function: filtreaza_oferte
File: /home/intervanzalb/public_html/application/controllers/Frontend.php
Line: 1611
Function: last_oferte
File: /home/intervanzalb/public_html/index.php
Line: 330
Function: require_once
Error Number: 1021
Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")
SELECT `TABEL_OFERTE_79`.*, `TABEL_OFERTE_79`.`id` as `id_oferta`, `TABEL_OFERTE_79`.`is_activated` as `activat_oferta`, `TABEL_OFERTE_79`.`date` as `data_creare_oferta`, `TABEL_OFERTE_79`.`date_modified` as `data_modificare_oferta`, `TABEL_OFERTE_79`.`category_name` as `nume_categorie_oferta`, `TABEL_OFERTE_79`.`counter_views` as `vizualizari_oferta`, `TABEL_OFERTE_79`.`camp_36` as `pret_oferta`, `TABEL_OFERTE_79`.`camp_78` as `moneda_oferta`, `TABEL_OFERTE_79`.`camp_4` as `tip_oferta`, `TABEL_OFERTE_79`.`residence_id` as `residence_id`, GROUP_CONCAT(TABEL_OFERTE_EXTRA_AGENTI_79.user_id SEPARATOR "; ") as id_extra_agent_oferta, GROUP_CONCAT(extra_user.name_surname SEPARATOR "; ") as nume_extra_agent_oferta, `TABEL_OFERTE_79`.`camp_10` as `titlu_oferta`, `TABEL_OFERTE_79`.`camp_17` as `descriere_oferta` FROM `TABEL_OFERTE_79` LEFT JOIN `TABEL_OFERTE_EXTRA_AGENTI_79` ON `TABEL_OFERTE_EXTRA_AGENTI_79`.`property_id`=`TABEL_OFERTE_79`.`id` LEFT JOIN `useri` `extra_user` ON `TABEL_OFERTE_EXTRA_AGENTI_79`.`user_id` = `extra_user`.`id` WHERE `TABEL_OFERTE_79`.`sursa_oferta` = 'Agentie' AND `TABEL_OFERTE_79`.`sters` =0 AND `TABEL_OFERTE_79`.`is_activated` = 1 GROUP BY `TABEL_OFERTE_79`.`id` ORDER BY `TABEL_OFERTE_79`.`finalizat` ASC, `TABEL_OFERTE_79`.`date_modified` DESC LIMIT 18
Filename: controllers/Frontend.php
Line Number: 3534