Saša Stamenković
Saša Stamenković
@PedroTroller Feedback is appreciated.
@akovalyov I was waiting for some @PedroTroller feedback.
Yes, I'm also curious what 3 letter codes there are, I guess 693-2 or 693-3.
@jasonhai Can you paste entire console output including how you run the script?
My use case was to enable using subdomain and prefix strategy together in the same project.
Ouch, that does look wrong, thanks!
I like the idea, posted my thoughts in https://github.com/umpirsky/Extraload/pull/17#discussion_r183299408. :+1:
@Nyholm Hi, not sure, I don't use the bundle any more. Maybe someone from Sylius can answer. /cc @pamil
``` /srv/sylius # ls -l public/media/cache/sylius_shop_product_thumbnail/ total 8 drwxrwx--- 3 www-data www-data 4096 May 10 18:22 af ``` `chmod -R +x public/media/cache/` makes them work: ``` /srv/sylius # ls -l...
Trying with: ```yaml liip_imagine: resolvers: default: web_path: web_root: "%kernel.project_dir%/public" cache_prefix: "media/cache" loaders: product_images: flysystem: filesystem_service: oneup_flysystem.product_images_filesystem data_loader: product_images oneup_flysystem: adapters: product_images: local: location: "%kernel.project_dir%/public/media/image" permissions: file: public: 0777 private: 0777...