Component property 'topbar.top_logo' is not defined.
/data/vhosts/taradquickweb.com/protected/Portlets/topbar/topbar.php (20)
0009: $template=$this->getService()->getTemplateManager()->getTemplateByFileName($path);
0010: return $template;
0011: }
0012:
0013: public function onPreRender($param){
0014: parent::onPreRender($param);
0015: }
0016:
0017: public function onLoad($p)
0018: {
0019: parent::onLoad($p);
0020: $this->top_logo->vStrLogo = $this->Parameters['vStrLogo'];
0021: $this->top_logo->vStrShop = $this->Parameters['vStrShop'];
0022: $this->top_logo->vStrDirImgLib = $this->Parameters['spf_shop_url'];
0023: $this->top_logo->vBlnErrorPath = null;
0024: $this->top_logo->showname = $this->Parameters['showname'];
0025:
0026: //$this->top_logo->Controls[]='top_logo';
0027:
0028: $this->top_banner->Banner_big = $this->Parameters['databanner'];
0029: //print_r($this->Parameters['databanner']."44444444444444");
0030: $this->top_banner->imgpath = $this->Parameters['spf_shop_url'];
0031: $this->top_banner->vStrLang = $this->Parameters['vStrLang'];
0032:
#0 /var/www/prado_mod/framework/Web/UI/TControl.php(196): TComponent->__get('top_logo')
#1 /data/vhosts/taradquickweb.com/protected/Portlets/topbar/topbar.php(20): TControl->__get('top_logo')
#2 /var/www/prado_mod/framework/Web/UI/TControl.php(1240): topbar->onLoad(NULL)
#3 /var/www/prado_mod/framework/Web/UI/TControl.php(1247): TControl->loadRecursive()
#4 /var/www/prado_mod/framework/Web/UI/TControl.php(1247): TControl->loadRecursive()
#5 /var/www/prado_mod/framework/Web/UI/TControl.php(1247): TControl->loadRecursive()
#6 /var/www/prado_mod/framework/Web/UI/TControl.php(1247): TControl->loadRecursive()
#7 /var/www/prado_mod/framework/Web/UI/TPage.php(206): TControl->loadRecursive()
#8 /var/www/prado_mod/framework/Web/UI/TPage.php(189): TPage->processNormalRequest(Object(THtmlWriter))
#9 /var/www/prado_mod/framework/Web/Services/TPageService.php(442): TPage->run(Object(THtmlWriter))
#10 /var/www/prado_mod/framework/Web/Services/TPageService.php(388): TPageService->runPage(Object(Home), Array)
#11 /var/www/prado_mod/framework/TApplication.php(1066): TPageService->run()
#12 /var/www/prado_mod/framework/TApplication.php(376): TApplication->runService()
#13 /var/www/taradqw/index.php(25): TApplication->run()
#14 {main}