[0] HttpException in helper.php line 47

标签不存在!

  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('action')) {
  15. /**
  16. * 调用模块的操作方法 参数格式 [模块/控制器/]操作
  17. * @param string $url 调用地址
  18. * @param string|array $vars 调用参数 支持字符串和数组

Call Stack

  1. in helper.php line 47
  2. at abort() in Base.php line 27
  3. at Base->_error404() in Tag.php line 21
  4. at Tag->show()
  5. at ReflectionMethod->invokeArgs() in Container.php line 395
  6. at Container->invokeReflectMethod() in Module.php line 131
  7. at Module->think\route\dispatch\{closure}()
  8. at call_user_func_array() in Middleware.php line 185
  9. at Middleware->think\{closure}()
  10. at call_user_func() in Middleware.php line 130
  11. at Middleware->dispatch() in Module.php line 136
  12. at Module->exec() in Dispatch.php line 168
  13. at Dispatch->run() in App.php line 432
  14. at App->think\{closure}()
  15. at call_user_func_array() in Middleware.php line 185
  16. at Middleware->think\{closure}()
  17. at call_user_func() in Middleware.php line 130
  18. at Middleware->dispatch() in App.php line 435
  19. at App->run() in index.php line 21

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST www.jsfoot.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME jsfoot.com
SERVER_PORT 80
SERVER_ADDR 103.203.140.30
REMOTE_PORT 37280
REMOTE_ADDR 34.229.223.223
SERVER_SOFTWARE nginx/1.22.1
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/jsfoot.com/public
DOCUMENT_URI /index.php
REQUEST_URI /txt20190327/
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/txt20190327/
SCRIPT_FILENAME /www/wwwroot/jsfoot.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710836274.9659
REQUEST_TIME 1710836274
Environment Variablesempty
ThinkPHP Constants
PINYIN_DEFAULT 4096
PINYIN_TONE 2
PINYIN_NO_TONE 4
PINYIN_ASCII_TONE 8
PINYIN_NAME 16
PINYIN_KEEP_NUMBER 32
PINYIN_KEEP_ENGLISH 64
PINYIN_UMLAUT_V 128
PINYIN_KEEP_PUNCTUATION 256
DATA_STATUS_NAME status
DATA_NORMAL 1
DATA_DISABLE 0
DATA_DELETE -1
DATA_SUCCESS 1
DATA_ERROR 0
SYS_APP_NAMESPACE app
SYS_ADDON_DIR_NAME addon
SYS_DRIVER_DIR_NAME driver
SYS_COMMON_DIR_NAME common
SYS_ADMINISTRATOR_ID 1
SYS_SUPER_ROLE_ID 1
SYS_DS_CONS \
PUBLIC_PATH /
PATH_PUBLIC /www/wwwroot/jsfoot.com/public/
PATH_UPLOAD /www/wwwroot/jsfoot.com/public/uploads/
PATH_IMAGE /www/wwwroot/jsfoot.com/public/uploads/image/
PATH_FILE /www/wwwroot/jsfoot.com/public/uploads/file/
WEB_ROOT http://www.jsfoot.com
API_CODE_NAME code
API_MSG_NAME msg
0.030157s