[0] HttpException in Module.php line 66

模块不存在:books

  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 17

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_ACCEPT */*
HTTP_HOST www.wwqxf.cn
PATH_INFO /books/49665883.html
REDIRECT_STATUS 200
SERVER_NAME www.wwqxf.cn
SERVER_PORT 80
SERVER_ADDR 172.17.120.223
REMOTE_PORT 53355
REMOTE_ADDR 182.120.85.12
SERVER_SOFTWARE nginx/1.17.10
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/www.wwqxf.com/public
DOCUMENT_URI /index.php
REQUEST_URI /books/49665883.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/books/49665883.html
SCRIPT_FILENAME /www/wwwroot/www.wwqxf.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1716011434.1268
REQUEST_TIME 1716011434
Environment Variablesempty
ThinkPHP Constants
THINK_VERSION 5.0.24
THINK_START_TIME 1716011434.1286
THINK_START_MEM 387408
EXT .php
DS /
THINK_PATH /www/wwwroot/www.wwqxf.com/thinkphp/
LIB_PATH /www/wwwroot/www.wwqxf.com/thinkphp/library/
CORE_PATH /www/wwwroot/www.wwqxf.com/thinkphp/library/think/
TRAIT_PATH /www/wwwroot/www.wwqxf.com/thinkphp/library/traits/
APP_PATH /www/wwwroot/www.wwqxf.com/public/
ROOT_PATH /www/wwwroot/www.wwqxf.com/application/
EXTEND_PATH /www/wwwroot/www.wwqxf.com/application/extend/
VENDOR_PATH /www/wwwroot/www.wwqxf.com/application/vendor/
RUNTIME_PATH /www/wwwroot/www.wwqxf.com/application/runtime/
LOG_PATH /www/wwwroot/www.wwqxf.com/application/runtime/log/
CACHE_PATH /www/wwwroot/www.wwqxf.com/application/runtime/cache/
TEMP_PATH /www/wwwroot/www.wwqxf.com/application/runtime/temp/
CONF_PATH /www/wwwroot/www.wwqxf.com/public/
CONF_EXT .php
ENV_PREFIX PHP_