Err: Controller 'uploadsController' is not exists!

96.  $controller_name $__controller.'Controller';
97.  $action_name 'action'.$__action;
98.  if(!method_exists($controller_name$action_name)) {
99.      if(!method_exists('BaseController''err404')){
100.          if(!class_exists($controller_nametrue)) {
101.              err("Err: Controller '$controller_name' is not exists!");
102.          }else{
103.              err("Err: Method '$action_name   ' of '$controller_name' is not exists!");
104.          }
105.      }else{
106.          if(!class_exists($controller_nametrue)) {
8.  define('SERVER_MCH_ID',"1314704801"); 
9.  define 'SITE_DOMAIN'strip_tags $_SERVER ['HTTP_HOST'] ) );
10.  define 'SITE_PATH'dirname __FILE__ ) );// 网站根路径设置 
11.  define('SYSNAME'"后台管理系统"); 
12.  //定义css常量
13.  require(APP_DIR.'/wlb/lib/speed.php');