A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_session5f7acf5f682e72dd45b164c33b27973e890c8f82): Failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 177

Backtrace:

File: /home/agriconferences/public_html/application/core/MY_Controller.php
Line: 61
Function: __construct

File: /home/agriconferences/public_html/application/controllers/frontend/Scientific_Committee.php
Line: 9
Function: __construct

File: /home/agriconferences/public_html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /tmp)

Filename: Session/Session.php

Line Number: 137

Backtrace:

File: /home/agriconferences/public_html/application/core/MY_Controller.php
Line: 61
Function: __construct

File: /home/agriconferences/public_html/application/controllers/frontend/Scientific_Committee.php
Line: 9
Function: __construct

File: /home/agriconferences/public_html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home/agriconferences/public_html/system/core/Exceptions.php:272)

Filename: core/Common.php

Line Number: 565

Backtrace:

File: /home/agriconferences/public_html/application/controllers/frontend/Scientific_Committee.php
Line: 110
Function: query

File: /home/agriconferences/public_html/application/controllers/frontend/Scientific_Committee.php
Line: 33
Function: member

File: /home/agriconferences/public_html/index.php
Line: 315
Function: require_once

Database Error

A Database Error Occurred

Error Number: HY000/1

Can't create/write to file '/tmp/#sql-temptable-f715c-2f81e-594.MAI' (Errcode: 28 "No space left on device")

SELECT `speakers_all`.`id` as `id`, `speakers_all`.`name` as `name`, `speakers_all`.`alt_title` as `alt_title`, `speakers_all`.`affiliation` as `affiliation`, `speakers_all`.`country` as `country`, `speakers_all`.`photo` as `photo`, `speakers_all`.`page_url` as `speaker_url`, `speakers_all`.`biography` as `biography`, `editions`.`e_title` as `e_title`, `editions`.`e_read_name` as `e_read_name`, `editions`.`e_main_title` as `e_main_title`, `editions`.`e_page_url` as `e_page_url`, `editions`.`meta_title` as `meta_title`, `editions`.`meta_keywords` as `meta_keywords`, `editions`.`meta_descr` as `meta_descr` FROM `speakers_all` left join ( select speaker_id,status,edition_id from edition_speakers where speaker_id is not null UNION ALL select speaker_id,status,edition_id from edition_committee where speaker_id is not null ) CMS on speakers_all.id = CMS.speaker_id left JOIN editions ON editions.e_id = CMS.edition_id WHERE CMS.status = 1 AND speakers_all.page_url = 'jianping-qian' AND editions.status = 1 group by editions.e_page_url ORDER BY editions.e_page_url DESC

Filename: controllers/frontend/Scientific_Committee.php

Line Number: 110