Skip to content
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

Call to undefined method League\Flysystem\Filesystem::createDriver #41

Closed
olimorris opened this issue Jun 19, 2015 · 4 comments
Closed

Comments

@olimorris
Copy link

Since updating to league/flysystem-aws-s3-v3 I get the following error:

[BadMethodCallException]
Call to undefined method League\Flysystem\Filesystem::createDriver

screen shot 2015-06-19 at 07 02 25

@freekmurze
Copy link
Member

I haven't run into that issue myself. I'll try to reproduce this soon.

@freekmurze
Copy link
Member

Could you check if the value destination.filesystem in the config file of this package is an array? All elements of the array should match a disk that is configered in de filesystems config file.

@freekmurze
Copy link
Member

Were you able to solve this issue? If so, what was the solution?

@jkmassel
Copy link

I had the same issue, had to do a few things to make it work:

  1. file system couldn't be called 'backup'
  2. Needed to set a path (can't put it in the root of an S3 bucket or you get an error saying:

[ErrorException]
Undefined index: Key

  1. Made the filesystem key not an array

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants