[0] HttpException in App.php line 535

模块不存在:company

  1. $config = self::init($module);
  2. // 模块请求缓存检查
  3. $request->cache(
  4. $config['request_cache'],
  5. $config['request_cache_expire'],
  6. $config['request_cache_except']
  7. );
  8. } else {
  9. throw new HttpException(404, 'module not exists:' . $module);
  10. }
  11. } else {
  12. // 单一模块部署
  13. $module = '';
  14. $request->module($module);
  15. }
  16. // 设置默认过滤机制
  17. $request->filter($config['default_filter']);

Call Stack

  1. in App.php line 535
  2. at App::module(['company', 'page', null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['company', 'page', null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/opt/rossum-robot/ro...') in index.php line 25

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
nobody
HOME
/
HTTP_HOST
rossum-robot.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PHP_VALUE
open_basedir=/opt/rossum-robot/rossum-robot/:/tmp/:/proc/
REDIRECT_STATUS
200
SERVER_NAME
rossum-robot.com
SERVER_PORT
443
SERVER_ADDR
172.18.232.231
REMOTE_PORT
46060
REMOTE_ADDR
3.229.124.236
SERVER_SOFTWARE
nginx/1.16.1
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/opt/rossum-robot/rossum-robot/public
DOCUMENT_URI
/index.php
REQUEST_URI
/company/page.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/company/page.html
SCRIPT_FILENAME
/opt/rossum-robot/rossum-robot/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711669863.9781
REQUEST_TIME
1711669863
PATH_INFO
/company/page.html
Environment Variables
empty

ThinkPHP Constants

ROOT_PATH
/opt/rossum-robot/rossum-robot/public
APP_PATH
/opt/rossum-robot/rossum-robot/public/../application/
UPLOAD_PATH
/opt/rossum-robot/rossum-robot/public/public/upload/
PUBLIC_PATH
/opt/rossum-robot/rossum-robot/public/public/
__PUBLIC__
HTTP
https://
NOWTIME
1711669863
SITE_URL
https://rossum-robot.com
THINK_VERSION
5.0.24
THINK_START_TIME
1711669863.9785
THINK_START_MEM
415104
EXT
.php
DS
/
THINK_PATH
/opt/rossum-robot/rossum-robot/thinkphp/
LIB_PATH
/opt/rossum-robot/rossum-robot/thinkphp/library/
CORE_PATH
/opt/rossum-robot/rossum-robot/thinkphp/library/think/
TRAIT_PATH
/opt/rossum-robot/rossum-robot/thinkphp/library/traits/
EXTEND_PATH
/opt/rossum-robot/rossum-robot/publicextend/
VENDOR_PATH
/opt/rossum-robot/rossum-robot/publicvendor/
RUNTIME_PATH
/opt/rossum-robot/rossum-robot/publicruntime/
LOG_PATH
/opt/rossum-robot/rossum-robot/publicruntime/log/
CACHE_PATH
/opt/rossum-robot/rossum-robot/publicruntime/cache/
TEMP_PATH
/opt/rossum-robot/rossum-robot/publicruntime/temp/
CONF_PATH
/opt/rossum-robot/rossum-robot/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false