CException

DistributorInfoController 無法找到請求的 "stop" view.

/var/www/html/gamer16888.com/main_web/vendor/yiisoft/yii/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

#1
+
 /var/www/html/gamer16888.com/main_web/app/extensions/AweCrud/components/AweController.php(255): CController->render("stop", null, false)
250             } else {
251                 echo $output;
252             }
253             return;
254         }
255         return parent::render($view, $data, $return);
256     }
257 
258     public function endResponseWithoutWebLogRoute()
259     {
260         foreach (Yii::app()->log->routes as $route) {
#2
+
 /var/www/html/gamer16888.com/main_web/app/controllers/front/DistributorInfoController.php(66): AweController->render("stop")
61             $this->layout = '//layouts/distributor';
62         }
63 
64 
65         $this->layout = '//layouts/stop';
66         $this->render('stop');
67         die();
68         return parent::beforeAction($action);
69     }
70 
71 
#14
+
 /var/www/html/gamer16888.com/main_web/app/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 17:09:57 Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40 Yii Framework/1.1.21-dev