[0] HttpException in helper.php line 526

  1. * @param integer|Response $code 状态码 或者 Response对象实例
  2. * @param string $message 错误信息
  3. * @param array $header 参数
  4. */
  5. function abort($code, $message = null, $header = [])
  6. {
  7. if ($code instanceof Response) {
  8. throw new HttpResponseException($code);
  9. } else {
  10. throw new HttpException($code, $message, null, $header);
  11. }
  12. }
  13. }
  14. if (!function_exists('halt')) {
  15. /**
  16. * 调试变量并且中断输出
  17. * @param mixed $var 调试变量或者信息
  18. */

Call Stack

  1. in helper.php line 526
  2. at abort(404) in Templates.php line 649
  3. at Templates->healthview()
  4. at ReflectionMethod->invokeArgs(object(Templates), []) in App.php line 343
  5. at App::invokeMethod([object(Templates), 'healthview'], []) in App.php line 611
  6. at App::module(['index', 'templates', 'healthview'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], false) in App.php line 456
  7. at App::exec(['type' => 'module', 'module' => ['index', 'templates', 'healthview'], 'convert' => false], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  8. at App::run() in start.php line 19
  9. at require('/home/wwwroot/http/t...') in index.php line 24

Environment Variables

GET Data
empty
POST Data
empty
Files
empty

Cookies

371_access
1
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_HOST
www.zyjchz.com.cn
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
/healthview/371
REDIRECT_STATUS
200
SERVER_NAME
www.zyjchz.com.cn
SERVER_PORT
80
SERVER_ADDR
211.149.173.41
REMOTE_PORT
46722
REMOTE_ADDR
54.144.95.36
SERVER_SOFTWARE
nginx/1.18.0
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/http/public
DOCUMENT_URI
/index.php
REQUEST_URI
/healthview/371
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/healthview/371
SCRIPT_FILENAME
/www/wwwroot/http/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711665612.1254
REQUEST_TIME
1711665612
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/home/wwwroot/http/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1711665612.1268
THINK_START_MEM
408824
EXT
.php
DS
/
THINK_PATH
/home/wwwroot/http/thinkphp/
LIB_PATH
/home/wwwroot/http/thinkphp/library/
CORE_PATH
/home/wwwroot/http/thinkphp/library/think/
TRAIT_PATH
/home/wwwroot/http/thinkphp/library/traits/
ROOT_PATH
/home/wwwroot/http/
EXTEND_PATH
/home/wwwroot/http/extend/
VENDOR_PATH
/home/wwwroot/http/vendor/
RUNTIME_PATH
/home/wwwroot/http/runtime/
LOG_PATH
/home/wwwroot/http/runtime/log/
CACHE_PATH
/home/wwwroot/http/runtime/cache/
TEMP_PATH
/home/wwwroot/http/runtime/temp/
CONF_PATH
/home/wwwroot/http/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
HTMLPURIFIER_PREFIX
/home/wwwroot/http/vendor/ezyang/htmlpurifier/library
ADDON_PATH
/home/wwwroot/http/addons/