[0] HttpException in App.php line 606

方法不存在:app\website\controller\IndexController->list-2()

  1. $actionName = $suffix ? substr($methodName, 0, -strlen($suffix)) : $methodName;
  2. $request->action($actionName);
  3. } elseif (is_callable([$instance, '_empty'])) {
  4. // 空操作
  5. $call = [$instance, '_empty'];
  6. $vars = [$actionName];
  7. } else {
  8. // 操作不存在
  9. throw new HttpException(404, 'method not exists:' . get_class($instance) . '->' . $action . '()');
  10. }
  11. Hook::listen('action_begin', $call);
  12. return self::invokeMethod($call, $vars);
  13. }
  14. /**
  15. * URL路由检测(根据PATH_INFO)

Call Stack

  1. in App.php line 606
  2. at App::module(['website', 'index', 'list-2'], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...], true) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['website', 'index', 'list-2']], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...]) in App.php line 139
  4. at App::run() in index.php line 45

Environment Variables

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

Server/Request Data

PHPRC
C:\php7\
PHP_FCGI_MAX_REQUESTS
10000
ALLUSERSPROFILE
C:\ProgramData
APPDATA
C:\Windows\system32\config\systemprofile\AppData\Roaming
APP_POOL_ID
Normal_29
CommonProgramFiles
C:\Program Files\Common Files
COMPUTERNAME
WIN-NLRTEOW2ILZ
ComSpec
C:\Windows\system32\cmd.exe
FP_NO_HOST_CHECK
NO
LOCALAPPDATA
C:\Windows\system32\config\systemprofile\AppData\Local
OS
Windows_NT
Path
C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\php5;C:\Program Files\WinRAR;C:\Windows\System32\inetsrv;C:\salt
PATHEXT
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE
x86
PROCESSOR_IDENTIFIER
x86 Family 6 Model 45 Stepping 7, GenuineIntel
PROCESSOR_LEVEL
6
PROCESSOR_REVISION
2d07
ProgramData
C:\ProgramData
ProgramFiles
C:\Program Files
PSModulePath
C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files\Microsoft Security Client\MpProvider\
PUBLIC
C:\Users\Public
SystemDrive
C:
SystemRoot
C:\Windows
TEMP
C:\Windows\TEMP
TMP
C:\Windows\TEMP
USERDOMAIN
WORKGROUP
USERNAME
WIN-NLRTEOW2ILZ$
USERPROFILE
C:\Windows\system32\config\systemprofile
windir
C:\Windows
ORIG_PATH_INFO
/index.php
URL
/index.php
SERVER_SOFTWARE
Microsoft-IIS/7.0
SERVER_PROTOCOL
HTTP/1.0
SERVER_PORT_SECURE
0
SERVER_PORT
80
SERVER_NAME
ahhc.cc
SCRIPT_NAME
/index.php
REQUEST_METHOD
GET
REMOTE_USER
REMOTE_PORT
40768
REMOTE_HOST
180.153.100.49
REMOTE_ADDR
180.153.100.49
QUERY_STRING
s=website/index/list-2.html
PATH_TRANSLATED
D:\wwwroot\ahhc\wwwroot\index.php
LOGON_USER
LOCAL_ADDR
114.80.154.67
INSTANCE_META_PATH
/LM/W3SVC/370
INSTANCE_ID
370
HTTPS_SERVER_SUBJECT
HTTPS_SERVER_ISSUER
HTTPS_SECRETKEYSIZE
HTTPS_KEYSIZE
HTTPS
off
GATEWAY_INTERFACE
CGI/1.1
CONTENT_TYPE
CONTENT_LENGTH
0
CERT_SUBJECT
CERT_SERIALNUMBER
CERT_ISSUER
CERT_FLAGS
CERT_COOKIE
AUTH_USER
AUTH_PASSWORD
AUTH_TYPE
APPL_PHYSICAL_PATH
D:\wwwroot\ahhc\wwwroot\
APPL_MD_PATH
/LM/W3SVC/370/ROOT
IIS_UrlRewriteModule
7.1.0761.0
UNENCODED_URL
/website/index/list-2.html
IIS_WasUrlRewritten
1
SCRIPT_FILENAME
D:\wwwroot\ahhc\wwwroot\index.php
REQUEST_URI
/website/index/list-2.html
DOCUMENT_ROOT
D:\wwwroot\ahhc\wwwroot
HTTP_X_ORIGINAL_URL
/website/index/list-2.html
HTTP_X_FORWARDED_FOR
54.160.243.44
HTTP_X_REAL_IP
54.160.243.44
HTTP_SSL_FLAG
SSL
HTTP_USER_AGENT
claudebot
HTTP_HOST
ahhc.cc
HTTP_ACCEPT
*/*
HTTP_CONTENT_LENGTH
0
HTTP_CONNECTION
close
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711671140.5077
REQUEST_TIME
1711671140
PATH_INFO
website/index/list-2.html
Environment Variables
empty

ThinkPHP Constants

APP_DEBUG
true
CMF_ROOT
D:\wwwroot\ahhc\wwwroot./thinkcmf/
APP_PATH
D:\wwwroot\ahhc\wwwroot./thinkcmf/app/
CMF_PATH
D:\wwwroot\ahhc\wwwroot./thinkcmf/simplewind/cmf/
WEB_ROOT
D:\wwwroot\ahhc\wwwroot/
PLUGINS_PATH
D:\wwwroot\ahhc\wwwroot/plugins/
EXTEND_PATH
D:\wwwroot\ahhc\wwwroot./thinkcmf/simplewind/extend/
VENDOR_PATH
D:\wwwroot\ahhc\wwwroot./thinkcmf/simplewind/vendor/
RUNTIME_PATH
D:\wwwroot\ahhc\wwwroot./thinkcmf/data/runtime/
THINKCMF_VERSION
5.0.190419
THINK_VERSION
5.0.24
THINK_START_TIME
1711671140.5233
THINK_START_MEM
378856
EXT
.php
DS
\
THINK_PATH
D:\wwwroot\ahhc\wwwroot\thinkcmf\simplewind\thinkphp\
LIB_PATH
D:\wwwroot\ahhc\wwwroot\thinkcmf\simplewind\thinkphp\library\
CORE_PATH
D:\wwwroot\ahhc\wwwroot\thinkcmf\simplewind\thinkphp\library\think\
TRAIT_PATH
D:\wwwroot\ahhc\wwwroot\thinkcmf\simplewind\thinkphp\library\traits\
ROOT_PATH
D:\wwwroot\ahhc\wwwroot\thinkcmf\
LOG_PATH
D:\wwwroot\ahhc\wwwroot./thinkcmf/data/runtime/log\
CACHE_PATH
D:\wwwroot\ahhc\wwwroot./thinkcmf/data/runtime/cache\
TEMP_PATH
D:\wwwroot\ahhc\wwwroot./thinkcmf/data/runtime/temp\
CONF_PATH
D:\wwwroot\ahhc\wwwroot./thinkcmf/app/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
true
HTMLPURIFIER_PREFIX
D:\wwwroot\ahhc\wwwroot\thinkcmf\simplewind\vendor\ezyang\htmlpurifier\library
0.093689s