CException

IklanController 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/iklan/index.php(46): CController->renderPartial("//site/sidebar")
41             ?>
42         </div>    
43     </div>
44     <!-- SIDEBAR -->
45     <div class="span4 mb1 mt2">
46         <?php $this->renderPartial('//site/sidebar'); ?>
47     </div>
48 </div>
#5
+
 /home/bangsaonline/public_html/amp/protected/controllers/front/IklanController.php(26): CController->render("index", array("data" => array(array("id" => "1235", "judul_iklan" => "CALEG-PKB-NUR-ALI 16102023", "keterangan_iklan" => null, "link_iklan" => null, ...), array("id" => "1234", "judul_iklan" => "CALEG-PKB-DEWI-KARTIKA 16102023", "keterangan_iklan" => null, "link_iklan" => null, ...), array("id" => "1233", "judul_iklan" => "PT-Bumi-Indo-Mojokerto (02/10/2023)", "keterangan_iklan" => null, "link_iklan" => null, ...), array("id" => "1232", "judul_iklan" => "Ketua-DPC-Partai-Demokrat-Kabupaten-Mojokerto (02/10/2023)", "keterangan_iklan" => null, "link_iklan" => null, ...), ...), "item_count" => "288", "page_size" => 5, "pages" => CPagination))
21         if(!empty($dataReader)){        
22                 $this->render('index', array(
23                                 'data'         => $dataReader,
24                                 'item_count'=> $datacount['iklannum'],
25                                 'page_size' => $limit,
26                                 'pages'        => $pages,
27                 ));
28         }else{
29             throw new CHttpException(404,'Maaf, Kategori yang anda cari tidak memiliki berita');
30         }
31     }
#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-29 04:05:45 Apache Yii Framework/1.1.14