CException

AngketController cannot find the requested view "evaluasiPengajaranDosen".

/home/feustj/yii/framework/web/CController.php(878)

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

Stack Trace

#1
+
 /home/feustj/public_html/aplikasi/formulir/protected/controllers/AngketController.php(21): CController->render("evaluasiPengajaranDosen", array("aspek" => array("0", "Dosen memberi silabi diawal perkuliahan & kontrak pembelajaran/a...", "Dosen memberikan materi kuliah sesuai dengan kontrak kuliah", "Dosen mengawali dan mengakhiri perkuliahan tepat waktu", ...), "listProdi" => null))
16             'Dosen menjadi contoh dalam bersikap dan berperilaku',
17             'Kesiapan Dosen dalam menerima kritik, saran dan pendapat dari Mahasiswa',
18             );
19         $listProdi=Prodi::model()->findAll();
20         $this->render('evaluasiPengajaranDosen',array('aspek'=>$aspek,
21             'listProdi'=>$prodi,
22             ));
23     }
24     public function actionKirim()
25     {
26         // ucapan terima kasih
#9
+
 /home/feustj/public_html/aplikasi/formulir/index.php(13): CApplication->run()
08 defined('YII_DEBUG') or define('YII_DEBUG',true);
09 // specify how many levels of call stack should be shown in each log message
10 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
11 
12 require_once($yii);
13 Yii::createWebApplication($config)->run();
2024-03-29 19:58:35 LiteSpeed Yii Framework/1.1.15