[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 Base.php line 108
  3. at Base->getCategoryInfo() in Base.php line 78
  4. at Base->_initialize() in Controller.php line 59
  5. at Controller->__construct(object(Request)) in Route.php line 61
  6. at Route->execute('ldcms', 'lists', 'index')
  7. at ReflectionMethod->invokeArgs(object(Route), ['ldcms', 'lists', 'index']) in App.php line 343
  8. at App::invokeMethod(['\think\addons\Route', 'execute'], ['pid' => '1938', 'category' => '_big.php', 'addon' => 'ldcms', ...]) in App.php line 470
  9. at App::exec(['type' => 'method', 'method' => ['\think\addons\Route', 'execute'], 'var' => ['addon' => 'ldcms', 'controller' => 'lists', 'action' => 'index']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  10. at App::run() in start.php line 19
  11. at require('/home/wwwroot/fhjiny...') in index.php line 23

Environment Variables

GET Data

pid
1938
POST Data
empty
Files
empty

Cookies

frontend_language
en
backend_language
en
Session
empty

Server/Request Data

USER
fhjinying2017
HOME
/home/wwwroot/fhjinying2017
PATH_TRANSLATED
redirect:/index.php/_big.php
PATH_INFO
/_big.php
SCRIPT_NAME
/index.php
REQUEST_URI
/_big.php?pid=1938
QUERY_STRING
pid=1938
REQUEST_METHOD
GET
SERVER_PROTOCOL
HTTP/1.1
GATEWAY_INTERFACE
CGI/1.1
REDIRECT_QUERY_STRING
pid=1938
REDIRECT_URL
/_big.php
REMOTE_PORT
38068
SCRIPT_FILENAME
/home/wwwroot/fhjinying2017/wwwroot/public/index.php
SERVER_ADMIN
[no address given]
CONTEXT_DOCUMENT_ROOT
/home/wwwroot/fhjinying2017/wwwroot/public
CONTEXT_PREFIX
REQUEST_SCHEME
http
DOCUMENT_ROOT
/home/wwwroot/fhjinying2017/wwwroot/public
REMOTE_ADDR
44.210.107.64
SERVER_PORT
80
SERVER_ADDR
127.0.0.1
SERVER_NAME
www.longsharptools.com
SERVER_SOFTWARE
Apache
SERVER_SIGNATURE
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HTTP_REFERER
http://www.longsharptools.com/_big.php?pid=1938
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_X_FORWARDED_PROTO
https
HTTP_ACCEPT_ENCODING
gzip
HTTP_SSL_FLAG
SSL
HTTP_FROM_HTTPS
on
HTTP_CONNECTION
close
HTTP_HOST
www.longsharptools.com
HTTP_X_REAL_IP
118.123.16.21
proxy-nokeepalive
1
REDIRECT_STATUS
200
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php/_big.php
REQUEST_TIME_FLOAT
1711650233.8571
REQUEST_TIME
1711650233
Environment Variables
empty

ThinkPHP Constants

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