#0 [0]UnexpectedValueException in File.php line 96

FilesystemIterator::__construct(D:\virtualhost\localuser\host2101621\www\runtime\session\,D:\virtualhost\localuser\host2101621\www\runtime\session\): ���ļ��Ѵ���ʱ���޷��������ļ��� (code: 183)

  1. /**
  2. * 查找文件
  3. * @param string $root
  4. * @param Closure $filter
  5. * @return Generator
  6. */
  7. protected function findFiles(string $root, Closure $filter)
  8. {
  9. $items = new FilesystemIterator($root);
  10. /** @var SplFileInfo $item */
  11. foreach ($items as $item) {
  12. if ($item->isDir() && !$item->isLink()) {
  13. yield from $this->findFiles($item->getPathname(), $filter);
  14. } else {
  15. if ($filter($item)) {
  16. yield $item;
  17. }

Call Stack

  1. in File.php line 96
  2. at FilesystemIterator->__construct('D:\virtualhost\local...') in File.php line 96
  3. at File->findFiles('D:\virtualhost\local...', object(Closure)) in File.php line 83
  4. at File->gc() in File.php line 65
  5. at File->init() in File.php line 47
  6. at File->__construct(object(App), ['name' => 'PHPSESSID', 'var_session_id' => '', 'store' => null, ...])
  7. at ReflectionClass->newInstanceArgs([object(App), ['name' => 'PHPSESSID', 'var_session_id' => '', 'store' => null, ...]]) in Container.php line 392
  8. at Container->invokeClass('\think\session\drive...', [['name' => 'PHPSESSID', 'var_session_id' => '', 'store' => null, ...]]) in Manager.php line 138
  9. at Manager->createDriver('file') in Session.php line 29
  10. at Session->createDriver('file') in Manager.php line 65
  11. at Manager->getDriver('file') in Manager.php line 55
  12. at Manager->driver() in Manager.php line 174
  13. at Manager->__call('getName', []) in SessionInit.php line 50
  14. at SessionInit->handle(object(Request), object(Closure))
  15. at call_user_func([object(SessionInit), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  16. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  17. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  18. at Pipeline->then(object(Closure)) in Http.php line 207
  19. at Http->runWithRequest(object(Request)) in Http.php line 170
  20. at Http->run() in index.php line 20

Environment Variables

GET Data
id 206
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
_FCGI_X_PIPE_ \\.\pipe\IISFCGI-f138bf5d-354e-4453-8dcd-1f4377d35cba
ALLUSERSPROFILE C:\ProgramData
APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming
APP_POOL_CONFIG C:\inetpub\temp\apppools\xin_host2101621\xin_host2101621.config
APP_POOL_ID xin_host2101621
CommonProgramFiles C:\Program Files\Common Files
CommonProgramFiles(x86) C:\Program Files (x86)\Common Files
CommonProgramW6432 C:\Program Files\Common Files
COMPUTERNAME WNWZ-125
ComSpec C:\Windows\system32\cmd.exe
DriverData C:\Windows\System32\Drivers\DriverData
LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local
NUMBER_OF_PROCESSORS 8
OS Windows_NT
Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps
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
TD_AGENT_TOPDIR C:\opt\td-agent\
TEMP C:\Windows\TEMP
TMP C:\Windows\TEMP
USERDOMAIN WORKGROUP
USERNAME WNWZ-125$
USERPROFILE C:\Windows\system32\config\systemprofile
windir C:\Windows
ORIG_PATH_INFO /index.php/product3.asp
URL /index.php
SERVER_SOFTWARE Microsoft-IIS/10.0
SERVER_PROTOCOL HTTP/1.1
SERVER_PORT_SECURE 0
SERVER_PORT 80
SERVER_NAME www.andeke.com
SCRIPT_NAME /index.php
SCRIPT_FILENAME d:\virtualhost\localuser\host2101621\www\index.php
REQUEST_URI /product3.asp?id=206
REQUEST_METHOD GET
REMOTE_USER
REMOTE_PORT 58796
REMOTE_HOST 3.239.208.72
REMOTE_ADDR 3.239.208.72
QUERY_STRING id=206
PATH_TRANSLATED d:\virtualhost\localuser\host2101621\www\index.php\product3.asp
PATH_INFO /product3.asp
LOGON_USER
LOCAL_ADDR 101.36.223.188
INSTANCE_META_PATH /LM/W3SVC/115
INSTANCE_NAME HOST2101621
INSTANCE_ID 115
HTTPS_SERVER_SUBJECT
HTTPS_SERVER_ISSUER
HTTPS_SECRETKEYSIZE
HTTPS_KEYSIZE
HTTPS off
GATEWAY_INTERFACE CGI/1.1
DOCUMENT_ROOT d:\virtualhost\localuser\host2101621\www
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:\virtualhost\localuser\host2101621\www\
APPL_MD_PATH /LM/W3SVC/115/ROOT
IIS_UrlRewriteModule 7,1,1993,2336
WEBSOCKET_VERSION 13
UNENCODED_URL /product3.asp?id=206
IIS_WasUrlRewritten 1
HTTP_X_ORIGINAL_URL /product3.asp?id=206
HTTP_USER_AGENT claudebot
HTTP_HOST www.andeke.com
HTTP_ACCEPT */*
HTTP_CONTENT_LENGTH 0
FCGI_ROLE RESPONDER
PHP_SELF /index.php/product3.asp
REQUEST_TIME_FLOAT 1711708770.3312
REQUEST_TIME 1711708770