/home/bangsaonline/public_html/protected/views/front/berita/detail.php(344)
332 </figure> 333 <?php endif; ?> 334 335 <?php 336 $str_baca = ' 337 <div class="card bloc_bacajuga mb-3"> 338 <div class="card-body"> 339 <h5><b>BACA JUGA:</b></h5> 340 <div class="pb-1"></div> 341 <ul class="list-unstyled mb-0">'; 342 ?> 343 <?php 344 foreach ($datarelated as $key_related => $drelated) : 345 if ($key_related > 3) { 346 continue; 347 } 348 $images_related = ''; 349 if (!empty($drelated['filename'])) { 350 $images_related = get_image_thumb($drelated['filename'], "berita", "340x170", $drelated['caption_title']); 351 } 352 353 $cat_ber = 'berita'; 354 $str_baca .= '<li><a href="' . get_link_berita("berita", $drelated['news_id'], $drelated['news_slug']) . '">' . $drelated['news_title'] . '</a></li>'; 355 ?> 356 <?php endforeach ?>
| #0 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/CBaseController.php(126): require("/home/bangsaonline/public_html/protected/views/front/berita/deta...") 121 $data=$_data_; 122 if($_return_) 123 { 124 ob_start(); 125 ob_implicit_flush(false); 126 require($_viewFile_); 127 return ob_get_clean(); 128 } 129 else 130 require($_viewFile_); 131 } |
| #1 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/CBaseController.php(95): CBaseController->renderInternal("/home/bangsaonline/public_html/protected/views/front/berita/deta...", array("data" => array("news_id" => "8768", "news_title" => "Pelaksanaan DAK Pendidikan Mojokero TA 2015 Ngambang", "news_content" => "<p><strong>MOJOKERTO (BangsaOnline) - </strong>Pelaksanaan ...", "news_excerpt" => "", ...), "slugid" => "8768/pelaksanaan-dak-pendidikan-mojokero-ta-2015-ngambang"), true) 090 { 091 $widgetCount=count($this->_widgetStack); 092 if(($renderer=Yii::app()->getViewRenderer())!==null && $renderer->fileExtension==='.'.CFileHelper::getExtension($viewFile)) 093 $content=$renderer->renderFile($this,$viewFile,$data,$return); 094 else 095 $content=$this->renderInternal($viewFile,$data,$return); 096 if(count($this->_widgetStack)===$widgetCount) 097 return $content; 098 else 099 { 100 $widget=end($this->_widgetStack); |
| #2 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/CController.php(869): CBaseController->renderFile("/home/bangsaonline/public_html/protected/views/front/berita/deta...", array("data" => array("news_id" => "8768", "news_title" => "Pelaksanaan DAK Pendidikan Mojokero TA 2015 Ngambang", "news_content" => "<p><strong>MOJOKERTO (BangsaOnline) - </strong>Pelaksanaan ...", "news_excerpt" => "", ...), "slugid" => "8768/pelaksanaan-dak-pendidikan-mojokero-ta-2015-ngambang"), true) 864 */ 865 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 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 |
| #3 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/CController.php(782): CController->renderPartial("detail", array("data" => array("news_id" => "8768", "news_title" => "Pelaksanaan DAK Pendidikan Mojokero TA 2015 Ngambang", "news_content" => "<p><strong>MOJOKERTO (BangsaOnline) - </strong>Pelaksanaan ...", "news_excerpt" => "", ...), "slugid" => "8768/pelaksanaan-dak-pendidikan-mojokero-ta-2015-ngambang"), true) 777 */ 778 public function render($view,$data=null,$return=false) 779 { 780 if($this->beforeRender($view)) 781 { 782 $output=$this->renderPartial($view,$data,true); 783 if(($layoutFile=$this->getLayoutFile($this->layout))!==false) 784 $output=$this->renderFile($layoutFile,array('content'=>$output),true); 785 786 $this->afterRender($view,$output); 787 |
| #4 |
+
–
/home/bangsaonline/public_html/protected/controllers/front/BeritaController.php(78): CController->render("detail", array("data" => array("news_id" => "8768", "news_title" => "Pelaksanaan DAK Pendidikan Mojokero TA 2015 Ngambang", "news_content" => "<p><strong>MOJOKERTO (BangsaOnline) - </strong>Pelaksanaan ...", "news_excerpt" => "", ...), "slugid" => "8768/pelaksanaan-dak-pendidikan-mojokero-ta-2015-ngambang")) 73 } 74 75 $this->amp_url = get_link_berita_amp("berita",$dataReader['news_id'],$dataReader['news_slug']); 76 77 if(!empty($dataReader)){ 78 $this->render('detail', array('data' => $dataReader, 'slugid'=>$dataReader['news_id']."/".$dataReader['news_slug'])); 79 }else{ 80 $this->redirect('/', 301); 81 // throw new CHttpException(404,'Maaf, halaman yang anda cari tidak ditemukan.'); 82 } 83 |
| #5 |
unknown(0): BeritaController->actionDetail("8768", "pelaksanaan-dak-pendidikan-mojokero-ta-2015-ngambang")
|
| #6 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/actions/CAction.php(108): ReflectionMethod->invokeArgs(BeritaController, array("8768", "pelaksanaan-dak-pendidikan-mojokero-ta-2015-ngambang")) 103 elseif($param->isDefaultValueAvailable()) 104 $ps[]=$param->getDefaultValue(); 105 else 106 return false; 107 } 108 $method->invokeArgs($object,$ps); 109 return true; 110 } 111 } |
| #7 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/actions/CInlineAction.php(47): CAction->runWithParamsInternal(BeritaController, ReflectionMethod, array("id" => "8768", "slug" => "pelaksanaan-dak-pendidikan-mojokero-ta-2015-ngambang")) 42 { 43 $methodName='action'.$this->getId(); 44 $controller=$this->getController(); 45 $method=new ReflectionMethod($controller, $methodName); 46 if($method->getNumberOfParameters()>0) 47 return $this->runWithParamsInternal($controller, $method, $params); 48 else 49 return $controller->$methodName(); 50 } 51 52 } |
| #8 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/CController.php(308): CInlineAction->runWithParams(array("id" => "8768", "slug" => "pelaksanaan-dak-pendidikan-mojokero-ta-2015-ngambang")) 303 { 304 $priorAction=$this->_action; 305 $this->_action=$action; 306 if($this->beforeAction($action)) 307 { 308 if($action->runWithParams($this->getActionParams())===false) 309 $this->invalidActionParams($action); 310 else 311 $this->afterAction($action); 312 } 313 $this->_action=$priorAction; |
| #9 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/CController.php(286): CController->runAction(CInlineAction) 281 * @see runAction 282 */ 283 public function runActionWithFilters($action,$filters) 284 { 285 if(empty($filters)) 286 $this->runAction($action); 287 else 288 { 289 $priorAction=$this->_action; 290 $this->_action=$action; 291 CFilterChain::create($this,$action,$filters)->run(); |
| #10 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/CController.php(265): CController->runActionWithFilters(CInlineAction, array()) 260 { 261 if(($parent=$this->getModule())===null) 262 $parent=Yii::app(); 263 if($parent->beforeControllerAction($this,$action)) 264 { 265 $this->runActionWithFilters($action,$this->filters()); 266 $parent->afterControllerAction($this,$action); 267 } 268 } 269 else 270 $this->missingAction($actionID); |
| #11 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/CWebApplication.php(282): CController->run("detail") 277 { 278 list($controller,$actionID)=$ca; 279 $oldController=$this->_controller; 280 $this->_controller=$controller; 281 $controller->init(); 282 $controller->run($actionID); 283 $this->_controller=$oldController; 284 } 285 else 286 throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".', 287 array('{route}'=>$route===''?$this->defaultController:$route))); |
| #12 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/CWebApplication.php(141): CWebApplication->runController("berita/detail") 136 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 137 $_GET[$name]=$value; 138 } 139 else 140 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 141 $this->runController($route); 142 } 143 144 /** 145 * Registers the core application components. 146 * This method overrides the parent implementation by registering additional core components. |
| #13 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/base/CApplication.php(180): CWebApplication->processRequest() 175 public function run() 176 { 177 if($this->hasEventHandler('onBeginRequest')) 178 $this->onBeginRequest(new CEvent($this)); 179 register_shutdown_function(array($this,'end'),0,false); 180 $this->processRequest(); 181 if($this->hasEventHandler('onEndRequest')) 182 $this->onEndRequest(new CEvent($this)); 183 } 184 185 /** |
| #14 |
+
–
/home/bangsaonline/public_html/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) |
| #15 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/base/CComponent.php(261): WebApplicationEndBehavior->runEnd("front") 256 if($this->_m!==null) 257 { 258 foreach($this->_m as $object) 259 { 260 if($object->getEnabled() && method_exists($object,$name)) 261 return call_user_func_array(array($object,$name),$parameters); 262 } 263 } 264 if(class_exists('Closure', false) && $this->canGetProperty($name) && $this->$name instanceof Closure) 265 return call_user_func_array($this->$name, $parameters); 266 throw new CException(Yii::t('yii','{class} and its behaviors do not have a method or closure named "{name}".', |
| #16 |
+
–
/home/bangsaonline/public_html/index.php(25): CComponent->__call("runEnd", array("front")) 20 if (YII_DEBUG_DISPLAY_TIME) 21 echo Yii::getLogger()->getExecutionTime(); 22 23 24 require_once($yii); 25 Yii::createWebApplication($config)->runEnd('front'); 26 //echo "Using ", memory_get_peak_usage(1), " bytes of ram."; |