[0] HttpException in helper.php line 526

贵公司的授权已到期<br/>我们期待与您继续合作!

  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(501, '...') in main_index.php(1) : eval()'d code(1) : eval()'d code line 17
  3. at eval() in main_index.php(1) : eval()'d code line 1
  4. at eval() in main_index.php line 1
  5. at include('/www/wwwroot/htpur.c...') in Base.php line 21
  6. at Base->_initialize() in Member.php line 18
  7. at Member->_initialize() in Controller.php line 59
  8. at Controller->__construct(object(Request))
  9. at ReflectionClass->newInstanceArgs([object(Request)]) in App.php line 359
  10. at App::invokeClass('app\index\controller...') in Loader.php line 479
  11. at Loader::controller('member', 'controller', false, 'Error') in App.php line 580
  12. at App::module(['index', 'member', 'find_password'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], false) in App.php line 456
  13. at App::exec(['type' => 'module', 'module' => ['index', 'member', 'find_password'], 'convert' => false], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  14. at App::run() in start.php line 19
  15. at require('/www/wwwroot/htpur.c...') 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
HTTP_HOST
www.htpur.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
/member/find_password
REDIRECT_STATUS
200
SERVER_NAME
htpur.com
SERVER_PORT
80
SERVER_ADDR
10.0.4.2
REMOTE_PORT
42874
REMOTE_ADDR
44.215.110.142
SERVER_SOFTWARE
nginx/1.22.1
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/htpur.com
DOCUMENT_URI
/index.php
REQUEST_URI
/member/find_password
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/member/find_password
SCRIPT_FILENAME
/www/wwwroot/htpur.com/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711661097.9499
REQUEST_TIME
1711661097
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/htpur.com/application/
THINK_VERSION
5.0.24
THINK_START_TIME
1711661097.9505
THINK_START_MEM
413360
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/htpur.com/thinkphp/
LIB_PATH
/www/wwwroot/htpur.com/thinkphp/library/
CORE_PATH
/www/wwwroot/htpur.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/htpur.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/htpur.com/
EXTEND_PATH
/www/wwwroot/htpur.com/extend/
VENDOR_PATH
/www/wwwroot/htpur.com/vendor/
RUNTIME_PATH
/www/wwwroot/htpur.com/runtime/
LOG_PATH
/www/wwwroot/htpur.com/runtime/log/
CACHE_PATH
/www/wwwroot/htpur.com/runtime/cache/
TEMP_PATH
/www/wwwroot/htpur.com/runtime/temp/
CONF_PATH
/www/wwwroot/htpur.com/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
HELPER_PATH
/www/wwwroot/htpur.com/application/common/helper/
INCLUDE_PATH
/www/wwwroot/htpur.com/application/common/include/
IS_CLI
false
IS_WIN
false
__ROOT__
PUBLIC_PATH
/public
DOMAIN_NAME
http://www.htpur.com
__DOMAIN__
MODULE_NAME
index
CONTROLLER_NAME
Member
ACTION_NAME
find_password
TPL_PATH
/www/wwwroot/htpur.com/application/index/template/