David Greminger
David Greminger
Did you test this with the new `3.0.0` release?
Is this shown as an error (script execution fails) or just a (deprecation) notice?
As easy as it can get! :) You don't have to store the whole path. Just configure your upload directory: ``` yml oneup_uploader: mappings: gallery: storage: filesystem: %kernel.root_dir%/../web/uploads/gallery ``` and...
Hey Marco Thank you for your contribution! We do like the idea but our time to work on this is quite limited at the moment 🙈 We'll keep an eye...
> and I cannot use DependencyInjection Why not? Missing autoconfiguration/autowiring?
Thanks for the feedback, I'll try to provide a fix! 👍
> Should I add something to my services.yaml ? As a temporary fix you could add following to your `services.yaml`: ```yaml # config/services.yaml services: # ... # Alias Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager: "@oneup_uploader.orphanage_manager"...
Your endpoint returns a [JSON](https://en.wikipedia.org/wiki/JSON) response, which you can process with javascript in your frontend.
It seems this is broken on master as well.
> Same here, I'm using a custom command, that migrates the "dns" entries which gets executed on deploy/transfer. Same same, also using a custom command 👍