路由错误,请检查是否存在该函数。

74.  $handle_controller spClass($__controllernull$GLOBALS['G_SP']["controller_path"].'/'.$__controller.".php");
75. 
76.  // 调用控制器出错将调用路由错误处理函数
77.  //var_dump($handle_controller);exit;
78.  if(!is_object($handle_controller) || !method_exists($handle_controller$__action)){
79.      eval($GLOBALS['G_SP']["dispatcher_error"]);
80.      exit;
81.  }
82. 
83.  // 对路由进行自动执行相关操作
84.  spLaunch("router_prefilter");
121.      )
122.  );
123. 
124. 
125.  require("visitorcount.php");
126.  require(SP_PATH."/SpeedPHP.php");//注意这行一定要在最末尾
127. 
128.  class cpini {  
129.      function __construct(){  
130.          
131.