CException

NodesController non ha potuto trovare la vista "//pages/progetto" richiesta.

/var/www/vhosts/eshoppingadvisor.com/test.eshoppingadvisor.com/common/framework/yii-1.1.21.733ac5/framework/web/CController.php(881)

869     {
870         if(($viewFile=$this->getViewFile($view))!==false)
871         {
872             $output=$this->renderFile($viewFile,$data,true);
873             if($processOutput)
874                 $output=$this->processOutput($output);
875             if($return)
876                 return $output;
877             else
878                 echo $output;
879         }
880         else
881             throw new CException(Yii::t('yii','{controller} cannot find the requested view "{view}".',
882                 array('{controller}'=>get_class($this), '{view}'=>$view)));
883     }
884 
885     /**
886      * Renders a named clip with the supplied parameters.
887      * This is similar to directly accessing the {@link clips} property.
888      * The main difference is that it can take an array of named parameters
889      * which will replace the corresponding placeholders in the clip.
890      * @param string $name the name of the clip
891      * @param array $params an array of named parameters (name=>value) that should replace
892      * their corresponding placeholders in the clip
893      * @param boolean $return whether to return the clip content or echo it.

Stack Trace

#1
+
 /var/www/vhosts/eshoppingadvisor.com/test.eshoppingadvisor.com/common/framework/core_exia_7/components/Controller.php(115): CController->render("//pages/progetto", array("data" => CustomPagesDataProvider), false)
110         else
111         {
112             if($renderPartial)
113                 return parent::renderPartial($view, $data, $return);
114             else
115                 return parent::render($view, $data, $return);
116         }
117     }
118     
119     
120     public function renderAjax($view, $data = null, $return = false)
#2
+
 /var/www/vhosts/eshoppingadvisor.com/test.eshoppingadvisor.com/common/framework/core_exia_7/controllers/NodesController.php(36): Controller->render("//pages/progetto", array("data" => CustomPagesDataProvider))
31         
32         $this->setServerSide();
33         
34         
35         //echo $this->layout;
36         $this->render($view, array('data' => $dataProvider));
37     }
38     
39     
40     
41     public function actionGetPdf($id, $type)
#15
+
 /var/www/vhosts/eshoppingadvisor.com/test.eshoppingadvisor.com/index.php(163): CApplication->run()
158 $yii = '/var/www/vhosts/eshoppingadvisor.com/test.eshoppingadvisor.com/common/framework/yii-1.1.21.733ac5/framework/yii.php';
159 $config = dirname(__FILE__).'/protected/config/config.php';
160 
161 require_once($yii);
162 //Yii::beginProfile('init');
163 Yii::createWebApplication($config)->run();
164 //Yii::endProfile('init');
165 ?>
2024-03-28 11:04:37 Apache Yii Framework/1.1.21