[0] HttpException in Module.php line 66

模块不存在:life

  1. $this->app['lang']->load($this->app->getAppPath() . $module . '/lang/' . $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 . '/' : ''));

Call Stack

  1. in Module.php line 66
  2. at Module->run() in Url.php line 26
  3. at Url->run() in App.php line 350
  4. 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
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /www/wwwroot/www.ebl100.com/public/index.php
QUERY_STRING s=/life/detail/life_id/475.html
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /life/detail/life_id/475.html
DOCUMENT_URI /index.php
DOCUMENT_ROOT /www/wwwroot/www.ebl100.com/public
SERVER_PROTOCOL HTTP/1.1
REQUEST_SCHEME http
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.22.1
REMOTE_ADDR 3.238.62.119
REMOTE_PORT 43894
SERVER_ADDR 172.23.177.194
SERVER_PORT 80
SERVER_NAME www.ebl100.com
REDIRECT_STATUS 200
PATH_INFO /life/detail/life_id/475.html
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST www.ebl100.com
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711658442.8633
REQUEST_TIME 1711658442
Environment Variablesempty
ThinkPHP Constantsempty