Jump to content

problema al entrar a la seccion productos [PrestaShopException]


Recommended Posts

hola 

tengo la version 1.6.1.3 y el tema por defecto

ultimamente he tenido un problema al entrar a la seccion productos me sale esto

 

Root category must be an integer value
at line 212 in file core/www/core_1.6.1.3/classes/helper/HelperTreeCategories.php

207. }
208.
209. public function setRootCategory($value)
210. {
211. if (!Validate::isInt($value)) {
212. throw new PrestaShopException('Root category must be an integer value');
213. }
214.
215. $this->_root_category = $value;
216. return $this;
217. }

 

agradeceria su ayuda por favor

Link to comment
Share on other sites

  • 2 weeks later...

Prueba lo siguiente:

 

1) Deshabilita los OVERRIDE  (en Advanced Parameters > Performance)

2) Limpia el cache (en Advanced Parameters > Performance)

 

El error indica: "Root category must be an integer value"

 

Sugeriria vayas a CATEGORIAS y veas si te da error.

 

Tienes activado la opción MULTITIENDA?

 

Saludos,

Link to comment
Share on other sites

  • 2 months 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...