[0] HttpException in Module.php line 80

模块不存在:product-details-389

  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. exit;
  11. }
  12. } else {
  13. // 单一模块部署
  14. $module = '';
  15. $this->app['request']->module($module);
  16. }
  17. // 当前模块路径

Call Stack

  1. in Module.php line 80
  2. at Module->init() in Module.php line 33
  3. at Module->__construct(['product-details-389', null, null]) in Url.php line 27
  4. at Url->init() in Dispatch.php line 35
  5. at Dispatch->__construct('product-details-389', ['depr' => '/', 'auto_search' => false]) in Route.php line 792
  6. at Route->check('product-details-389', '/', false, false) in App.php line 532
  7. at App->routeCheck() in App.php line 367
  8. at App->run() in index.php line 24

Environment Variables

GET Data
/product-details-389_html
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REDIRECT_STATUS 200
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST www.huanbao1hao.com
PATH C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps
SystemRoot C:\Windows
COMSPEC C:\Windows\system32\cmd.exe
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR C:\Windows
SERVER_SIGNATURE
SERVER_SOFTWARE Apache/2.4.53 (Win64) OpenSSL/1.1.1n PHP/7.4.28
SERVER_NAME www.huanbao1hao.com
SERVER_ADDR 172.30.79.100
SERVER_PORT 80
REMOTE_ADDR 3.235.139.122
DOCUMENT_ROOT D:/wwwRoot/xthuanbao
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT D:/wwwRoot/xthuanbao
SERVER_ADMIN admin@example.com
SCRIPT_FILENAME D:/wwwRoot/xthuanbao/index.php
REMOTE_PORT 34926
REDIRECT_URL /product-details-389.html
REDIRECT_QUERY_STRING /product-details-389.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING /product-details-389.html
REQUEST_URI /product-details-389.html
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711649406.7726
REQUEST_TIME 1711649406
PATH_INFO /product-details-389.html
Environment Variablesempty
ThinkPHP Constants
APP_PATH D:\wwwRoot\xthuanbao/application/