[0] HttpException in Module.php line 70

模块不存在:about-9

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

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_REFERER http://www.kinglong-lighting.com/about-9.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST www.kinglong-lighting.com
PATH_INFO /about-9.html
REDIRECT_STATUS 200
SERVER_NAME kinglong-lighting.com
SERVER_PORT 443
SERVER_ADDR 172.17.108.86
REMOTE_PORT 38378
REMOTE_ADDR 54.242.75.224
SERVER_SOFTWARE nginx/1.22.1
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /www/wwwroot/www.kinglong-lighting.com
DOCUMENT_URI /index.php
REQUEST_URI /about-9.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/about-9.html
SCRIPT_FILENAME /www/wwwroot/www.kinglong-lighting.com/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710833111.6584
REQUEST_TIME 1710833111
Environment Variablesempty
ThinkPHP Constants
APP_PATH /www/wwwroot/www.kinglong-lighting.com/application/
WWW_PATH /www/wwwroot/www.kinglong-lighting.com/
RUNTIME_PATH /www/wwwroot/www.kinglong-lighting.com/runtime/
THEME default