A PHP Error was encountered

Severity: Notice

Message: Undefined variable: categories

Filename: controllers/Home.php

Line Number: 1434

Backtrace:

File: /home/ndigstor/public_html/application/controllers/Home.php
Line: 1434
Function: _error_handler

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

A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 0

Filename: controllers/Home.php

Line Number: 1449

Backtrace:

File: /home/ndigstor/public_html/application/controllers/Home.php
Line: 1449
Function: _error_handler

File: /home/ndigstor/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/ndigstor/public_html/system/core/Exceptions.php:271)

Filename: core/Common.php

Line Number: 564

Backtrace:

File: /home/ndigstor/public_html/application/models/Producto_model.php
Line: 713
Function: get

File: /home/ndigstor/public_html/application/controllers/Home.php
Line: 1449
Function: get_products_global_block

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

Database Error

Ha ocurrido un error con la base de datos

Error Number: 1054

Unknown column 'c.categoria_id' in 'on clause'

SELECT (select pi.imagen from producto_imagen pi where pi.producto_id=p.producto_id and pi.oculto=0 order by posicion asc limit 1) as imagen, `p`.`producto_id`, `p`.`nombre`, `p`.`url`, `p`.`precio_anterior`, `p`.`precio`, `p`.`precio_sin_oferta`, `p`.`descripcion`, `p`.`descripcion_corta`, `destacado`, `fecha`, `pe`.`nombre` as `usuario_nombre`, `u`.`usuario_id`, `u`.`usuario_nivel_id`, `p`.`agotado`, `p`.`fecha_fin`, `p`.`oferta`, `p`.`oferta_especial`, `p`.`pack`, `p`.`envio_domicilio`, `p`.`recojo_tienda`, `p`.`envio_express`, `p`.`pago_contraentrega`, `p`.`envio_gratis`, `p`.`black_friday`, `p`.`juego_adicional`, `p`.`juego_gratis`, `p`.`mostrar_especificaciones`, `p`.`promo_dia`, `p`.`combinable`, `p`.`visible`, `p`.`codigo`, `p`.`carousel`, `precio_compra`, `precio_compra_oferta`, `detalle_interno_oferta`, `po`.`orden`, `p`.`imagen_portada`, `p`.`imagen_portada_thumb`, `p`.`pre_estreno`, `p`.`fecha_fin_pre_estreno`, `p`.`precio`, `p`.`precio_anterior` FROM `producto` `p` INNER JOIN `usuario` `u` ON `p`.`usuario_id` = `u`.`usuario_id` INNER JOIN `persona` `pe` ON `u`.`persona_id` = `pe`.`persona_id` LEFT OUTER JOIN `producto_orden` `po` ON `po`.`producto_id` = `p`.`producto_id` and `po`.`categoria_id` = `c`.`categoria_id` WHERE `p`.`oculto` = 0 AND `p`.`visible` = 1 AND (SELECT COUNT(1) FROM producto_m_categoria pmc INNER join categoria ct ON ct.categoria_id = pmc.categoria_id WHERE pmc.producto_id = p.producto_id AND `pmc`.`oculto` =0 AND `ct`.`oculto` = 0) > 0 AND `p`.`producto_id` != '7214' AND `p`.`visible` = 1 ORDER BY `p`.`agotado` ASC, IF(po.orden IS NULL, 1, 0), `po`.`orden` LIMIT 12

Filename: models/Producto_model.php

Line Number: 713