[0] HttpException in Module.php line 79

模块不存在:hp

  1. $this->app['lang']->load($this->app->getAppPath() . $module . DIRECTORY_SEPARATOR . 'lang' . DIRECTORY_SEPARATOR . $this->app['request']->langset() . '.php');
  2. // 模块请求缓存检查
  3. $this->app['request']->cache(
  4. $this->app->config('app.request_cache'),
  5. $this->app->config('app.request_cache_expire'),
  6. $this->app->config('app.request_cache_except')
  7. );
  8. } else {
  9. throw new HttpException(404, 'module not exists:' . $module);
  10. }
  11. } else {
  12. // 单一模块部署
  13. $module = '';
  14. $this->app['request']->module($module);
  15. }
  16. // 当前模块路径
  17. $this->app->setModulePath($this->app->getAppPath() . ($module ? $module . DIRECTORY_SEPARATOR : ''));

Call Stack

  1. in Module.php line 79
  2. at Module->init() in Module.php line 32
  3. at Module->__construct(['hp', 'index.aspx', null]) in Url.php line 26
  4. at Url->init() in Dispatch.php line 35
  5. at Dispatch->__construct('hp|index.aspx', ['depr' => '/', 'auto_search' => false]) in Route.php line 790
  6. at Route->check('hp|index.aspx', '/', false, false) in App.php line 504
  7. at App->routeCheck() in App.php line 345
  8. at App->run() in index.php line 15

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST hpkd.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO /hp/index.aspx
REDIRECT_STATUS 200
SERVER_NAME www.hpkd.com
SERVER_PORT 80
SERVER_ADDR 172.27.120.72
REMOTE_PORT 55584
REMOTE_ADDR 3.234.177.119
SERVER_SOFTWARE nginx/1.22.1
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/www.hpkd.com
DOCUMENT_URI /index.php
REQUEST_URI /hp/index.aspx
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/hp/index.aspx
SCRIPT_FILENAME /www/wwwroot/www.hpkd.com/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711637384.9847
REQUEST_TIME 1711637384
Environment Variablesempty
ThinkPHP Constants
EXTEND_PATH extend/