[0] HttpException in App.php line 347

module not exists:m

  1. $available = true;
  2. }
  3. // 模块初始化
  4. if ($module && $available) {
  5. // 初始化模块
  6. $request->module($module);
  7. $config = self::init($module);
  8. } else {
  9. throw new HttpException(404, 'module not exists:' . $module);
  10. }
  11. } else {
  12. // 单一模块部署
  13. $module = '';
  14. $request->module($module);
  15. }
  16. // 当前模块路径
  17. App::$modulePath = APP_PATH . ($module ? $module . DS : '');

Call Stack

  1. in App.php line 347
  2. at App::module(['m', 'job', 'search'], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 138
  3. at App::run() in start.php line 18
  4. at require('/www/wwwroot/xyshnsh...') in index.php line 17

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
proxy-nokeepalive 1
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST www.xyshnsh.com
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
LD_LIBRARY_PATH /www/server/apache/lib
SERVER_SIGNATURE <address>Apache Server at www.xyshnsh.com Port 80</address>
SERVER_SOFTWARE Apache
SERVER_NAME www.xyshnsh.com
SERVER_ADDR 172.16.8.88
SERVER_PORT 80
REMOTE_ADDR 35.173.178.60
DOCUMENT_ROOT /www/wwwroot/xyshnsh.com
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /www/wwwroot/xyshnsh.com
SERVER_ADMIN webmaster@example.com
SCRIPT_FILENAME /www/wwwroot/xyshnsh.com/index.php
REMOTE_PORT 45962
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /index.php/m/job/search.html
SCRIPT_NAME /index.php
PATH_INFO /m/job/search.html
PATH_TRANSLATED /www/wwwroot/xyshnsh.com/m/job/search.html
PHP_SELF /index.php/m/job/search.html
REQUEST_TIME_FLOAT 1711677905.871
REQUEST_TIME 1711677905
Environment Variablesempty
ThinkPHP Constants
APP_PATH /www/wwwroot/xyshnsh.com/application/
THINK_VERSION 5.0.2
THINK_START_TIME 1711677905.8715
THINK_START_MEM 261624
EXT .php
DS /
THINK_PATH /www/wwwroot/xyshnsh.com/thinkphp/
LIB_PATH /www/wwwroot/xyshnsh.com/thinkphp/library/
CORE_PATH /www/wwwroot/xyshnsh.com/thinkphp/library/think/
TRAIT_PATH /www/wwwroot/xyshnsh.com/thinkphp/library/traits/
ROOT_PATH /www/wwwroot/xyshnsh.com/
EXTEND_PATH /www/wwwroot/xyshnsh.com/extend/
VENDOR_PATH /www/wwwroot/xyshnsh.com/vendor/
RUNTIME_PATH /www/wwwroot/xyshnsh.com/runtime/
LOG_PATH /www/wwwroot/xyshnsh.com/runtime/log/
CACHE_PATH /www/wwwroot/xyshnsh.com/runtime/cache/
TEMP_PATH /www/wwwroot/xyshnsh.com/runtime/temp/
CONF_PATH /www/wwwroot/xyshnsh.com/application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false