A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_URI::$config is deprecated

Filename: core/URI.php

Line Number: 102

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Router::$uri is deprecated

Filename: core/Router.php

Line Number: 128

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property Home::$benchmark is deprecated

Filename: core/Controller.php

Line Number: 83

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/application/controllers/Home.php
Line: 7
Function: __construct

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property Home::$hooks is deprecated

Filename: core/Controller.php

Line Number: 83

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/application/controllers/Home.php
Line: 7
Function: __construct

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property Home::$config is deprecated

Filename: core/Controller.php

Line Number: 83

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/application/controllers/Home.php
Line: 7
Function: __construct

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property Home::$log is deprecated

Filename: core/Controller.php

Line Number: 83

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/application/controllers/Home.php
Line: 7
Function: __construct

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property Home::$utf8 is deprecated

Filename: core/Controller.php

Line Number: 83

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/application/controllers/Home.php
Line: 7
Function: __construct

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property Home::$uri is deprecated

Filename: core/Controller.php

Line Number: 83

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/application/controllers/Home.php
Line: 7
Function: __construct

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property Home::$exceptions is deprecated

Filename: core/Controller.php

Line Number: 83

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/application/controllers/Home.php
Line: 7
Function: __construct

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property Home::$router is deprecated

Filename: core/Controller.php

Line Number: 83

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/application/controllers/Home.php
Line: 7
Function: __construct

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property Home::$output is deprecated

Filename: core/Controller.php

Line Number: 83

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/application/controllers/Home.php
Line: 7
Function: __construct

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property Home::$security is deprecated

Filename: core/Controller.php

Line Number: 83

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/application/controllers/Home.php
Line: 7
Function: __construct

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property Home::$input is deprecated

Filename: core/Controller.php

Line Number: 83

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/application/controllers/Home.php
Line: 7
Function: __construct

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property Home::$lang is deprecated

Filename: core/Controller.php

Line Number: 83

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/application/controllers/Home.php
Line: 7
Function: __construct

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property Home::$db is deprecated

Filename: core/Loader.php

Line Number: 397

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/application/controllers/Home.php
Line: 7
Function: __construct

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_DB_mysqli_driver::$failover is deprecated

Filename: database/DB_driver.php

Line Number: 372

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/application/controllers/Home.php
Line: 7
Function: __construct

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once

load->database(); } public function obtenerSlider() { $this->db->select('l.*, si.*'); $this->db->from('ImagenSlider l'); $this->db->join('ImagenSliderImagen si', 'si.idImagenSlider = l.id AND l.habilitado = 1'); $this->db->where('l.habilitado', 1); $query = $this->db->get(); if ($query->num_rows() > 0) { return $query->result(); } return false; } public function nombreCat($slug) { $this->db->select('c.nombre, c.slug'); $this->db->from('categorias c'); $this->db->where('c.slug', $slug); $query = $this->db->get(); if ($query->num_rows() > 0) { return $query->result(); } return false; } public function nombreSubCat($slug) { $this->db->select('c.nombre, c.slug'); $this->db->from('subCategoria c'); $this->db->where('c.slug', $slug); $query = $this->db->get(); if ($query->num_rows() > 0) { return $query->result(); } return false; } public function nombreMarca($slug) { $this->db->select('c.nombre, c.slug'); $this->db->from('marcas c'); $this->db->where('c.slug', $slug); $query = $this->db->get(); if ($query->num_rows() > 0) { return $query->result(); } return false; } public function obtenerLineas() { $this->db->select('l.nombre, l.slug'); $this->db->from('lineas l'); $this->db->join('productos p', 'p.idLinea = l.id AND p.habilitado = 1'); $this->db->where('l.habilitado', 1); $this->db->group_by('l.nombre'); $this->db->order_by('l.nombre', 'asc'); $query = $this->db->get(); if ($query->num_rows() > 0) { return $query->result(); } return false; } public function obtenerUltimosProductos() { $this->db->select("p.*, pi.archivoThumb, pi.archivoThumbOptimizado"); $this->db->from("Imagenes p"); $this->db->join("ImagenesImagen pi", "pi.idImagenes = p.id AND pi.orden = 0"); $this->db->where('p.habilitado', 1); $this->db->where('p.borrado', 0); $this->db->group_by("p.id"); // Agrupar por ID del producto $this->db->order_by("p.orden", "asc"); $this->db->limit(10); $query = $this->db->get(); if ($query->num_rows() > 0) { return $query->result(); } return false; } public function obtenerRebajados() { $this->db->select("p.nombre,p.id, p.slug, p.precio, c.nombre categoria, pi.archivoThumb, pi.archivoThumbOptimizado"); $this->db->from("productos p"); $this->db->join("categorias c", "c.id = p.categoriaId AND c.habilitado = 1 AND p.habilitado = 1 AND p.precioDescuento"); $this->db->join("productosImagen pi", "pi.idProductos = p.id AND pi.orden = 0"); $this->db->where('p.precioDescuento <> 0'); $this->db->group_by("p.id"); $this->db->limit(10); $query = $this->db->get(); if ($query->num_rows() > 0) { return $query->result(); } return false; } }

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /srv/www/vistiendocasa.uy/htdocs/system/core/Exceptions.php:272)

Filename: core/Common.php

Line Number: 571

Backtrace:

An uncaught Exception was encountered

Type: RuntimeException

Message: /srv/www/vistiendocasa.uy/htdocs/application/models/Home_modelo.php exists, but doesn't declare class Home_modelo

Filename: /srv/www/vistiendocasa.uy/htdocs/system/core/Loader.php

Line Number: 341

Backtrace:

File: /srv/www/vistiendocasa.uy/htdocs/application/controllers/Home.php
Line: 10
Function: model

File: /srv/www/vistiendocasa.uy/htdocs/index.php
Line: 315
Function: require_once