CException

SiteController cannot find the requested view "obrassoporte".

/home/admin/web/boileau-music.com/public_html/yii/framework/web/CController.php(879)

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

Stack Trace

#1
+
 /home/admin/web/boileau-music.com/public_html/protected/controllers/SiteController.php(1658): CController->render("obrassoporte", array("page" => Page, "lang_id" => "3", "slug" => "soporte"))
1653             if(empty($module))
1654                 $module = $page->module."item";
1655         }
1656         
1657         $this->pageTag=$page["module"];
1658         $this->render($module,$datos);
1659     }
1660     public function actionEnviarcontacto(){
1661         Emailcomponent::sendContacto();
1662     }
1663 
#9
+
 /home/admin/web/boileau-music.com/public_html/index.php(24): CApplication->run()
19 defined('YII_DEBUG') or define('YII_DEBUG',true);
20 // specify how many levels of call stack should be shown in each log message
21 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
22 
23 require_once($yii);
24 Yii::createWebApplication($config)->run();
2024-03-19 10:32:10 Apache/2.4.29 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/1.1.1b Yii Framework/1.1.12