PHP warning

Creating default object from empty value

/home/irszaker/public_html/protected/modules/cms/models/CmsContent.php(201)

189             if ($l) {
190                 $node = $this->buffer;
191                 $l = FALSE;
192             }
193             break;
194             }
195         } while ($pk != NULL);
196         }
197         $this->buffer = $this->node;
198         $this->url = $url;
199         $this->lang = $pk->locale;
200     }
201     $node->urlAll = $path;
202     return $node;
203     }
204 
205 }

Stack Trace

#0
+
 /home/irszaker/public_html/protected/components/ContentUrlRule.php(60): CmsContent->findUrlByPath("szollossy-csoma-eniko-publikaciok")
55         
56         $this->getParams($pathInfo, array('page'));
57 
58         $CMSC = new CmsContent();
59         
60         $node = $CMSC->findUrlByPath($pathInfo);
61         
62 //        if (!Yii::app()->session['postedLang']) {
63 //        if ($CMSC->lang != Yii::app()->session['_lang']) {
64 //            Yii::app()->session['postedLang'] = false;
65 //            Yii::app()->session['_lang'] = $CMSC->lang;
#4
+
 /home/irszaker/public_html/index.php(39): CApplication->run()
34 //Yii::createWebApplication($config)->run();
35 
36 Yii::setPathOfAlias('bootstrap',dirname(__FILE__). DS .'protected'. DS .'extensions'. DS .'bootstrap');
37 
38 $app = new CWebApplication( $config->toArray() );
39 $app->run();
40 
41 ?>
2024-03-28 19:17:29 Apache Yii Framework/1.1.13-RC