CException

BeritavideoController tidak bisa menemukan view "//site/sidebar" yang di-request.

/home/bangsaonline/public_html/azzamsource/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

#0
+
 /home/bangsaonline/public_html/amp/protected/views/front/beritavideo/index.php(101): CController->renderPartial("//site/sidebar")
096         
097     </div>
098     
099     <!-- SIDEBAR -->
100     <div class="span4 mb1 mt2">
101         <?php $this->renderPartial('//site/sidebar'); ?>
102     </div>
103 </div>
#5
+
 /home/bangsaonline/public_html/amp/protected/controllers/front/BeritavideoController.php(47): CController->render("index", array("data" => array(array("news_id" => "106665", "news_title" => "Kejari Nganjuk Bagikan Ratusan Paket Daging Kurban dan Sembako", "news_content" => "<p><strong></strong><strong>NGANJUK, BANGSAONLINE.com</strong> -...", "news_excerpt" => null, ...), array("news_id" => "106494", "news_title" => "Akhirnya, Putra Kiai Jombang Tersangka Pencabulan Santriwati Ser...", "news_content" => "<p><strong></strong><strong>JOMBANG, BANGSAONLINE.com</strong> -...", "news_excerpt" => null, ...), array("news_id" => "106185", "news_title" => "Plt Bupati Nganjuk Launching Vaksin PMK di Loceret", "news_content" => "<p><strong>NGANJUK, BANGSAONLINE.com</strong> -&nbsp;Pelaksana T...", "news_excerpt" => null, ...), array("news_id" => "105892", "news_title" => "Cabuli Wanita Tunanetra, Dukun di Pasuruan Dihajar Massa", "news_content" => "<p><strong></strong><strong>PASURUAN, BANGSAONLINE.com</strong> ...", "news_excerpt" => null, ...), ...), "datafirst" => array("news_id" => "130182", "news_title" => "SNG Cargo: Warna Baru Industri Logistik di Indonesia", "news_content" => "<p><strong style="background-color: initial;">BANGSAONLINE.com</...", "news_excerpt" => null, ...), "item_count" => "488", "page_size" => 5, ...))
42             $this->render('index', array(
43                             'data'         => $dataReader,
44                             'datafirst'         => $dataReaderFirst,
45                             'item_count'=> $datacount['postnum'],
46                             'page_size' => $limit,
47                             'pages'        => $pages,
48             ));
49         }else{
50             throw new CHttpException(404,'Maaf, Kategori yang anda cari tidak memiliki berita');
51         }
52     }
#13
+
 /home/bangsaonline/public_html/amp/protected/components/WebApplicationEndBehavior.php(25): CApplication->run()
20         // Attach the changeModulePaths event handler
21         // and raise it.
22         $this->onModuleCreate = array($this, 'changeModulePaths');
23         $this->onModuleCreate(new CEvent($this->owner));
24  
25         $this->owner->run(); // Run application.
26     }
27  
28     // This event should be raised when CWebApplication
29     // or CWebModule instances are being initialized.
30     public function onModuleCreate($event)
2024-03-28 18:53:40 Apache Yii Framework/1.1.14