CHttpException

No es posible resolver la solicitud "governance/etica"

/var/www/vhosts/ipomea.main/geri.es/es/yii18/web/CWebApplication.php(288)

276         if($_SERVER['SCRIPT_URL'] == "/areadeclientes") $route = "faidate/default/index"; //FIX htaccess routes
277             
278         if(($ca=$this->createController($route))!==null)
279         {    
280             list($controller,$actionID)=$ca;
281             $oldController=$this->_controller;
282             $this->_controller=$controller;
283             $controller->init();
284             $controller->run($actionID);
285             $this->_controller=$oldController;
286         }
287         else
288             throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".',
289                 array('{route}'=>$route===''?$this->defaultController:$route)));
290     }
291 
292     /**
293      * Creates a controller instance based on a route.
294      * The route should contain the controller ID and the action ID.
295      * It may also contain additional GET variables. All these must be concatenated together with slashes.
296      *
297      * This method will attempt to create a controller in the following order:
298      * <ol>
299      * <li>If the first segment is found in {@link controllerMap}, the corresponding
300      * controller configuration will be used to create the controller;</li>

Stack Trace

#2
+
 /var/www/vhosts/ipomea.main/geri.es/es/index.php(13): CApplication->run()
08 defined('YII_DEBUG') or define('YII_DEBUG',true);
09 // specify how many levels of call stack should be shown in each log message
10 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
11 
12 require_once($yii);
13 Yii::createWebApplication($config)->run();
2024-03-28 14:46:52 Apache Yii Framework/1.1.18