A PHP Error was encountered

Severity: Warning

Message: fopen(/home/gamstcol/public_html/system/cache/ci_session46a04614e1bf37b60c8ea8fa495dc372af32aea2): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 172

Backtrace:

File: /home/gamstcol/public_html/application/controllers/Home.php
Line: 10
Function: __construct

File: /home/gamstcol/public_html/index.php
Line: 317
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /home/gamstcol/public_html/system/cache)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /home/gamstcol/public_html/application/controllers/Home.php
Line: 10
Function: __construct

File: /home/gamstcol/public_html/index.php
Line: 317
Function: require_once

A PHP Error was encountered

Severity: Warning

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

Filename: core/Common.php

Line Number: 564

Backtrace:

File: /home/gamstcol/public_html/application/libraries/DB_Table.php
Line: 151
Function: get

File: /home/gamstcol/public_html/application/controllers/Home.php
Line: 1028
Function: get_list_by

File: /home/gamstcol/public_html/index.php
Line: 317
Function: require_once

Database Error

Ha ocurrido un error con la base de datos

Error Number: 1052

Column 'activo' in where clause is ambiguous

SELECT `nc`.*, `pe`.`nombre` as `usuario_nombre`, `u`.`usuario_id`, `u`.`usuario_nivel_id` FROM `noticia_categoria` `nc` INNER JOIN `usuario` `u` ON `nc`.`usuario_id` = `u`.`usuario_id` INNER JOIN `persona` `pe` ON `pe`.`persona_id` = `u`.`persona_id` WHERE `nc`.`oculto` = '0' AND `parent_id` = '0' AND `activo` = '1' ORDER BY `nc`.`noticia_categoria_id` ASC

Filename: libraries/DB_Table.php

Line Number: 151