TContent 'PageTitle' does not have a matching TContentPlaceHolder.
/home/saucony/public_html/framework/Web/UI/TTemplateControl.php (212)
0201: */
0202: public function injectContent($id,$content)
0203: {
0204: if(isset($this->_placeholders[$id]))
0205: {
0206: $placeholder=$this->_placeholders[$id];
0207: $controls=$placeholder->getParent()->getControls();
0208: $loc=$controls->remove($placeholder);
0209: $controls->insertAt($loc,$content);
0210: }
0211: else
0212: throw new TConfigurationException('templatecontrol_placeholder_inexistent',$id);
0213: }
0214:
0215: /**
0216: * Performs the OnInit step for the control and all its child controls.
0217: * This method overrides the parent implementation
0218: * by ensuring child controls are created first,
0219: * and if master class is set, master will be applied.
0220: * Only framework developers should use this method.
0221: * @param TControl the naming container control
0222: */
0223: protected function initRecursive($namingContainer=null)
0224: {
#0 /home/saucony/public_html/framework/Web/UI/TTemplateControl.php(236): TTemplateControl->injectContent('PageTitle', Object(TContent))
#1 /home/saucony/public_html/framework/Web/UI/TPage.php(207): TTemplateControl->initRecursive()
#2 /home/saucony/public_html/framework/Web/UI/TPage.php(198): TPage->processNormalRequest(Object(THtmlWriter))
#3 /home/saucony/public_html/framework/Web/Services/TPageService.php(474): TPage->run(Object(THtmlWriter))
#4 /home/saucony/public_html/framework/Web/Services/TPageService.php(420): TPageService->runPage(Object(Home), Array)
#5 /home/saucony/public_html/framework/TApplication.php(1095): TPageService->run()
#6 /home/saucony/public_html/framework/TApplication.php(382): TApplication->runService()
#7 /home/saucony/public_html/index.php(23): TApplication->run()
#8 {main}