Jump to content

Notice: Undefined index: homeSize in ...


sete

Recommended Posts

Hola, 

 

Tengo un módulo para mostrar productos de la misma categoría y me lanza este error. He probado a forzar compilación y borrar las carpetas de caché pero nada. ¿Qué puedo hacer?

 

MacBook Air Notice: Undefined index: homeSize in /home/hbvision/public_html/cache/smarty/compile/d9/c9/88/d9c988442abb50adc14069196945cbd62d3cb4b4.file.productscategory.tpl.cache.php on line 100
 
Notice: Trying to get property of non-object in /home/hbvision/public_html/cache/smarty/compile/d9/c9/88/d9c988442abb50adc14069196945cbd62d3cb4b4.file.productscategory.tpl.cache.php on line 100

 

La url es http://hbvision.es/lentillas/4-macbook

Link to comment
Share on other sites

Me auto respondo: una solución temporal es desactivar el modo debug:

 

En /config/defines.inc.php cambiamos 

 

@ini_set('display_errors', 'on');
@error_reporting(E_ALL | E_STRICT);
define('_PS_DEBUG_SQL_', true);
 
por 
 
@ini_set('display_errors', 'off');
@error_reporting(E_ALL | E_STRICT);
define('_PS_DEBUG_SQL_', false);

 

 

Aún así, alguien sabe como solucionar el notice?

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...