You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set basedir to a specific folder (such as C:\Test), the file list is displayed but 'file access functions', such as filesize and filemtime, throw a stat failed warning.
Seems like the basedir path should be used for these: warning mentions ./filename but I think it should be C:\Test\filename).
The text was updated successfully, but these errors were encountered:
Using Windows 10 with PHP 7.2 on IIS.
When I set
basedir
to a specific folder (such as C:\Test), the file list is displayed but 'file access functions', such asfilesize
andfilemtime
, throw astat failed
warning.Seems like the
basedir
path should be used for these: warning mentions./filename
but I think it should beC:\Test\filename
).The text was updated successfully, but these errors were encountered: