[Warning] Undefined array key 0 (@line 136 in file /home/cmfce/smartmarriages.com/webapp/protected/Pages/Directory/ListPrograms.php).
/home/cmfce/smartmarriages.com/framework/prado/framework/Web/UI/TControl.php (1270)
1259: if($this->_stage<self::CS_INITIALIZED)
1260: {
1261: $this->_stage=self::CS_CHILD_INITIALIZED;
1262: if(($page=$this->getPage()) && $this->getEnableTheming() && !($this->_flags & self::IS_SKIN_APPLIED))
1263: {
1264: $page->applyControlSkin($this);
1265: $this->_flags |= self::IS_SKIN_APPLIED;
1266: }
1267: if(isset($this->_rf[self::RF_ADAPTER]))
1268: $this->_rf[self::RF_ADAPTER]->onInit(null);
1269: else
1270: $this->onInit(null);
1271: $this->_stage=self::CS_INITIALIZED;
1272: }
1273: }
1274:
1275: /**
1276: * Performs the Load step for the control and all its child controls.
1277: * Only framework developers should use this method.
1278: */
1279: protected function loadRecursive()
1280: {
1281: if($this->_stage<self::CS_LOADED)
1282: {
#0 /home/cmfce/smartmarriages.com/webapp/protected/Pages/Directory/ListPrograms.php(136): PradoBase::phpErrorHandler(2, 'Undefined array...', '/home/cmfce/sma...', 136)
#1 /home/cmfce/smartmarriages.com/framework/prado/framework/Web/UI/TControl.php(1270): ListPrograms->onInit(NULL)
#2 /home/cmfce/smartmarriages.com/framework/prado/framework/Web/UI/TCompositeControl.php(35): TControl->initRecursive(Object(ListPrograms))
#3 /home/cmfce/smartmarriages.com/framework/prado/framework/Web/UI/TTemplateControl.php(240): TCompositeControl->initRecursive(NULL)
#4 /home/cmfce/smartmarriages.com/framework/prado/framework/Web/UI/TPage.php(202): TTemplateControl->initRecursive()
#5 /home/cmfce/smartmarriages.com/framework/prado/framework/Web/UI/TPage.php(193): TPage->processNormalRequest(Object(THtmlWriter))
#6 /home/cmfce/smartmarriages.com/framework/prado/framework/Web/Services/TPageService.php(472): TPage->run(Object(THtmlWriter))
#7 /home/cmfce/smartmarriages.com/framework/prado/framework/Web/Services/TPageService.php(418): TPageService->runPage(Object(ListPrograms), Array)
#8 /home/cmfce/smartmarriages.com/framework/prado/framework/TApplication.php(1066): TPageService->run()
#9 /home/cmfce/smartmarriages.com/framework/prado/framework/TApplication.php(376): TApplication->runService()
#10 /home/cmfce/smartmarriages.com/webapp/index.php(30): TApplication->run()
#11 {main}