[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 32
  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 606
  6. at App::module(['portal', 'article', 'index'], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...], true) in App.php line 456
  7. at App::exec(['type' => 'module', 'module' => ['portal', 'article', 'index']], ['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

DOCUMENT_ROOT
/usr/home/xyu5297870001/htdocs
GATEWAY_INTERFACE
CGI/1.1
HTTP_ACCEPT
*/*
HTTP_HOST
www.highindustry.net
HTTP_USER_AGENT
claudebot
PATH
/bin
PHPRC
/var/www/php70/hichina_ini/xyu5297870001
QUERY_STRING
s=portal/article/index/id/12/cid/39.html
REDIRECT_DOCUMENT_ROOT
/usr/home/xyu5297870001/htdocs
REDIRECT_GATEWAY_INTERFACE
CGI/1.1
REDIRECT_HTTP_ACCEPT
*/*
REDIRECT_HTTP_HOST
www.highindustry.net
REDIRECT_HTTP_USER_AGENT
claudebot
REDIRECT_PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
REDIRECT_PATH_INFO
/article/index/id/12/cid/39.html
REDIRECT_PATH_TRANSLATED
/usr/home/xyu5297870001/htdocs/article/index/id/12/cid/39.html
REDIRECT_QUERY_STRING
s=portal/article/index/id/12/cid/39.html
REDIRECT_REMOTE_ADDR
54.81.157.133
REDIRECT_REMOTE_PORT
41548
REDIRECT_REQUEST_METHOD
GET
REDIRECT_REQUEST_URI
/public/portal/article/index/id/12/cid/39.html
REDIRECT_SCRIPT_FILENAME
/usr/home/xyu5297870001/htdocs/public/portal
REDIRECT_SCRIPT_NAME
/public/portal
REDIRECT_SERVER_ADDR
10.19.205.79
REDIRECT_SERVER_ADMIN
webmaster@xyu5297870001.my3w.com
REDIRECT_SERVER_NAME
www.highindustry.net
REDIRECT_SERVER_PORT
80
REDIRECT_SERVER_PROTOCOL
HTTP/1.1
REDIRECT_SERVER_SIGNATURE
REDIRECT_SERVER_SOFTWARE
Apache
REDIRECT_STATUS
200
REDIRECT_TZ
Asia/Shanghai
REDIRECT_UNIQUE_ID
ZgVF5goTzU8AI63gSeMAAAAD
REDIRECT_URL
/public/portal/article/index/id/12/cid/39.html
REMOTE_ADDR
54.81.157.133
REMOTE_PORT
41548
REQUEST_METHOD
GET
REQUEST_URI
/public/portal/article/index/id/12/cid/39.html
SCRIPT_FILENAME
/usr/home/xyu5297870001/htdocs/public/index.php
SCRIPT_NAME
/public/index.php
SERVER_ADDR
10.19.205.79
SERVER_ADMIN
webmaster@xyu5297870001.my3w.com
SERVER_NAME
www.highindustry.net
SERVER_PORT
80
SERVER_PROTOCOL
HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE
Apache
TZ
Asia/Shanghai
UNIQUE_ID
ZgVF5goTzU8AI63gSeMAAAAD
PHP_SELF
/public/index.php
REQUEST_TIME_FLOAT
1711621606.5123
REQUEST_TIME
1711621606
PATH_INFO
portal/article/index/id/12/cid/39.html
Environment Variables
empty

ThinkPHP Constants

APP_DEBUG
flase
CMF_ROOT
/usr/home/xyu5297870001/htdocs/public/../
APP_PATH
/usr/home/xyu5297870001/htdocs/public/../app/
CMF_PATH
/usr/home/xyu5297870001/htdocs/public/../simplewind/cmf/
PLUGINS_PATH
/usr/home/xyu5297870001/htdocs/public/plugins/
EXTEND_PATH
/usr/home/xyu5297870001/htdocs/public/../simplewind/extend/
VENDOR_PATH
/usr/home/xyu5297870001/htdocs/public/../simplewind/vendor/
RUNTIME_PATH
/usr/home/xyu5297870001/htdocs/public/../data/runtime/
THINKCMF_VERSION
5.0.180501
THINK_VERSION
5.0.19
THINK_START_TIME
1711621606.513
THINK_START_MEM
350992
EXT
.php
DS
/
THINK_PATH
/usr/home/xyu5297870001/htdocs/simplewind/thinkphp/
LIB_PATH
/usr/home/xyu5297870001/htdocs/simplewind/thinkphp/library/
CORE_PATH
/usr/home/xyu5297870001/htdocs/simplewind/thinkphp/library/think/
TRAIT_PATH
/usr/home/xyu5297870001/htdocs/simplewind/thinkphp/library/traits/
ROOT_PATH
/usr/home/xyu5297870001/htdocs/
LOG_PATH
/usr/home/xyu5297870001/htdocs/public/../data/runtime/log/
CACHE_PATH
/usr/home/xyu5297870001/htdocs/public/../data/runtime/cache/
TEMP_PATH
/usr/home/xyu5297870001/htdocs/public/../data/runtime/temp/
CONF_PATH
/usr/home/xyu5297870001/htdocs/public/../app/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
QINIU_FUNCTIONS_VERSION
7.2.3
HTMLPURIFIER_PREFIX
/usr/home/xyu5297870001/htdocs/simplewind/vendor/ezyang/htmlpurifier/library
0.080399s