NOTICE: Trying to access array offset on value of type null in /www/wwwroot/test.com/protected/controller/pc/BaseController.php on line 70

519.      $msg "ERROR";
520.      if($errno == E_WARNING)$msg "WARNING";
521.      if($errno == E_NOTICE)$msg "NOTICE";
522.      if($errno == E_STRICT)$msg "STRICT";
523.      if($errno == 8192)$msg "DEPRECATED";
524.      err("$msg$errstr in $errfile on line $errline");
525.  }
526.  function err($msg){
527.      $msg htmlspecialchars($msg);
528.      $traces debug_backtrace();
529.      if(!empty($GLOBALS['err_handler'])){
65.          $this->getGoldInfo();
66.          $this->countdownday false;
67.          $countdownday $ZdRedis->get('countdownday');
68.          if(!empty($countdownday)){
69.              $arr_countdownday json_decode($countdownday,true);
70.              if($arr_countdownday["code"]/== 200){
71.                  $data_list $arr_countdownday["data"];
72.                  $this->countdownday $data_list;
73.              }
74.          }
75.          
99.          ];
100.      }
101.  }
102.  class MainController extends BaseController {
103.      function __construct(){
104.          parent::__construct();
105.          
106.          
107.      }
108.      // 在线小工具集合
109.      function actionTools(){
90.      header("Location:".$url);
91.      exit;
92.  };
93.  if(!method_exists($controller_name$action_name))_err_router("Err: Method '$action_name' of '$controller_name' is not exists!");
94. 
95.  $controller_obj = new $controller_name();
96.  $controller_obj->$action_name();
97. 
98.  if($controller_obj->_auto_display){
99.      $auto_tpl_name = (empty($__module) ? '' $__module.DS).$__controller.'_'.$__action.'.html';
100.      if(file_exists(APP_DIR.DS.'protected'.DS.'view'.DS.$auto_tpl_name))$controller_obj->display($auto_tpl_name);
3.  header('Access-Control-Allow-Origin: *');
4.  header('Access-Control-Allow-Methods: GET, POST, OPTIONS');
5.  header('Access-Control-Allow-Headers: Content-Type, Authorization, X-Requested-With');
6.  define('APP_DIR'realpath('./'));
7.  define("APP_PATH",dirname(__FILE__));
8.  require(APP_DIR.'/protected/lib/speed.php');