[0] HttpException in App.php line 391

控制器不存在:Studio

  1. // 设置当前请求的控制器、操作
  2. $request->controller(Loader::parseName($controller, 1))->action($actionName);
  3. // 监听module_init
  4. Hook::listen('module_init', $request);
  5. $instance = Loader::controller($controller, $config['url_controller_layer'], $config['controller_suffix'], $config['empty_controller']);
  6. if (is_null($instance)) {
  7. throw new HttpException(404, 'controller not exists:' . Loader::parseName($controller, 1));
  8. }
  9. // 获取当前操作名
  10. $action = $actionName . $config['action_suffix'];
  11. $vars = [];
  12. if (is_callable([$instance, $action])) {
  13. // 执行操作方法
  14. $call = [$instance, $action];
  15. } elseif (is_callable([$instance, '_empty'])) {

Call Stack

  1. in App.php line 391
  2. at App::module(['index', 'studio', 'index'], ['app_debug' => true, 'app_trace' => false, 'app_status' => '', ...], true) in App.php line 295
  3. at App::exec(['type' => 'module', 'module' => ['index', 'studio', 'index']], ['app_debug' => true, 'app_trace' => false, 'app_status' => '', ...]) in App.php line 123
  4. at App::run() in start.php line 18
  5. at require('/www/wwwroot/kqc/thi...') in index.php line 16

Environment Variables

GET Data

cid
236
type
0
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_HOST
kongquechao.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
/index/studio/index.html
REDIRECT_STATUS
200
SERVER_NAME
www.kongquechao.com
SERVER_PORT
80
SERVER_ADDR
172.17.52.251
REMOTE_PORT
50868
REMOTE_ADDR
54.144.233.198
SERVER_SOFTWARE
nginx/1.18.0
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/kqc
DOCUMENT_URI
/index.php/index/studio/index.html
REQUEST_URI
/index.php/index/studio/index.html?cid=236&type=0
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
cid=236&type=0
SCRIPT_FILENAME
/www/wwwroot/kqc/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php/index/studio/index.html
REQUEST_TIME_FLOAT
1711615453.2173
REQUEST_TIME
1711615453
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/kqc/application/
THINK_VERSION
5.0.9
THINK_START_TIME
1711615453.2176
THINK_START_MEM
407736
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/kqc/thinkphp/
LIB_PATH
/www/wwwroot/kqc/thinkphp/library/
CORE_PATH
/www/wwwroot/kqc/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/kqc/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/kqc/
EXTEND_PATH
/www/wwwroot/kqc/extend/
VENDOR_PATH
/www/wwwroot/kqc/vendor/
RUNTIME_PATH
/www/wwwroot/kqc/runtime/
LOG_PATH
/www/wwwroot/kqc/runtime/log/
CACHE_PATH
/www/wwwroot/kqc/runtime/cache/
TEMP_PATH
/www/wwwroot/kqc/runtime/temp/
CONF_PATH
/www/wwwroot/kqc/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
KQC
http://cdn.kongquechao.com
KQY
https://cdn.kongquechao.com
CDN
/www/wwwroot/img
IMG_URL
https://img.kongquechao.com
IMG_PATH
/www/wwwroot/img
INVT_URL
https://invt.kongquechao.com
KQC_URL
https://www.kongquechao.com
GETLIKES_URL
https://getlikes.kongquechao.com
CLOUD_URL
https://cloud.kongquechao.com