[0] HttpException in Url.php line 64

控制器不存在:2018-07-13

  1. if ($this->param['auto_search']) {
  2. $controller = $this->autoFindController($module, $path);
  3. } else {
  4. // 解析控制器
  5. $controller = !empty($path) ? array_shift($path) : null;
  6. }
  7. if ($controller && !preg_match('/^[A-Za-z][\w|\.]*$/', $controller)) {
  8. throw new HttpException(404, 'controller not exists:' . $controller);
  9. }
  10. // 解析操作
  11. $action = !empty($path) ? array_shift($path) : null;
  12. // 解析额外参数
  13. if ($path) {
  14. if ($this->rule->getConfig('url_param_type')) {
  15. $var += $path;

Call Stack

  1. in Url.php line 64
  2. at Url->parseUrl('bjyshj|2018-07-13|10...') in Url.php line 23
  3. at Url->init() in App.php line 402
  4. at App->run() in index.php line 23

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
_FCGI_X_PIPE_ \\.\pipe\IISFCGI-20ee05eb-0b91-4b24-bd4a-75e25b72e213
PHPRC C:\PHPBanBen\php-7.2.34\
PHP_FCGI_MAX_REQUESTS 10000
ALLUSERSPROFILE C:\ProgramData
APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming
APP_POOL_CONFIG C:\inetpub\temp\apppools\original.zccfpt.com\original.zccfpt.com.config
APP_POOL_ID original.zccfpt.com
CommonProgramFiles C:\Program Files\Common Files
CommonProgramFiles(x86) C:\Program Files (x86)\Common Files
CommonProgramW6432 C:\Program Files\Common Files
COMPUTERNAME iZqe1azqhlae5gZ
ComSpec C:\Windows\system32\cmd.exe
FP_NO_HOST_CHECK NO
LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local
NUMBER_OF_PROCESSORS 4
OS Windows_NT
Path C:\Program Files (x86)\PHP\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\MySQL\MySQL Server 5.5\bin;C:\ImageMagick\bin;C:\Program Files (x86)\gs\gs9.23\bin;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 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
SystemDrive C:
SystemRoot C:\Windows
TEMP C:\Windows\TEMP
TMP C:\Windows\TEMP
USERDOMAIN WORKGROUP
USERNAME iZqe1azqhlae5gZ$
USERPROFILE C:\Windows\system32\config\systemprofile
windir C:\Windows
windows_tracing_flags 3
windows_tracing_logfile C:\BVTBin\Tests\installpackage\csilogfile.log
ORIG_PATH_INFO /index.php/bjyshj/2018-07-13/1099.html
URL /index.php
SERVER_SOFTWARE Microsoft-IIS/7.5
SERVER_PROTOCOL HTTP/1.1
SERVER_PORT_SECURE 0
SERVER_PORT 80
SERVER_NAME zccfpt.com
SCRIPT_NAME /index.php
SCRIPT_FILENAME E:\wwwroot\original.zccfpt.com\public\index.php
REQUEST_URI /bjyshj/2018-07-13/1099.html
REQUEST_METHOD GET
REMOTE_USER
REMOTE_PORT 55252
REMOTE_HOST 107.23.85.179
REMOTE_ADDR 107.23.85.179
QUERY_STRING
PATH_TRANSLATED E:\wwwroot\original.zccfpt.com\public\index.php\bjyshj\2018-07-13\1099.html
PATH_INFO /bjyshj/2018-07-13/1099.html
LOGON_USER
LOCAL_ADDR 192.168.9.120
INSTANCE_META_PATH /LM/W3SVC/95
INSTANCE_NAME
INSTANCE_ID 95
HTTPS_SERVER_SUBJECT
HTTPS_SERVER_ISSUER
HTTPS_SECRETKEYSIZE
HTTPS_KEYSIZE
HTTPS off
GATEWAY_INTERFACE CGI/1.1
DOCUMENT_ROOT E:\wwwroot\original.zccfpt.com\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 E:\wwwroot\original.zccfpt.com\public\
APPL_MD_PATH /LM/W3SVC/95/ROOT
IIS_UrlRewriteModule 7.1.1952.0
HTTP_X_ORIGINAL_URL /bjyshj/2018-07-13/1099.html
HTTP_USER_AGENT claudebot
HTTP_HOST zccfpt.com
HTTP_ACCEPT */*
HTTP_CONTENT_LENGTH 0
FCGI_ROLE RESPONDER
PHP_SELF /index.php/bjyshj/2018-07-13/1099.html
REQUEST_TIME_FLOAT 1710830922.1455
REQUEST_TIME 1710830922
Environment Variablesempty
ThinkPHP Constantsempty