CInvalidOperationException: The view '' or its master was not found.
	at CViewEngines::FindView(CControllerContext, NULL, string) in /home/lazurny/data/www/in-sochi.lazurny.ru/Libraries/Framework/System.Web.Mvc/CViewResult.php:line 66
	at CViewResult->ExecuteResult(CControllerContext) in /home/lazurny/data/www/in-sochi.lazurny.ru/Libraries/Framework/System.Web.Mvc/CController.php:line 639
	at CController->Execute(CRequestContext) in /home/lazurny/data/www/in-sochi.lazurny.ru/Libraries/Framework/System.Web.Mvc/CUrlRoutingHandler.php:line 26
	at CUrlRoutingHandler->ProcessRequest(string) in /home/lazurny/data/www/in-sochi.lazurny.ru/Libraries/Framework/System.Web/CHttpApplication.php:line 94
	at CHttpApplication->ProcessRequest() in /home/lazurny/data/www/in-sochi.lazurny.ru/index.php:line 45
47                // TODO Нужно возвращать что то другое, чтобы кидать осмысленное сообщение об ошибке
48                if ($result !== null)
49                    return $result;
50            }
51    
52            throw new CInvalidOperationException(
53                CResourceManager::Package("System.Web.Mvc")->
54                    GetString("ViewEngine_ViewNotFound", $viewName, $masterName)
55                    );
56        }
57