[0] HttpException in App.php line 583

控制器不存在:app\index\controller\Member

  1. try {
  2. $instance = Loader::controller(
  3. $controller,
  4. $config['url_controller_layer'],
  5. $config['controller_suffix'],
  6. $config['empty_controller']
  7. );
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 获取当前操作名
  12. $action = $actionName . $config['action_suffix'];
  13. $vars = [];
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in App.php line 583
  2. at App::module(['index', 'member', null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['index', 'member', 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('/home/wwwroot/soundm...') in index.php line 25

Environment Variables

GET Data

c
login
lang
0
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
soundmagiccomcn
HOME
/home/wwwroot/soundmagiccomcn
SCRIPT_NAME
/index.php
REQUEST_URI
/index.php?s=member&c=login&lang=0
QUERY_STRING
s=member&c=login&lang=0
REQUEST_METHOD
GET
SERVER_PROTOCOL
HTTP/1.1
GATEWAY_INTERFACE
CGI/1.1
REMOTE_PORT
46308
SCRIPT_FILENAME
/home/wwwroot/soundmagiccomcn/wwwroot/index.php
SERVER_ADMIN
[no address given]
CONTEXT_DOCUMENT_ROOT
/home/wwwroot/soundmagiccomcn/wwwroot
CONTEXT_PREFIX
REQUEST_SCHEME
http
DOCUMENT_ROOT
/home/wwwroot/soundmagiccomcn/wwwroot
REMOTE_ADDR
44.221.43.208
SERVER_PORT
80
SERVER_ADDR
127.0.0.1
SERVER_NAME
soundmagic.com.cn
SERVER_SOFTWARE
Apache
SERVER_SIGNATURE
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_CONNECTION
close
HTTP_HOST
soundmagic.com.cn
HTTP_X_REAL_IP
44.221.43.208
proxy-nokeepalive
1
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1710836925.7142
REQUEST_TIME
1710836925
PATH_INFO
member
Environment Variables
empty

ThinkPHP Constants

BIND_MODULE
index
APP_PATH
/home/wwwroot/soundmagiccomcn/wwwroot/application/
THINK_VERSION
5.0.24
THINK_START_TIME
1710836925.7147
THINK_START_MEM
394880
EXT
.php
DS
/
THINK_PATH
/home/wwwroot/soundmagiccomcn/wwwroot/thinkphp/
LIB_PATH
/home/wwwroot/soundmagiccomcn/wwwroot/thinkphp/library/
CORE_PATH
/home/wwwroot/soundmagiccomcn/wwwroot/thinkphp/library/think/
TRAIT_PATH
/home/wwwroot/soundmagiccomcn/wwwroot/thinkphp/library/traits/
ROOT_PATH
/home/wwwroot/soundmagiccomcn/wwwroot/
EXTEND_PATH
/home/wwwroot/soundmagiccomcn/wwwroot/extend/
VENDOR_PATH
/home/wwwroot/soundmagiccomcn/wwwroot/vendor/
RUNTIME_PATH
/home/wwwroot/soundmagiccomcn/wwwroot/runtime/
LOG_PATH
/home/wwwroot/soundmagiccomcn/wwwroot/runtime/log/
CACHE_PATH
/home/wwwroot/soundmagiccomcn/wwwroot/runtime/cache/
TEMP_PATH
/home/wwwroot/soundmagiccomcn/wwwroot/runtime/temp/
CONF_PATH
/home/wwwroot/soundmagiccomcn/wwwroot/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
HTMLPURIFIER_PREFIX
/home/wwwroot/soundmagiccomcn/wwwroot/vendor/ezyang/htmlpurifier/library