[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 app.php line 698
  3. at go_404() in Index.php line 10
  4. at Index->index()
  5. at ReflectionMethod->invokeArgs(object(Index), []) in App.php line 343
  6. at App::invokeMethod([object(Index), 'index'], []) in App.php line 611
  7. at App::module([null, 'index', 'index'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], false) in App.php line 457
  8. at App::exec(['type' => 'module', 'module' => [null, 'index', 'index'], 'convert' => false], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  9. at App::run() in start.php line 19
  10. at require('/www/wwwroot/tx-lr.c...') in index.php line 6

Environment Variables

GET Data

c
article
a
type
tid
9
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
FCGI_ROLE
RESPONDER
SCRIPT_FILENAME
/www/wwwroot/tx-lr.com/index.php
QUERY_STRING
c=article&a=type&tid=9
REQUEST_METHOD
GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME
/index.php
REQUEST_URI
/index.php?c=article&a=type&tid=9
DOCUMENT_URI
/index.php
DOCUMENT_ROOT
/www/wwwroot/tx-lr.com
SERVER_PROTOCOL
HTTP/1.1
REQUEST_SCHEME
http
GATEWAY_INTERFACE
CGI/1.1
SERVER_SOFTWARE
nginx/1.18.0
REMOTE_ADDR
3.235.76.155
REMOTE_PORT
51730
SERVER_ADDR
172.18.178.84
SERVER_PORT
80
SERVER_NAME
tx-lr.com
REDIRECT_STATUS
200
PATH_INFO
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
HTTP_HOST
www.tx-lr.com
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711725152.663
REQUEST_TIME
1711725152
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/tx-lr.com/system/application/
HTML_PATH
/www/wwwroot/tx-lr.com/
THINK_VERSION
5.0.24
THINK_START_TIME
1711725152.6636
THINK_START_MEM
260360
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/tx-lr.com/system/thinkphp/
LIB_PATH
/www/wwwroot/tx-lr.com/system/thinkphp/library/
CORE_PATH
/www/wwwroot/tx-lr.com/system/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/tx-lr.com/system/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/tx-lr.com/system/
EXTEND_PATH
/www/wwwroot/tx-lr.com/system/extend/
VENDOR_PATH
/www/wwwroot/tx-lr.com/system/vendor/
RUNTIME_PATH
/www/wwwroot/tx-lr.com/system/runtime/
LOG_PATH
/www/wwwroot/tx-lr.com/system/runtime/log/
CACHE_PATH
/www/wwwroot/tx-lr.com/system/runtime/cache/
TEMP_PATH
/www/wwwroot/tx-lr.com/system/runtime/temp/
CONF_PATH
/www/wwwroot/tx-lr.com/system/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false