[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 HomeController.php line 492
  3. at HomeController->toubiao()
  4. at ReflectionMethod->invokeArgs(object(HomeController), []) in App.php line 343
  5. at App::invokeMethod([object(HomeController), 'toubiao'], []) in App.php line 611
  6. at App::module(['cn', 'home', 'toubiao'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 457
  7. at App::exec(['type' => 'module', 'module' => ['cn', 'home', 'toubiao']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  8. at App::run() in start.php line 19
  9. at require('/www/wwwroot/shjl.or...') in index.php line 18

Environment Variables

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

Server/Request Data

USER
www
HOME
/home/www
FCGI_ROLE
RESPONDER
SCRIPT_FILENAME
/www/wwwroot/shjl.org/index.php
QUERY_STRING
s=/home-toubiao-id-352.html
REQUEST_METHOD
GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME
/index.php
REQUEST_URI
/home-toubiao-id-352.html
DOCUMENT_URI
/index.php
DOCUMENT_ROOT
/www/wwwroot/shjl.org
SERVER_PROTOCOL
HTTP/1.1
REQUEST_SCHEME
http
GATEWAY_INTERFACE
CGI/1.1
SERVER_SOFTWARE
nginx/1.20.1
REMOTE_ADDR
44.198.169.83
REMOTE_PORT
46344
SERVER_ADDR
10.0.16.17
SERVER_PORT
80
SERVER_NAME
shjl.org
REDIRECT_STATUS
200
PATH_INFO
/home-toubiao-id-352.html
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
HTTP_HOST
shjl.org
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711709981.7054
REQUEST_TIME
1711709981
Environment Variables
empty

ThinkPHP Constants

APP_PATH
./apps/
BIND_MODULE
cn
THINK_VERSION
5.0.24
THINK_START_TIME
1711709981.7057
THINK_START_MEM
259184
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/shjl.org/core/
LIB_PATH
/www/wwwroot/shjl.org/core/library/
CORE_PATH
/www/wwwroot/shjl.org/core/library/think/
TRAIT_PATH
/www/wwwroot/shjl.org/core/library/traits/
ROOT_PATH
/www/wwwroot/shjl.org/
EXTEND_PATH
/www/wwwroot/shjl.org/extend/
VENDOR_PATH
/www/wwwroot/shjl.org/vendor/
RUNTIME_PATH
/www/wwwroot/shjl.org/runtime/
LOG_PATH
/www/wwwroot/shjl.org/runtime/log/
CACHE_PATH
/www/wwwroot/shjl.org/runtime/cache/
TEMP_PATH
/www/wwwroot/shjl.org/runtime/temp/
CONF_PATH
./apps/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false