[0] HttpException in App.php line 583

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

  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', 'schoole', 'apply'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 457
  3. at App::exec(['type' => 'module', 'module' => ['index', 'schoole', 'apply']], ['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('/www/wwwroot/qyz_hua...') in index.php line 17

Environment Variables

GET Data

/index/schoole/apply_html
POST Data
empty
Files
empty

Cookies

$Version
1
PHPSESSID
voo9pb2e4gksu43hqb7dsk4j94
$Path
/
Session
empty

Server/Request Data

USER
www
HOME
/home/www
FCGI_ROLE
RESPONDER
REDIRECT_gzip-only-text/html
1
REDIRECT_STATUS
200
gzip-only-text/html
1
proxy-nokeepalive
1
HTTP_REFERER
http://www.huanruicorp.com/index/school/apply.html
HTTP_COOKIE
$Version=1; PHPSESSID=voo9pb2e4gksu43hqb7dsk4j94; $Path=/
HTTP_CONNECTION
keep-alive
HTTP_HOST
www.huanruicorp.com
HTTP_USER_AGENT
Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)
HTTP_ACCEPT
text/html,image/png,image/jpeg,image/pjpeg,image/x-xbitmap,image/svg+xml,image/gif;q=0.9,*/*;q=0.1
HTTP_ACCEPT_LANGUAGE
en, *
HTTP_ACCEPT_ENCODING
gzip, identity;q=0.9
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.huanruicorp.com Port 80</address>
SERVER_SOFTWARE
Apache
SERVER_NAME
www.huanruicorp.com
SERVER_ADDR
172.31.103.52
SERVER_PORT
80
REMOTE_ADDR
111.248.163.54
DOCUMENT_ROOT
/www/wwwroot/qyz_huanrui/public
REQUEST_SCHEME
http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT
/www/wwwroot/qyz_huanrui/public
SERVER_ADMIN
webmaster@example.com
SCRIPT_FILENAME
/www/wwwroot/qyz_huanrui/public/index.php
REMOTE_PORT
2135
REDIRECT_URL
/index/schoole/apply.html
REDIRECT_QUERY_STRING
/index/schoole/apply.html
GATEWAY_INTERFACE
CGI/1.1
SERVER_PROTOCOL
HTTP/1.1
REQUEST_METHOD
GET
QUERY_STRING
/index/schoole/apply.html
REQUEST_URI
/index/schoole/apply.html
SCRIPT_NAME
/index.php
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1670529791.2084
REQUEST_TIME
1670529791
PATH_INFO
/index/schoole/apply.html
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/qyz_huanrui/public/application/
THINK_VERSION
5.0.24
THINK_START_TIME
1670529791.2091
THINK_START_MEM
270000
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/qyz_huanrui/thinkphp/
LIB_PATH
/www/wwwroot/qyz_huanrui/thinkphp/library/
CORE_PATH
/www/wwwroot/qyz_huanrui/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/qyz_huanrui/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/qyz_huanrui/
EXTEND_PATH
/www/wwwroot/qyz_huanrui/extend/
VENDOR_PATH
/www/wwwroot/qyz_huanrui/vendor/
RUNTIME_PATH
/www/wwwroot/qyz_huanrui/runtime/
LOG_PATH
/www/wwwroot/qyz_huanrui/runtime/log/
CACHE_PATH
/www/wwwroot/qyz_huanrui/runtime/cache/
TEMP_PATH
/www/wwwroot/qyz_huanrui/runtime/temp/
CONF_PATH
/www/wwwroot/qyz_huanrui/public/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false