[Notice] Trying to get property of non-object (@line 37 in file /www/fabricdepot/protected/Pages/ProductPage.php).
/www/prado/latest/framework/Web/UI/TControl.php (1240)
1229: /**
1230: * Performs the Load step for the control and all its child controls.
1231: * Only framework developers should use this method.
1232: */
1233: protected function loadRecursive()
1234: {
1235: if($this->_stage<self::CS_LOADED)
1236: {
1237: if(isset($this->_rf[self::RF_ADAPTER]))
1238: $this->_rf[self::RF_ADAPTER]->onLoad(null);
1239: else
1240: $this->onLoad(null);
1241: }
1242: if($this->getHasControls())
1243: {
1244: foreach($this->_rf[self::RF_CONTROLS] as $control)
1245: {
1246: if($control instanceof TControl)
1247: $control->loadRecursive();
1248: }
1249: }
1250: if($this->_stage<self::CS_LOADED)
1251: $this->_stage=self::CS_LOADED;
1252: }
#0 /www/fabricdepot/protected/Pages/ProductPage.php(37): PradoBase::phpErrorHandler(8, 'Trying to get p...', '/www/fabricdepo...', 37, Array)
#1 /www/prado/latest/framework/Web/UI/TControl.php(1240): ProductPage->onLoad(NULL)
#2 /www/prado/latest/framework/Web/UI/TPage.php(206): TControl->loadRecursive()
#3 /www/prado/latest/framework/Web/UI/TPage.php(189): TPage->processNormalRequest(Object(THtmlWriter))
#4 /www/prado/latest/framework/Web/Services/TPageService.php(436): TPage->run(Object(THtmlWriter))
#5 /www/prado/latest/framework/Web/Services/TPageService.php(388): TPageService->runPage(Object(ProductPage), Array)
#6 /www/prado/latest/framework/TApplication.php(1062): TPageService->run()
#7 /www/prado/latest/framework/TApplication.php(381): TApplication->runService()
#8 /www/fabricdepot/index.php(16): TApplication->run()
#9 {main}