[0] HttpException in Module.php line 79

模块不存在:eu-china-summit

  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(['eu-china-summit', null, null]) in Url.php line 26
  4. at Url->init() in Dispatch.php line 35
  5. at Dispatch->__construct('eu-china-summit|', ['depr' => '/', 'auto_search' => false]) in Route.php line 790
  6. at Route->check('eu-china-summit/', '/', false, false) in App.php line 504
  7. at App->routeCheck() in App.php line 345
  8. at App->run() in index.php line 23

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /www/wwwroot/carlodandrea.it/index.php
QUERY_STRING s=/eu-china-summit/
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /eu-china-summit/
DOCUMENT_URI /index.php
DOCUMENT_ROOT /www/wwwroot/carlodandrea.it
SERVER_PROTOCOL HTTP/2.0
REQUEST_SCHEME https
HTTPS on
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.22.1
REMOTE_ADDR 44.211.117.101
REMOTE_PORT 59842
SERVER_ADDR 172.31.196.234
SERVER_PORT 443
SERVER_NAME carlodandrea.it
REDIRECT_STATUS 200
PATH_INFO /eu-china-summit/
HTTP_HOST carlodandrea.it
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_REFERER http://carlodandrea.it/eu-china-summit/
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711640266.5791
REQUEST_TIME 1711640266
Environment Variablesempty
ThinkPHP Constants
ROOT_PATH /www/wwwroot/carlodandrea.it
APP_PATH /www/wwwroot/carlodandrea.it/application
WEB_URL http://carlodandrea.it/