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
We have the same issue after updating to laravel 11 and the ftp adapter is separated from the Flysystem package.
I have digging some deeper and found the issue which causes the problem.
The Flysystem FTP adapter which the laravel file manager is depending on is using ftp_mdtm() for retrieving the last modified date.
The problem is that ftp_mdtm() is working with files and not for folders. So it will return a -1 which causes the error.
I can make an check in the new folder function which checked if the adapter is an instance of flysystem-ftp or not like you do with the AWS adapter.
Hi, has anyone come across this problem since I updated laravel to 10 when I try a folder I get this error.
lastModified does not exist
(FTP disk) 500 Error when creating a new folder - Directory not found
The text was updated successfully, but these errors were encountered: