CHttpException

The requested view "index" was not found.

/home/pittelou/pitteloud-immobilier.ch/yii1.1.21/framework/web/actions/CViewAction.php(112)

100         // start with a word char and have word chars, dots and dashes only
101         if(preg_match('/^\w[\w\.\-]*$/',$viewPath))
102         {
103             $view=strtr($viewPath,'.','/');
104             if(!empty($this->basePath))
105                 $view=$this->basePath.'/'.$view;
106             if($this->getController()->getViewFile($view)!==false)
107             {
108                 $this->view=$view;
109                 return;
110             }
111         }
112         throw new CHttpException(404,Yii::t('yii','The requested view "{name}" was not found.',
113             array('{name}'=>$viewPath)));
114     }
115 
116     /**
117      * Runs the action.
118      * This method displays the view requested by the user.
119      * @throws CHttpException if the view is invalid
120      */
121     public function run()
122     {
123         $this->resolveView($this->getRequestedView());
124         $controller=$this->getController();

Stack Trace

#8
+
 /home/pittelou/pitteloud-immobilier.ch/index.php(12): CApplication->run()
07 defined('YII_DEBUG') or define('YII_DEBUG',true);
08 // specify how many levels of call stack should be shown in each log message
09 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
10 
11 require_once($yii);
12 Yii::createWebApplication($config)->run();
2024-03-29 10:13:34 Apache/2.4.43 (Unix) OpenSSL/1.0.1e-fips Phusion_Passenger/5.3.1 mod_qos/11.66 Yii Framework/1.1.21