route Error

9.      syClass('sysession');
10.      spLaunch("router_prefilter");
11.      $handle_controller syClass($__controllernull$GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
12.      
13.      if(!is_object($handle_controller) || !method_exists($handle_controller$__action)){
14.          syError('route Error');
15.          exit;
16.      }
17.      $handle_controller->$__action();
18.      if(FALSE != $GLOBALS['G_DY']['view']['auto_display']){
19.          $__tplname $__controller.$GLOBALS['G_DY']['view']['auto_display_sep'].
3.  require("config.php");
4.  $doyoConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$doyoConfig['ext']['view_themes'];
5.  require(DOYO_PATH."/sys.php");
6.  require("stats_ip.php");
7.  logVisit($logDir);
8.  spRun();