-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(FTP disk) 500 Error when creating a new folder - Directory not found #356
Comments
The same issue with Laravel 10 and FTP disk. Fixed with commenting lines 137 and 138 in
After page refreshing new folders are disappears. |
In my case it's was permissions issue. Sorry) |
Hello, I also have the same problem / can you tell me how you got the access or where to get the access to increase the permissions? |
When creating a folder via FTP disk I get the following status error:
The line that throws is line 138 in the ContentTrait.php file.
When I reload the page the folder shows so it does get created.
If I put
Storage::disk($disk)->directories()
inside thedirectoryProperties
method I can see the new folder but when callingStorage::disk($disk)->lastModified($path)
it fails. So it looks like it's unable to get the meta data. I'm not sure.My disk config is pretty simple:
The text was updated successfully, but these errors were encountered: