[0] HttpException in App.php line 578

控制器不存在:app\index\controller\article\Php

  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 578
  2. at App::module(['index', 'article.php', null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 457
  3. at App::exec(['type' => 'module', 'module' => ['index', 'article.php', 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:\pingfan.cn\thinkp...') in index.php line 20

Environment Variables

GET Data

id
99
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

_FCGI_X_PIPE_
\\.\pipe\IISFCGI-a42f1e91-a11c-4aaf-96dc-d1ff89536ce3
PHP_FCGI_MAX_REQUESTS
1000000
ALLUSERSPROFILE
C:\ProgramData
APPDATA
C:\Windows\system32\config\systemprofile\AppData\Roaming
APP_POOL_CONFIG
C:\inetpub\temp\apppools\www.1280.cn\www.1280.cn.config
APP_POOL_ID
www.1280.cn
CommonProgramFiles
C:\Program Files\Common Files
CommonProgramFiles(x86)
C:\Program Files (x86)\Common Files
CommonProgramW6432
C:\Program Files\Common Files
COMPUTERNAME
iZi1oe7aqcthdrZ
ComSpec
C:\Windows\system32\cmd.exe
FP_NO_HOST_CHECK
NO
LOCALAPPDATA
C:\Windows\system32\config\systemprofile\AppData\Local
NUMBER_OF_PROCESSORS
2
OS
Windows_NT
Path
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;
PATHEXT
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE
AMD64
PROCESSOR_IDENTIFIER
Intel64 Family 6 Model 85 Stepping 4, GenuineIntel
PROCESSOR_LEVEL
6
PROCESSOR_REVISION
5504
ProgramData
C:\ProgramData
ProgramFiles
C:\Program Files
ProgramFiles(x86)
C:\Program Files (x86)
ProgramW6432
C:\Program Files
PSModulePath
C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
PUBLIC
C:\Users\Public
SystemDrive
C:
SystemRoot
C:\Windows
TEMP
C:\Windows\TEMP
TMP
C:\Windows\TEMP
USERDOMAIN
WORKGROUP
USERNAME
iZi1oe7aqcthdrZ$
USERPROFILE
C:\Windows\system32\config\systemprofile
windir
C:\Windows
ORIG_PATH_INFO
/index.php/article.php
URL
/index.php
SERVER_SOFTWARE
Microsoft-IIS/8.5
SERVER_PROTOCOL
HTTP/1.1
SERVER_PORT_SECURE
0
SERVER_PORT
80
SERVER_NAME
www.1280.cn
SCRIPT_NAME
/index.php
SCRIPT_FILENAME
D:\pingfan.cn\public\index.php
REQUEST_URI
/article.php?id=99
REQUEST_METHOD
GET
REMOTE_USER
REMOTE_PORT
38226
REMOTE_HOST
44.222.146.114
REMOTE_ADDR
44.222.146.114
QUERY_STRING
id=99
PATH_TRANSLATED
D:\pingfan.cn\public\index.php\article.php
PATH_INFO
/article.php
LOGON_USER
LOCAL_ADDR
172.31.128.170
INSTANCE_META_PATH
/LM/W3SVC/17
INSTANCE_NAME
WWW.1280.CN
INSTANCE_ID
17
HTTPS_SERVER_SUBJECT
HTTPS_SERVER_ISSUER
HTTPS_SECRETKEYSIZE
HTTPS_KEYSIZE
HTTPS
off
GATEWAY_INTERFACE
CGI/1.1
DOCUMENT_ROOT
D:\pingfan.cn\public
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:\pingfan.cn\public\
APPL_MD_PATH
/LM/W3SVC/17/ROOT
IIS_UrlRewriteModule
7,1,1993,2351
UNENCODED_URL
/article.php?id=99
IIS_WasUrlRewritten
1
HTTP_X_ORIGINAL_URL
/article.php?id=99
HTTP_USER_AGENT
claudebot
HTTP_HOST
www.1280.cn
HTTP_ACCEPT
*/*
HTTP_CONTENT_LENGTH
0
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php/article.php
REQUEST_TIME_FLOAT
1711638864.6429
REQUEST_TIME
1711638864
Environment Variables
empty

ThinkPHP Constants

APP_PATH
D:\pingfan.cn\public/../app/
BIND_MODULE
index
APP_DEBUG
true
THINK_VERSION
5.0.19
THINK_START_TIME
1711638864.6436
THINK_START_MEM
270176
EXT
.php
DS
\
THINK_PATH
D:\pingfan.cn\thinkphp\
LIB_PATH
D:\pingfan.cn\thinkphp\library\
CORE_PATH
D:\pingfan.cn\thinkphp\library\think\
TRAIT_PATH
D:\pingfan.cn\thinkphp\library\traits\
ROOT_PATH
D:\pingfan.cn\
EXTEND_PATH
D:\pingfan.cn\extend\
VENDOR_PATH
D:\pingfan.cn\vendor\
RUNTIME_PATH
D:\pingfan.cn\runtime\
LOG_PATH
D:\pingfan.cn\runtime\log\
CACHE_PATH
D:\pingfan.cn\runtime\cache\
TEMP_PATH
D:\pingfan.cn\runtime\temp\
CONF_PATH
D:\pingfan.cn\public/../app/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
true