[0] HttpException in Module.php line 68

模块不存在:gs

  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 68
  2. at Module->run() in Url.php line 26
  3. at Url->run() in App.php line 309
  4. at App->run() in start.php line 21
  5. at require('/webhome/taishanedu/...') in index.php line 17

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER nobody
HOME /
HTTP_HOST www.taishanedu.cn
HTTP_REFERER http://www.taishanedu.cn/gs.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
REDIRECT_STATUS 200
SERVER_NAME www.taishanedu.cn
SERVER_PORT 443
SERVER_ADDR 172.31.93.48
REMOTE_PORT 54838
REMOTE_ADDR 3.230.128.106
SERVER_SOFTWARE nginx/1.16.0
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /webhome/taishanedu/public
DOCUMENT_URI /index.php/
REQUEST_URI /gs.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=gs.html
SCRIPT_FILENAME /webhome/taishanedu/public/index.php
PATH_INFO gs.html
FCGI_ROLE RESPONDER
PHP_SELF /index.php/
REQUEST_TIME_FLOAT 1710841534.2558
REQUEST_TIME 1710841534
argv [ "s=gs.html" ]
argc 1
Environment Variables
USER nobody
HOME /
HTTP_HOST www.taishanedu.cn
HTTP_REFERER http://www.taishanedu.cn/gs.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
REDIRECT_STATUS 200
SERVER_NAME www.taishanedu.cn
SERVER_PORT 443
SERVER_ADDR 172.31.93.48
REMOTE_PORT 54838
REMOTE_ADDR 3.230.128.106
SERVER_SOFTWARE nginx/1.16.0
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /webhome/taishanedu/public
DOCUMENT_URI /index.php/
REQUEST_URI /gs.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=gs.html
SCRIPT_FILENAME /webhome/taishanedu/public/index.php
PATH_INFO /
FCGI_ROLE RESPONDER
PHP_SELF /index.php/
REQUEST_TIME_FLOAT 1710841534.2558
REQUEST_TIME 1710841534
argv [ "s=gs.html" ]
argc 1
ThinkPHP Constants
APP_PATH /webhome/taishanedu/public/../application/