Adept_Template_Exception
| Message | 'Template not found' |
| File | '/usr/home/projects/adept-project.ru/lib/Adept/Template/Locator.php' |
| Line | 39 |
| template | 'pages/ru/user_management/openid.tpl' |
| Template File | 'Unknown file' |
| Template Line | 'Unknown line' |
TemplateNo template...
Source
<?php
}
protected function unresolvedAlias($alias)
{
throw new Adept_Template_Exception("Template not found", array('template' => $alias));
}
}
?>
Trace at Adept_Template_Locator->unresolvedAlias(), line: 71
at Adept_Locator->locate(), line: 47
at Adept_Template_Executor->__construct(), line: 53
at Adept_ViewLoader->loadTemplate(), line: 59
at Adept_Controller_Lifecycle->processLifecycle(), line: 47
at Adept_Controller_Lifecycle->process(), line: 37
at Adept_Filter_Processing->process(), line: 57
at Adept_Filter_Chain->next(), line: 71
at Adept_Filter_Dispatching->process(), line: 57
at Adept_Filter_Chain->next(), line: 8
at Main_Filter_Locale->process(), line: 57
at Adept_Filter_Chain->next(), line: 21
at Main_Filter_Login->process(), line: 57
at Adept_Filter_Chain->next(), line: 19
at Main_Filter_Session->process(), line: 57
at Adept_Filter_Chain->next(), line: 49
at Adept_Filter_Locale->process(), line: 57
at Adept_Filter_Chain->next(), line: 26
at Demo_Filter_DbConnection->process(), line: 57
at Adept_Filter_Chain->next(), line: 16
at Main_Filter_DbConnection->process(), line: 57
at Adept_Filter_Chain->next(), line: 34
at Adept_Filter_Response->process(), line: 57
at Adept_Filter_Chain->next(), line: 57
at Adept_Filter_Cache->process(), line: 57
at Adept_Filter_Chain->next(), line: 192
at Adept_Application->runFilterChain(), line: 225
at Adept_Application->run(), line: 15