[0] HttpException in App.php line 377

控制器不存在:Info-center

  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', 'info-center', 'ind-ref-info'], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => true, ...], true) in App.php line 140
  3. at App::run() in start.php line 18
  4. at require('/www/wwwroot/www.tou...') in index.php line 18

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
PATH_TRANSLATED redirect:/index.php/ind-ref-info/rid/1872
PATH_INFO /info-center/ind-ref-info/rid/1872
SCRIPT_NAME /index.php
REQUEST_URI /index.php/info-center/ind-ref-info/rid/1872
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REMOTE_PORT 48558
SCRIPT_FILENAME /www/wwwroot/www.touchhr.com/public/index.php
SERVER_ADMIN webmaster@example.com
CONTEXT_DOCUMENT_ROOT /www/wwwroot/www.touchhr.com/public
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /www/wwwroot/www.touchhr.com/public
REMOTE_ADDR 3.94.102.228
SERVER_PORT 80
SERVER_ADDR 172.16.62.105
SERVER_NAME www.touchhr.com
SERVER_SOFTWARE Apache
SERVER_SIGNATURE <address>Apache Server at www.touchhr.com Port 80</address>
LD_LIBRARY_PATH /www/server/apache/lib
PATH /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin
HTTP_HOST www.touchhr.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
proxy-nokeepalive 1
FCGI_ROLE RESPONDER
PHP_SELF /index.php/info-center/ind-ref-info/rid/1872
REQUEST_TIME_FLOAT 1711669910.421
REQUEST_TIME 1711669910
Environment Variablesempty
ThinkPHP Constants
APP_PATH /www/wwwroot/www.touchhr.com/public/../application/
BIND_MODULE index
THINK_VERSION 5.0.3
THINK_START_TIME 1711669910.4213
THINK_START_MEM 380328
EXT .php
DS /
THINK_PATH /www/wwwroot/www.touchhr.com/thinkphp/
LIB_PATH /www/wwwroot/www.touchhr.com/thinkphp/library/
CORE_PATH /www/wwwroot/www.touchhr.com/thinkphp/library/think/
TRAIT_PATH /www/wwwroot/www.touchhr.com/thinkphp/library/traits/
ROOT_PATH /www/wwwroot/www.touchhr.com/
EXTEND_PATH /www/wwwroot/www.touchhr.com/extend/
VENDOR_PATH /www/wwwroot/www.touchhr.com/vendor/
RUNTIME_PATH /www/wwwroot/www.touchhr.com/runtime/
LOG_PATH /www/wwwroot/www.touchhr.com/runtime/log/
CACHE_PATH /www/wwwroot/www.touchhr.com/runtime/cache/
TEMP_PATH /www/wwwroot/www.touchhr.com/runtime/temp/
CONF_PATH /www/wwwroot/www.touchhr.com/public/../application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false
0.009369s