错误报告 -凯时体育
[ 自定义错误 ] : [路由错误]未被定义的控制器: "data"
app_path/framework/request/crequest.php
177
178 //执行方法
179 $this->execaction($routeobject);
180
181 //触发执行方法后的钩子函数
182 chooks::callhooks(hooks_action_init,$this->controllerobj);
183
184 }catch (crouteexception $e){
185
186 //捕获到cmyframe路由异常时,将之转成错误报告
187 trigger_error($e->getmessage(),e_user_error);
188
189 //设置404请求头
190 cresponse::getinstance()->sethttpcode(404);
191 }
192
193 return $this;
194 }
195
196 /**
197 * 检查方法名前缀
查看文件 ( 26 )
app_path\index.php
app_path\framework\boot\cwebapp.php
app_path\framework\boot\capplication.php
app_path\framework\boot\cinitapplication.php
app_path\framework\loader\cloader.php
app_path\framework\boot\cconfig.php
app_path\application\configs\main.php
app_path\framework\plugin\chooks.php
app_path\plugins\apiv2plugin\apiv2plugin.php
app_path\framework\plugin\cplugin.php
app_path\plugins\bbsplugin\bbsplugin.php
app_path\plugins\debughandle\debughandle.php
app_path\framework\request\crequest.php
app_path\framework\exception\cexception.php
app_path\framework\components\cdicontainer.php
app_path\framework\response\cresponse.php
app_path\framework\request\croute.php
app_path\framework\components\crouteparse.php
app_path\framework\components\carraysort.php
app_path\framework\components\ctypecheck.php
app_path\framework\exception\crouteexception.php
app_path\framework\view\cview.php
app_path\vendors\smarty\libs\smarty.class.php
app_path\application\classes\csmarty.php
app_path\framework\components\cencrypt.php
app_path\application\configs\site.php