[0] HttpException in Module.php line 67

模块不存在:products_index

  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 67
  2. at Module->run() in Url.php line 26
  3. at Url->run() in App.php line 377
  4. at App->think\{closure}(object(Request), object(Closure), null)
  5. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 105
  6. at Middleware->think\{closure}(object(Request))
  7. at call_user_func(object(Closure), object(Request)) in Middleware.php line 66
  8. at Middleware->dispatch(object(Request)) in App.php line 398
  9. at App->run() in index.php line 18

Environment Variables

GET Data
productCategoryColumnId 1.html
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST m.xinsheng100.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO //products_index/
REDIRECT_STATUS 200
SERVER_NAME m.xinsheng100.com
SERVER_PORT 80
SERVER_ADDR 172.24.234.238
REMOTE_PORT 49060
REMOTE_ADDR 3.85.63.190
SERVER_SOFTWARE nginx/1.18.0
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /mnt/wwwroot/m.xinsheng100.com
DOCUMENT_URI /index.php
REQUEST_URI /products_index/&productCategoryColumnId=1.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=//products_index/&productCategoryColumnId=1.html
SCRIPT_FILENAME /mnt/wwwroot/m.xinsheng100.com/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710824928.1457
REQUEST_TIME 1710824928
Environment Variablesempty
ThinkPHP Constants
APP_PATH /mnt/wwwroot/m.xinsheng100.com/application/
ADMIN_TPL /application/admin/view
INDEX_TPL /application/index/view
default_module index