AvalancheImagineBundle
AvalancheImagineBundle copied to clipboard
what happened ? The avalancheBundle doesnt create the images
Hello.
I am crazy !! What happened ?
The image only are created when I am logued in my site web.. what have changed? I did not touch the code for the images, and before this worked perfectly..
Somebody can help me?
My config is:
avalanche_imagine:
web_root: %kernel.root_dir%/../web
cache_prefix: uploads/avalanche/
driver: gd
filters:
icono:
type: thumbnail
options: { size: [100, 100], mode: outbound, quality: 100, format: jpg }
album:
type: thumbnail
options: { size: [240, 200] , mode: outbound, quality: 100, format: jpg }
And I show the image in my template :
<img src="{{ ('uploads/evento/'~item.imageName) | apply_filter('icono')}}"/>
what was the issue ? I get the same problem.
Me too. It throws an exception saying the directory can't be created... Anyone have a clue why is this happening?
Same problem no image created .... some have the solution please ????