[0] HttpException in App.php line 583

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

  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', 'contacts', null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['index', 'contacts', 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('D:\wwwroot\pufashiji...') in index.php line 22

Environment Variables

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

Server/Request Data

ALLUSERSPROFILE
C:\ProgramData
APPDATA
C:\Users\Administrator\AppData\Roaming
CLIENTNAME
konglingquandeM
CommonProgramFiles
C:\Program Files\Common Files
CommonProgramFiles(x86)
C:\Program Files (x86)\Common Files
CommonProgramW6432
C:\Program Files\Common Files
COMPUTERNAME
xg
ComSpec
C:\Windows\system32\cmd.exe
FP_NO_HOST_CHECK
NO
HOMEDRIVE
C:
HOMEPATH
\Users\Administrator
LOCALAPPDATA
C:\Users\Administrator\AppData\Local
LOGONSERVER
\\xg
NUMBER_OF_PROCESSORS
2
OS
Windows_NT
Path
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft\Web Platform Installer\;d:\Program Files\Git\cmd;D:\phpstudy_pro\Extensions\php\php7.1.9nts;C:\ProgramData\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin
PATHEXT
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE
AMD64
PROCESSOR_IDENTIFIER
Intel64 Family 6 Model 79 Stepping 1, GenuineIntel
PROCESSOR_LEVEL
6
PROCESSOR_REVISION
4f01
ProgramData
C:\ProgramData
ProgramFiles
C:\Program Files
ProgramFiles(x86)
C:\Program Files (x86)
ProgramW6432
C:\Program Files
PSModulePath
C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
PUBLIC
C:\Users\Public
SESSIONNAME
RDP-Tcp#0
SystemDrive
C:
SystemRoot
C:\Windows
TEMP
C:\Users\ADMINI~1\AppData\Local\Temp\2
TMP
C:\Users\ADMINI~1\AppData\Local\Temp\2
USERDOMAIN
XG
USERDOMAIN_ROAMINGPROFILE
XG
USERNAME
Administrator
USERPROFILE
C:\Users\Administrator
windir
C:\Windows
HTTP_HOST
pfcshipping.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
REDIRECT_STATUS
200
SERVER_NAME
pufashiji.xg.bandaochina.com
SERVER_PORT
80
SERVER_ADDR
172.23.242.111
REMOTE_PORT
52228
REMOTE_ADDR
44.222.196.236
SERVER_SOFTWARE
nginx/1.15.11
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
D:\wwwroot\pufashiji\web\public
DOCUMENT_URI
/index.php
REQUEST_URI
/index/contacts
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=//index/contacts
PATH_TRANSLATED
D:\wwwroot\pufashiji\web\public
PATH_INFO
//index/contacts
SCRIPT_FILENAME
D:\wwwroot\pufashiji\web\public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711702405.2018
REQUEST_TIME
1711702405
Environment Variables
empty

ThinkPHP Constants

APP_PATH
D:\wwwroot\pufashiji\web\public/../application/
VIEW
D:\wwwroot\pufashiji\web\public/../application/_admin_manage/view/
VIEW_PC
D:\wwwroot\pufashiji\web\public/../application/index/view/
VIEW_PC_EN
D:\wwwroot\pufashiji\web\public/../application/en/view/
VIEW_M
D:\wwwroot\pufashiji\web\public/../application/m/view/
THINK_VERSION
5.0.24
THINK_START_TIME
1711702405.2036
THINK_START_MEM
369856
EXT
.php
DS
\
THINK_PATH
D:\wwwroot\pufashiji\web\thinkphp\
LIB_PATH
D:\wwwroot\pufashiji\web\thinkphp\library\
CORE_PATH
D:\wwwroot\pufashiji\web\thinkphp\library\think\
TRAIT_PATH
D:\wwwroot\pufashiji\web\thinkphp\library\traits\
ROOT_PATH
D:\wwwroot\pufashiji\web\
EXTEND_PATH
D:\wwwroot\pufashiji\web\extend\
VENDOR_PATH
D:\wwwroot\pufashiji\web\vendor\
RUNTIME_PATH
D:\wwwroot\pufashiji\web\runtime\
LOG_PATH
D:\wwwroot\pufashiji\web\runtime\log\
CACHE_PATH
D:\wwwroot\pufashiji\web\runtime\cache\
TEMP_PATH
D:\wwwroot\pufashiji\web\runtime\temp\
CONF_PATH
D:\wwwroot\pufashiji\web\public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
true