CException

DefaultController, istenen "_addons" görünümünü bulamadı.

/var/www/vhosts/sivontralexupqv.shop/httpdocs/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

#0
+
 /var/www/vhosts/sivontralexupqv.shop/httpdocs/protected/modules/referanslar/views/default/show.php(27): CController->renderPartial("_addons", array("item" => Referanslar))
22                 </div>
23             </div> 
24         </div>
25     </div>
26 </section>
27 <?php  $this->renderPartial('_addons',array('item'=>$item)); ?>
#5
+
 /var/www/vhosts/sivontralexupqv.shop/httpdocs/protected/modules/referanslar/controllers/front/DefaultController.php(44): CController->render("show", array("item" => Referanslar, "others" => array(Referanslar)))
39         $this->breadcrumbs[Yii::t('referanslarModule.front','moduletitle')] = Yii::app()->baseUrl . '/referanslar';
40         $this->breadcrumbs[$item->title] = Yii::app()->baseUrl . '/referanslar/'.$item->slug;
41 
42         $this->render('show', array(
43             'item' => $item,
44             'others' => $others
45         ));
46     }
47 }
#15
+
 /var/www/vhosts/sivontralexupqv.shop/httpdocs/protected/components/WebApplicationEndBehavior.php(32): CApplication->run()
27         // Attach the changeModulePaths event handler
28         // and raise it.
29         $this->onModuleCreate = array($this, 'changeModulePaths');
30         $this->onModuleCreate(new CEvent($this->owner));
31 
32         $this->owner->run(); // Run application.
33     }
34 
35     // This event should be raised when CWebApplication
36     // or CWebModule instances are being initialized.
37     public function onModuleCreate($event)
2026-04-27 17:46:18 Apache Yii Framework/1.1.22