NOTICE: Trying to access array offset on value of type bool in /www/wwwroot/novel.phoenixfm.com/protected/controller/book/MainController.php on line 87
- /www/wwwroot/novel.phoenixfm.com/protected/lib/speed.php on line 544
539.
$msg = "ERROR";
540.
if($errno == E_WARNING)$msg = "WARNING";
541.
if($errno == E_NOTICE)$msg = "NOTICE";
542.
if($errno == E_STRICT)$msg = "STRICT";
543.
if($errno == 8192)$msg = "DEPRECATED";
544.
545.
err("$msg: $errstr in $errfile on line $errline");
}
546.
function err($msg){
547.
$msg = htmlspecialchars($msg);
548.
$traces = debug_backtrace();
549.
if(!empty($GLOBALS['err_handler'])){
- /www/wwwroot/novel.phoenixfm.com/protected/controller/book/MainController.php on line 87
82.
}
83.
}
84.
85.
}
86.
87.
88.
$this->title = $bookDetail["book_name"]."_".$bookDetail["book_name"]."_推荐小说";
$this->keywords = $bookDetail["book_name"].",".$bookDetail["book_name"]."小说,".$bookDetail["book_name"]."最新章节,".$bookDetail["book_name"]."txt下载,".$bookDetail["book_name"]."无弹窗,".$bookDetail["book_name"]."吧,".$bookDetail["book_name"]."离线完本";
89.
$this->description = $bookDetail["book_name"].",".$bookDetail["book_name"]."小说阅读,推荐小说网站提供".$bookDetail["book_name"]."首发最新章节。";
90.
91.
if(isMobileDevice()){
92.
$this->layout="";
- /www/wwwroot/novel.phoenixfm.com/protected/lib/speed.php on line 116
111.
// exit;
112.
};
113.
if(!method_exists($controller_name, $action_name))_err_router("Err: Method '$action_name' of '$controller_name' is not exists!");
114.
115.
$controller_obj = new $controller_name();
116.
117.
$controller_obj->$action_name();
118.
if($controller_obj->_auto_display){
119.
$auto_tpl_name = (empty($__module) ? '' : $__module.DS).$__controller.'_'.$__action.'.html';
120.
if(file_exists(APP_DIR.DS.'protected'.DS.'view'.DS.$auto_tpl_name))$controller_obj->display($auto_tpl_name);
121.
}
- /www/wwwroot/novel.phoenixfm.com/index.php on line 8
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');