CException

Description

SiteController cannot find the requested view "slovar/6/slovar1".

Source File

C:\wwwroot\astrometric.ru\yii\framework\web\CController.php(807)

00795:     {
00796:         if(($viewFile=$this->getViewFile($view))!==false)
00797:         {
00798:             $output=$this->renderFile($viewFile,$data,true);
00799:             if($processOutput)
00800:                 $output=$this->processOutput($output);
00801:             if($return)
00802:                 return $output;
00803:             else
00804:                 echo $output;
00805:         }
00806:         else
00807: throw new CException(Yii::t('yii','{controller} cannot find the requested view "{view}".',
00808: array('{controller}'=>get_class($this), '{view}'=>$view))); 00809: } 00810: 00811: /** 00812: * Renders dynamic content returned by the specified callback. 00813: * This method is used together with {@link COutputCache}. Dynamic contents 00814: * will always show as their latest state even if the content surrounding them is being cached. 00815: * This is especially useful when caching pages that are mostly static but contain some small 00816: * dynamic regions, such as username or current time. 00817: * We can use this method to render these dynamic regions to ensure they are always up-to-date. 00818: * 00819: * The first parameter to this method should be a valid PHP callback, while the rest parameters

Stack Trace

#0 C:\wwwroot\astrometric.ru\protected\views\site\slovar\slovar.php(50): CController->renderPartial('slovar/6/slovar...')
#1 C:\wwwroot\astrometric.ru\yii\framework\web\CBaseController.php(119): require('C:\\wwwroot\\astr...')
#2 C:\wwwroot\astrometric.ru\yii\framework\web\CBaseController.php(88): CBaseController->renderInternal('C:\\wwwroot\\astr...', Array, true)
#3 C:\wwwroot\astrometric.ru\yii\framework\web\CController.php(798): CBaseController->renderFile('C:\\wwwroot\\astr...', Array, true)
#4 C:\wwwroot\astrometric.ru\yii\framework\web\CController.php(739): CController->renderPartial('slovar/slovar', Array, true)
#5 C:\wwwroot\astrometric.ru\protected\controllers\SiteController.php(647): CController->render('slovar/slovar', Array)
#6 C:\wwwroot\astrometric.ru\yii\framework\web\actions\CInlineAction.php(32): SiteController->actionSlovar()
#7 C:\wwwroot\astrometric.ru\yii\framework\web\CController.php(300): CInlineAction->run()
#8 C:\wwwroot\astrometric.ru\yii\framework\web\filters\CFilterChain.php(129): CController->runAction(Object(CInlineAction))
#9 C:\wwwroot\astrometric.ru\yii\framework\web\filters\CFilter.php(41): CFilterChain->run()
#10 C:\wwwroot\astrometric.ru\yii\framework\web\CController.php(1049): CFilter->filter(Object(CFilterChain))
#11 C:\wwwroot\astrometric.ru\yii\framework\web\filters\CInlineFilter.php(59): CController->filterAccessControl(Object(CFilterChain))
#12 C:\wwwroot\astrometric.ru\yii\framework\web\filters\CFilterChain.php(126): CInlineFilter->filter(Object(CFilterChain))
#13 C:\wwwroot\astrometric.ru\yii\framework\web\CController.php(283): CFilterChain->run()
#14 C:\wwwroot\astrometric.ru\yii\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array)
#15 C:\wwwroot\astrometric.ru\yii\framework\web\CWebApplication.php(324): CController->run('slovar')
#16 C:\wwwroot\astrometric.ru\yii\framework\web\CWebApplication.php(121): CWebApplication->runController('site/slovar')
#17 C:\wwwroot\astrometric.ru\yii\framework\base\CApplication.php(135): CWebApplication->processRequest()
#18 C:\wwwroot\astrometric.ru\index.php(17): CApplication->run()
#19 {main}
2024-03-19 10:59:56 Microsoft-IIS/10.0 Yii Framework/1.1.3