[0] HttpException in App.php line 535

模块不存在:a

  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(['a', 'guest', 'ADVERT'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 457
  3. at App::exec(['type' => 'module', 'module' => ['a', 'guest', 'ADVERT']], ['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('D:\www\www.extop.com...') in index.php line 17

Environment Variables

GET Data

/a/guest/ADVERT
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

PATH
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps
SYSTEMROOT
C:\Windows
COMSPEC
C:\Windows\system32\cmd.exe
PATHEXT
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR
C:\Windows
PHP_FCGI_MAX_REQUESTS
1000
PHPRC
D:/soft/phpstudy/PHPTutorial/php/php-5.4.45-nts/
_FCGI_SHUTDOWN_EVENT_
2556
HTTP_CONNECTION
close
SCRIPT_NAME
/index.php
REQUEST_URI
/a/guest/ADVERT
QUERY_STRING
/a/guest/ADVERT
REQUEST_METHOD
GET
SERVER_PROTOCOL
HTTP/1.1
GATEWAY_INTERFACE
CGI/1.1
REDIRECT_QUERY_STRING
/a/guest/ADVERT
REDIRECT_URL
/a/guest/ADVERT
REMOTE_PORT
56098
SCRIPT_FILENAME
D:/www/www.extop.com.cn/web/index.php
SERVER_ADMIN
admin@php.cn
CONTEXT_DOCUMENT_ROOT
D:/www/www.extop.com.cn/web
CONTEXT_PREFIX
REQUEST_SCHEME
http
DOCUMENT_ROOT
D:/www/www.extop.com.cn/web
REMOTE_ADDR
3.239.59.193
SERVER_PORT
80
SERVER_ADDR
172.17.74.91
SERVER_NAME
www.extop.com.cn
SERVER_SOFTWARE
Apache/2.4.23 (Win32) OpenSSL/1.0.2j mod_fcgid/2.3.9
SERVER_SIGNATURE
SystemRoot
C:\Windows
HTTP_HOST
www.extop.com.cn
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
REDIRECT_STATUS
200
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1710827907.4651
REQUEST_TIME
1710827907
PATH_INFO
/a/guest/ADVERT
Environment Variables
empty

ThinkPHP Constants

APP_PATH
D:\www\www.extop.com.cn\web/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1710827907.4657
THINK_START_MEM
142832
EXT
.php
DS
\
THINK_PATH
D:\www\www.extop.com.cn\thinkphp\
LIB_PATH
D:\www\www.extop.com.cn\thinkphp\library\
CORE_PATH
D:\www\www.extop.com.cn\thinkphp\library\think\
TRAIT_PATH
D:\www\www.extop.com.cn\thinkphp\library\traits\
ROOT_PATH
D:\www\www.extop.com.cn\
EXTEND_PATH
D:\www\www.extop.com.cn\extend\
VENDOR_PATH
D:\www\www.extop.com.cn\vendor\
RUNTIME_PATH
D:\www\www.extop.com.cn\runtime\
LOG_PATH
D:\www\www.extop.com.cn\runtime\log\
CACHE_PATH
D:\www\www.extop.com.cn\runtime\cache\
TEMP_PATH
D:\www\www.extop.com.cn\runtime\temp\
CONF_PATH
D:\www\www.extop.com.cn\web/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
true