[0] HttpException in App.php line 377

控制器不存在:3

  1. // 设置当前请求的控制器、操作
  2. $request->controller(Loader::parseName($controller, 1))->action($actionName);
  3. // 监听module_init
  4. Hook::listen('module_init', $request);
  5. $instance = Loader::controller($controller, $config['url_controller_layer'], $config['controller_suffix'], $config['empty_controller']);
  6. if (is_null($instance)) {
  7. throw new HttpException(404, 'controller not exists:' . Loader::parseName($controller, 1));
  8. }
  9. // 获取当前操作名
  10. $action = $actionName . $config['action_suffix'];
  11. $vars = [];
  12. if (is_callable([$instance, $action])) {
  13. // 执行操作方法
  14. $call = [$instance, $action];
  15. } elseif (is_callable([$instance, '_empty'])) {

Call Stack

  1. in App.php line 377
  2. at App::module(['index', '3', '1021'], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 140
  3. at App::run() in start.php line 18
  4. at require('/usr/home/wh-abcripw...') in index.php line 40

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
DOCUMENT_ROOT /usr/home/wh-abcripw4t8d6ghom33s/htdocs
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT */*
HTTP_HOST hbtqlawyers.com
HTTP_USER_AGENT claudebot
PATH /bin
PHPRC /var/www/php70/hichina_ini/wh-abcripw4t8d6ghom33s
QUERY_STRING
REDIRECT_DOCUMENT_ROOT /usr/home/wh-abcripw4t8d6ghom33s/htdocs
REDIRECT_GATEWAY_INTERFACE CGI/1.1
REDIRECT_HTTP_ACCEPT */*
REDIRECT_HTTP_HOST hbtqlawyers.com
REDIRECT_HTTP_USER_AGENT claudebot
REDIRECT_PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
REDIRECT_PATH_INFO 3/1021.html
REDIRECT_PATH_TRANSLATED redirect:/index.php
REDIRECT_QUERY_STRING
REDIRECT_REMOTE_ADDR 52.14.150.55
REDIRECT_REMOTE_PORT 48500
REDIRECT_REQUEST_METHOD GET
REDIRECT_REQUEST_URI /3/1021.html
REDIRECT_SCRIPT_FILENAME /usr/home/wh-abcripw4t8d6ghom33s/htdocs/3
REDIRECT_SCRIPT_NAME /3
REDIRECT_SERVER_ADDR 10.21.179.135
REDIRECT_SERVER_ADMIN webmaster@wh-abcripw4t8d6ghom33s.my3w.com
REDIRECT_SERVER_NAME hbtqlawyers.com
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 ZiFOuwoVs4cAHkOk5d4AAAAS
REDIRECT_URL /3/1021.html
REMOTE_ADDR 52.14.150.55
REMOTE_PORT 48500
REQUEST_METHOD GET
REQUEST_URI /3/1021.html
SCRIPT_FILENAME /usr/home/wh-abcripw4t8d6ghom33s/htdocs/index.php
SCRIPT_NAME /index.php
SERVER_ADDR 10.21.179.135
SERVER_ADMIN webmaster@wh-abcripw4t8d6ghom33s.my3w.com
SERVER_NAME hbtqlawyers.com
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
TZ Asia/Shanghai
UNIQUE_ID ZiFOuwoVs4cAHkOk5d4AAAAS
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1713458875.1215
REQUEST_TIME 1713458875
PATH_INFO 3/1021.html
Environment Variablesempty
ThinkPHP Constants
APP_PATH /usr/home/wh-abcripw4t8d6ghom33s/htdocs/application/
BIND_MODULE index
MENU_ORGANIZATION [ "\u515a\u5efa\u6d3b\u52a8", "\u5987\u8054\u6d3b\u52a8", "\u5de5\u4f1a\u6d3b\u52a8", "\u56e2\u59d4\u6d3b\u52a8" ]
MENU_NEWS [ "\u6700\u65b0\u52a8\u6001", "\u884c\u4e1a\u8d44\u8baf", "\u6210\u529f\u6848\u4f8b" ]
THINK_VERSION 5.0.3
THINK_START_TIME 1713458875.1222
THINK_START_MEM 350264
EXT .php
DS /
THINK_PATH /usr/home/wh-abcripw4t8d6ghom33s/htdocs/thinkphp/
LIB_PATH /usr/home/wh-abcripw4t8d6ghom33s/htdocs/thinkphp/library/
CORE_PATH /usr/home/wh-abcripw4t8d6ghom33s/htdocs/thinkphp/library/think/
TRAIT_PATH /usr/home/wh-abcripw4t8d6ghom33s/htdocs/thinkphp/library/traits/
ROOT_PATH /usr/home/wh-abcripw4t8d6ghom33s/htdocs/
EXTEND_PATH /usr/home/wh-abcripw4t8d6ghom33s/htdocs/extend/
VENDOR_PATH /usr/home/wh-abcripw4t8d6ghom33s/htdocs/vendor/
RUNTIME_PATH /usr/home/wh-abcripw4t8d6ghom33s/htdocs/runtime/
LOG_PATH /usr/home/wh-abcripw4t8d6ghom33s/htdocs/runtime/log/
CACHE_PATH /usr/home/wh-abcripw4t8d6ghom33s/htdocs/runtime/cache/
TEMP_PATH /usr/home/wh-abcripw4t8d6ghom33s/htdocs/runtime/temp/
CONF_PATH /usr/home/wh-abcripw4t8d6ghom33s/htdocs/application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false