[0] HttpException in Module.php line 68

模块不存在:a

  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('/home/wwwroot/wxpeng...') in index.php line 17

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER wxpengsheng
HOME /home/wwwroot/wxpengsheng
FCGI_ROLE RESPONDER
REDIRECT_STATUS 200
proxy-nokeepalive 1
HTTP_X_REAL_IP 54.242.75.224
HTTP_HOST wxpengsheng.com
HTTP_CONNECTION close
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SERVER_NAME wxpengsheng.com
SERVER_ADDR 127.0.0.1
SERVER_PORT 80
REMOTE_ADDR 54.242.75.224
DOCUMENT_ROOT /home/wwwroot/wxpengsheng/wwwroot
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /home/wwwroot/wxpengsheng/wwwroot
SERVER_ADMIN [no address given]
SCRIPT_FILENAME /home/wwwroot/wxpengsheng/wwwroot/index.php
REMOTE_PORT 59070
REDIRECT_URL /a/xinwenzixun/gongsixinwen/list_232_1.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /a/xinwenzixun/gongsixinwen/list_232_1.html
SCRIPT_NAME /index.php
PATH_INFO /a/xinwenzixun/gongsixinwen/list_232_1.html
PATH_TRANSLATED redirect:/index.php/a/xinwenzixun/gongsixinwen/list_232_1.html
PHP_SELF /index.php/a/xinwenzixun/gongsixinwen/list_232_1.html
REQUEST_TIME_FLOAT 1710832550.3295
REQUEST_TIME 1710832550
Environment Variablesempty
ThinkPHP Constants
APP_PATH /home/wwwroot/wxpengsheng/wwwroot/application/