[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 ArticleController.php line 59
  3. at ArticleController->index()
  4. at ReflectionMethod->invokeArgs(object(ArticleController), []) in App.php line 343
  5. at App::invokeMethod([object(ArticleController), 'index'], []) in App.php line 619
  6. at App::module(['portal', 'Article', 'index'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], false) in App.php line 457
  7. at App::exec(['type' => 'module', 'module' => ['portal', 'Article', 'index'], 'convert' => false], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  8. at App::run() in index.php line 44

Environment Variables

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

Server/Request Data

USER
www-data
HOME
/var/www
FCGI_ROLE
RESPONDER
QUERY_STRING
s=/c/scene/14.htm
REQUEST_METHOD
GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_FILENAME
/mnt/www.sanyachloe20210602.com/public/index.php
SCRIPT_NAME
/index.php
REQUEST_URI
/c/scene/14.htm
DOCUMENT_URI
/index.php
DOCUMENT_ROOT
/mnt/www.sanyachloe20210602.com/public
SERVER_PROTOCOL
HTTP/1.1
GATEWAY_INTERFACE
CGI/1.1
SERVER_SOFTWARE
nginx/1.4.6
REMOTE_ADDR
54.84.65.73
REMOTE_PORT
38398
SERVER_ADDR
172.17.152.215
SERVER_PORT
443
SERVER_NAME
www.sanyachloe.com
HTTPS
on
REDIRECT_STATUS
200
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
HTTP_HOST
www.sanyachloe.com
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1710828263.7162
REQUEST_TIME
1710828263
PATH_INFO
/c/scene/14.htm
Environment Variables
empty

ThinkPHP Constants

APP_DEBUG
true
CMF_ROOT
/mnt/www.sanyachloe20210602.com/public/../
APP_PATH
/mnt/www.sanyachloe20210602.com/public/../app/
CMF_PATH
/mnt/www.sanyachloe20210602.com/public/../simplewind/cmf/
WEB_ROOT
/mnt/www.sanyachloe20210602.com/public/
PLUGINS_PATH
/mnt/www.sanyachloe20210602.com/public/plugins/
EXTEND_PATH
/mnt/www.sanyachloe20210602.com/public/../simplewind/extend/
VENDOR_PATH
/mnt/www.sanyachloe20210602.com/public/../simplewind/vendor/
RUNTIME_PATH
/mnt/www.sanyachloe20210602.com/public/../data/runtime/
THINKCMF_VERSION
5.0.190419
THINK_VERSION
5.0.24
THINK_START_TIME
1710828263.7163
THINK_START_MEM
236520
EXT
.php
DS
/
THINK_PATH
/mnt/www.sanyachloe20210602.com/simplewind/thinkphp/
LIB_PATH
/mnt/www.sanyachloe20210602.com/simplewind/thinkphp/library/
CORE_PATH
/mnt/www.sanyachloe20210602.com/simplewind/thinkphp/library/think/
TRAIT_PATH
/mnt/www.sanyachloe20210602.com/simplewind/thinkphp/library/traits/
ROOT_PATH
/mnt/www.sanyachloe20210602.com/
LOG_PATH
/mnt/www.sanyachloe20210602.com/public/../data/runtime/log/
CACHE_PATH
/mnt/www.sanyachloe20210602.com/public/../data/runtime/cache/
TEMP_PATH
/mnt/www.sanyachloe20210602.com/public/../data/runtime/temp/
CONF_PATH
/mnt/www.sanyachloe20210602.com/public/../app/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
HTMLPURIFIER_PREFIX
/mnt/www.sanyachloe20210602.com/simplewind/vendor/ezyang/htmlpurifier/library