Jump to content

Warning when searching in web - Error de búsqueda


Mayar

Recommended Posts

Hola,

cuando intento hacer una búsqueda en la web me aparece una página en blanco con la siguiente alerta:

Warning: Invalid argument supplied for foreach() in /usr/home/midominio.es/web/modules/dor_ajaxtabsidebar_product/dor_ajaxtabsidebar_product.php on line 725 Warning: array_chunk() expects parameter 1 to be array, null given in /usr/home/midominio.es/web/modules/dor_ajaxtabsidebar_product/dor_ajaxtabsidebar_product.php on line 543 Catchable fatal error: Argument 9 passed to SearchCore::find() must be an instance of Context, boolean given, called in /usr/home/midominio.es/web/override/controllers/front/SearchController.php on line 128 and defined in /usr/home/midominio.es/web/classes/Search.php on line 173

He probado con los parámetros de indexación pero estan todos bien configurados

Edited by Mayar (see edit history)
Link to comment
Share on other sites

Lo desactivé peró ahora me muestra otro error:

Catchable fatal error: Argument 9 passed to SearchCore::find() must be an instance of Context, boolean given, called in /usr/home/midominio.es/web/override/controllers/front/SearchController.php on line 128 and defined in /usr/home/midominio.es/web/classes/Search.php on line 173

Tengo algo mal configurado :(

Link to comment
Share on other sites

He probado de todas las formas y aún sigue el error. Ahora me sale lo siguiente:

Fatal error: Class 'Search' not found in /usr/home/midominio.es/web/override/controllers/front/SearchController.php on line 128

Esta línea 128 contiene esto:

$search = Search::find((int)$id_lang, $pos_cate, $query, $this->p, $this->n, $this->orderBy, $this->orderWay,false,true,null,$pos_cate); 

 

Quizá me falta un fichero... :o:(

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