[0] HttpException in Module.php line 66

模块不存在:youhui

  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 362
  4. at App->run() in start.php line 21
  5. at require('/data3/masyun_tianme...') in index.php line 17

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www-data
HOME /var/www
HTTP_HOST wuhudj.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO /YouHui/Misc/Index/group2.html
REDIRECT_STATUS 200
SERVER_NAME api.tianmenshan.ixiaomayun.com
SERVER_PORT 80
SERVER_ADDR 10.24.154.138
REMOTE_PORT 41618
REMOTE_ADDR 54.145.82.104
SERVER_SOFTWARE nginx/1.14.0
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /data3/masyun_tianmenshan/api/public
DOCUMENT_URI /index.php
REQUEST_URI /YouHui/Misc/Index/group2.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/YouHui/Misc/Index/group2.html
SCRIPT_FILENAME /data3/masyun_tianmenshan/api/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php/YouHui/Misc/Index/group2.html
REQUEST_TIME_FLOAT 1711701977.8988
REQUEST_TIME 1711701977
Environment Variablesempty
ThinkPHP Constants
APP_PATH /data3/masyun_tianmenshan/api/public/../application/