AvalancheImagineBundle icon indicating copy to clipboard operation
AvalancheImagineBundle copied to clipboard

what happened ? The avalancheBundle doesnt create the images

Open Chrysweel opened this issue 12 years ago • 3 comments

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')}}"/>

Chrysweel avatar Mar 21 '13 18:03 Chrysweel

what was the issue ? I get the same problem.

jeremymarc avatar Apr 17 '13 05:04 jeremymarc

Me too. It throws an exception saying the directory can't be created... Anyone have a clue why is this happening?

alvarezmario avatar May 10 '13 10:05 alvarezmario

Same problem no image created .... some have the solution please ????

zham1 avatar Oct 11 '14 12:10 zham1