[0] HttpException in Module.php line 79

模块不存在:a

  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(['a', 'picture', 'qianting']) in Url.php line 26
  4. at Url->init() in Dispatch.php line 35
  5. at Dispatch->__construct('a|picture|qianting|1...', ['depr' => '/', 'auto_search' => false]) in Route.php line 792
  6. at Route->check('a/picture/qianting/1...', '/', false, false) in App.php line 534
  7. at App->routeCheck() in App.php line 372
  8. at App->run() in index.php line 20

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.xiaohaigui520.com/public/index.php
QUERY_STRING s=/a/picture/qianting/199.html
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /a/picture/qianting/199.html
DOCUMENT_URI /index.php
DOCUMENT_ROOT /www/wwwroot/www.xiaohaigui520.com/public
SERVER_PROTOCOL HTTP/2.0
REQUEST_SCHEME https
HTTPS on
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.17.8
REMOTE_ADDR 44.200.249.42
REMOTE_PORT 53568
SERVER_ADDR 172.19.154.172
SERVER_PORT 443
SERVER_NAME www.xiaohaigui520.com
REDIRECT_STATUS 200
PATH_INFO /a/picture/qianting/199.html
HTTP_HOST www.xiaohaigui520.com
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_REFERER http://www.xiaohaigui520.com/a/picture/qianting/199.html
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711659813.8164
REQUEST_TIME 1711659813
Environment Variablesempty
ThinkPHP Constants
DOCUMENT_PATH /www/wwwroot/www.xiaohaigui520.com/public
MD5_KEY WS
APP_PATH /www/wwwroot/application/www.xiaohaigui520.com
ADD 1
CHECK 2
DELETE 4
EDIT 8
DOWNLOAD 16
PULL 32
PUSH 64