[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 OfficeRentController.php line 76
  3. at OfficeRentController->detail()
  4. at ReflectionMethod->invokeArgs(object(OfficeRentController), []) in App.php line 343
  5. at App::invokeMethod([object(OfficeRentController), 'detail'], []) in App.php line 606
  6. at App::module(['house', 'office_rent', 'detail'], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...], true) in App.php line 456
  7. at App::exec(['type' => 'module', 'module' => ['house', 'office_rent', 'detail']], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...]) in App.php line 139
  8. at App::run() in index.php line 41

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_HOST
feixinph.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
/house/office_rent/detail/id/2.html
REDIRECT_STATUS
200
SERVER_NAME
www.feixinph.com
SERVER_PORT
80
SERVER_ADDR
172.30.127.60
REMOTE_PORT
40658
REMOTE_ADDR
34.201.122.150
SERVER_SOFTWARE
nginx/1.22.1
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/data/wwwroot/feixinph.com/public
DOCUMENT_URI
/index.php
REQUEST_URI
/house/office_rent/detail/id/2.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/house/office_rent/detail/id/2.html
SCRIPT_FILENAME
/data/wwwroot/feixinph.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711660253.1971
REQUEST_TIME
1711660253
Environment Variables
empty

ThinkPHP Constants

CMF_ROOT
/data/wwwroot/feixinph.com/public/../
APP_PATH
/data/wwwroot/feixinph.com/public/../app/
CMF_PATH
/data/wwwroot/feixinph.com/public/../simplewind/cmf/
PLUGINS_PATH
/data/wwwroot/feixinph.com/public/plugins/
EXTEND_PATH
/data/wwwroot/feixinph.com/public/../simplewind/extend/
VENDOR_PATH
/data/wwwroot/feixinph.com/public/../simplewind/vendor/
RUNTIME_PATH
/data/wwwroot/feixinph.com/public/../data/runtime/
THINKCMF_VERSION
5.0.180626
THINK_VERSION
5.0.19
THINK_START_TIME
1711660253.1973
THINK_START_MEM
418592
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/feixinph.com/simplewind/thinkphp/
LIB_PATH
/data/wwwroot/feixinph.com/simplewind/thinkphp/library/
CORE_PATH
/data/wwwroot/feixinph.com/simplewind/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/feixinph.com/simplewind/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/feixinph.com/
LOG_PATH
/data/wwwroot/feixinph.com/public/../data/runtime/log/
CACHE_PATH
/data/wwwroot/feixinph.com/public/../data/runtime/cache/
TEMP_PATH
/data/wwwroot/feixinph.com/public/../data/runtime/temp/
CONF_PATH
/data/wwwroot/feixinph.com/public/../app/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
HTMLPURIFIER_PREFIX
/data/wwwroot/feixinph.com/simplewind/vendor/ezyang/htmlpurifier/library
QINIU_FUNCTIONS_VERSION
7.3.0
APP_DEBUG
1
0.027813s