Err: Controller 'addonsController' is not exists!

88.  $controller_name $__controller.'Controller';
89.  $action_name 'action'.$__action;
90.  if(!method_exists($controller_name$action_name)) {
91.      if(!method_exists('BaseController''err404')){
92.          if(!class_exists($controller_nametrue)) {
93.              err("Err: Controller '$controller_name' is not exists!");
94.          }else{
95.              err("Err: Method '$action_name   ' of '$controller_name' is not exists!");
96.          }
97.      }else{
98.          BaseController::err404($__controller$__action);
5.  define('APP_DIR'realpath('./')); 
6.  define 'SITE_DOMAIN'strip_tags $_SERVER ['HTTP_HOST'] ) );
7.  define 'SITE_PATH'dirname __FILE__ ) );// 网站根路径设置
8.  define('SYSNAME'"万客宝智慧餐饮管理系统");
9.  //定义css常量
10.  require(APP_DIR.'/wlb/lib/speed.php');