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
SplFileInfo::getRealPath function returns false if file does not exist and apparently it also returns false for FTP path (eg: "ftp://username:password@hostname/filename.xml") even if file exists.
It could be probably fixed by using SplFileInfo::getPathname function instead.