[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 Part.php line 74
  3. at Part->get_cache_detail(['id' => '', 'cid' => '', 'dir' => '', ...]) in Part.php line 21
  4. at Part->read()
  5. at ReflectionMethod->invokeArgs(object(Part), []) in App.php line 343
  6. at App::invokeMethod([object(Part), 'read'], []) in App.php line 611
  7. at App::module(['home', 'part', 'read'], ['app_host' => '', 'app_debug' => '1', 'app_trace' => '0', ...], true) in App.php line 456
  8. at App::exec(['type' => 'module', 'module' => ['home', 'part', 'read']], ['app_host' => '', 'app_debug' => '1', 'app_trace' => '0', ...]) in App.php line 139
  9. at App::run() in start.php line 19
  10. at require('/www/wwwroot/v.wmsp....') in index.php line 46

Environment Variables

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

Server/Request Data

USER
www
HOME
/home/www
HTTP_HOST
wmsp.cc
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
/home/part/read/sid/10815/p/16
REDIRECT_STATUS
200
SERVER_NAME
wmsp.cc
SERVER_PORT
80
SERVER_ADDR
10.0.0.8
REMOTE_PORT
44188
REMOTE_ADDR
3.90.242.249
SERVER_SOFTWARE
nginx/1.22.1
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/v.wmsp.cc
DOCUMENT_URI
/index.php
REQUEST_URI
/juqing/10815-16.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/home/part/read/sid/10815/p/16
SCRIPT_FILENAME
/www/wwwroot/v.wmsp.cc/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711658465.6772
REQUEST_TIME
1711658465
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/v.wmsp.cc/lib/
BASE_PATH
/www/wwwroot/v.wmsp.cc/
URL_PATH
/
TPL_PATH
/public/
ENTRANCE
index
PATH_FILE
index.php
THINK_VERSION
5.0.24
THINK_START_TIME
1711658465.6782
THINK_START_MEM
393632
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/v.wmsp.cc/thinkphp/
LIB_PATH
/www/wwwroot/v.wmsp.cc/thinkphp/library/
CORE_PATH
/www/wwwroot/v.wmsp.cc/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/v.wmsp.cc/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/v.wmsp.cc/
EXTEND_PATH
/www/wwwroot/v.wmsp.cc/lib/extend/
VENDOR_PATH
/www/wwwroot/v.wmsp.cc/thinkphp/vendor/
RUNTIME_PATH
/www/wwwroot/v.wmsp.cc/runtime/
LOG_PATH
/www/wwwroot/v.wmsp.cc/runtime/log/
CACHE_PATH
/www/wwwroot/v.wmsp.cc/runtime/cache/
TEMP_PATH
/www/wwwroot/v.wmsp.cc/runtime/temp/
CONF_PATH
/www/wwwroot/v.wmsp.cc/lib/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
ADDON_PATH
/www/wwwroot/v.wmsp.cc/addons/