Jump to content

Recommended Posts

Buenos días.  

He notado que, desde no se cuanto, el buscador no encuentra nada.

indagando he visto que tiene que ver con un error que me devuelve 

[15-Nov-2019 08:53:37 Europe/Madrid] PHP Notice: Undefined offset: 0 in /home/xxxx/public_html/modules/ps_facetedsearch/ps_facetedsearch.php on line 1028 [15-Nov-2019 08:53:37 Europe/Madrid] PHP Notice: Undefined offset: 0 in /home/xxxxx/public_html/modules/ps_facetedsearch/ps_facetedsearch.php on line 1029 [15-Nov-2019 08:53:37 Europe/Madrid] PHP Notice: Undefined offset: 0 in /home/xxxxx/public_html/modules/ps_facetedsearch/ps_facetedsearch.php on line 1030

en el archivo aparecen estas lineas.

1028         if (!isset($doneCategories[(int) $idCategory]['a' . (int) $attributeGroupsById[(int) $kAttribute]])) {
1029                           $filterData['layered_selection_ag_' . (int) $attributeGroupsById[(int) $kAttribute]] = ['filter_type' => Converter::WIDGET_TYPE_CHECKBOX, 'filter_show_limit' => 0];
1030                            $doneCategories[(int) $idCategory]['a' . (int) $attributeGroupsById[(int) $kAttribute]] = true;
1031                           $toInsert = true;

 

y el problema es que los productos se crean mediante módulo importador en su categoría, pero si no entro en cada producto y , simplemente le doy a guardar sin modificar nada, no me aparece en la categoría,ni lo encuentra el buscador.

Por favor, tiene que haber alguna forma de solucionarlo. gracias!!

ya he probado a indexar, borrar módulos y reinstalar, borrar caché... no se que mas hacer

Link to comment
Share on other sites

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...