mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[GH-ISSUE #342] The controller for URI "/" is not callable: Identifier "flysystems" is not defined. #756
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#756
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @uzairwp on GitHub (Oct 10, 2022).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/342
how can we implement BunnyCDN storage? I tested multiple repositories and all of them gave the error "Identifier "flysystems" is not defined."?
flysystem bunny storage
flysystem adaptor 2
@sadok-f commented on GitHub (Oct 11, 2022):
Hi @uzairwp
thanks for opening this issue.
how you tried to implement the BunnyCDN storage? you should follow one of the StorageProvider implementations here:
https://github.com/flyimg/flyimg/tree/main/src/Core/StorageProvider
if you did that already, maybe you can share the code.
thanks!
@uzairwp commented on GitHub (Oct 12, 2022):
Argument 1 passed to PlatformCommunity\Flysystem\BunnyCDN\BunnyCDNAdapter::__construct() must be an instance of PlatformCommunity\Flysystem\BunnyCDN\BunnyCDNClient, null given
@sadok-f commented on GitHub (Oct 13, 2022):
Can you try this code:
@sadok-f commented on GitHub (Dec 5, 2022):
Assuming the issue was fixed.