PHP notice

Trying to get property of non-object

/var/www/html/sitios-temporales/eqcell/protected/controllers/default/Catalogo.php(175)

163              * [$xIdCatalogo description]Se consulta los producto del carousel
164              * @var [type]
165              */
166             // $xIdCatalogo = Sawubona::getParam('idCatalogo');
167             // $xOffSet = 0;
168             // $xLimit = 20;
169             // $xOrderBy = 'orden';
170             // $xOrderType = 'ASC';
171             // $xGetChild = false;
172             // $productosCatalogo = $oProducto->getAll($xIdCatalogo, $xOffSet, $xLimit, $xOrderBy, $xOrderType, $xGetChild);
173 
174             $xIdCatalogo = Sawubona::getParam('idCatalogo');
175             $xSearch = $oCarousels[0]->tags;
176             $xSearchBy = 'etiquetas';
177             $xOffSet = 0;
178             $xLimit = 20;
179             $xGetChild = false;
180             $xCampoOrden = 'orden';
181             $xOrden = 'ASC';
182             $xDestacado = 'S';
183             $productosCatalogo = $oProducto->searchByCampo($xIdCatalogo, $xSearch, $xSearchBy, $xOffSet, $xLimit, $xGetChild, $xCampoOrden, $xOrden, $xDestacado);
184 
185             /**
186              * [$Etiquetas description]
187              * @var [type]

Stack Trace

#0
+
 /var/www/html/sitios-temporales/eqcell/protected/controllers/es/CatalogoController.php(6): Catalogo->index()
01 <?php
02 class CatalogoController extends Catalogo {
03 
04     //*start-action*//
05     public function actionIndex() {
06         $this->index();
07     }
08     //*end-action*//
09 
10     //*start-action*//
11     public function actionLicuadoras() {
#8
+
 /var/www/html/sitios-temporales/eqcell/index.php(14): CApplication->run()
09 defined('YII_DEBUG') or define('YII_DEBUG', $mostrarErrores);
10 // specify how many levels of call stack should be shown in each log message
11 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
12 
13 require_once($yii);
14 Yii::createWebApplication($config)->run();
2024-03-29 11:53:03 Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.5 Yii Framework/1.1.15