路由错误,请反省控制器目次下能否存在该控制器/举措。
- /usr/home/byu7833820001/htdocs/SpeedPHPs/spFunctions.php on line 18
13.
spLaunch("router_prefilter");
14.
// 对将要拜访的控制器类举行实例化
15.
$handle_controller = spClass($__controller, null, $GLOBALS['G_SP']["controller_path"].'/'.$__controller.".php");
16.
// 挪用控制器堕落将挪用路由错误处置函数
17.
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
18.
19.
eval($GLOBALS['G_SP']["dispatcher_error"]);
exit;
20.
}
21.
22.
//实行before_display注入函数
23.
spInject('before_display', array($handle_controller) );
- /usr/home/byu7833820001/htdocs/index.php on line 36
31.
)
32.
)
33.
*/
34.
);
35.
require("base.php");
36.
37.
spRun();
?>