barryvdh / elfinder-flysystem-driver

elFinder driver for Flysystem
183 stars 41 forks source link

Can't open folders #62

Open sankety opened 7 years ago

sankety commented 7 years ago

It is the same issue as https://github.com/barryvdh/elfinder-flysystem-driver/issues/44 Using S3 with elfinder and cannot open folder although can create folder and upload file. When I installed the package via composer I have received old commit I think so, which has following code still in it

if (!$meta) { return array(); }

please @barryvdh fix this issue.

luancschmitz commented 7 years ago

I also have this error, and commenting on that part of the code, the elfinder works perfectly.

sankety commented 7 years ago

Apparently this issue is fixed on dev:master and not on v0.2.0. So @luancschmitz if you want to make things working without commenting anything in vendor folder then just

composer require barryvdh/elfinder-flysystem-driver:dev-master