liip / LiipImagineBundle

Symfony Bundle to assist in image manipulation using the imagine library
http://liip.ch
MIT License
1.67k stars 378 forks source link

chmod 600? #702

Closed fmronan closed 8 years ago

fmronan commented 8 years ago

Hello I have a problem when i generate my pictures, chmod is 600, is it possible to change that somewhere?

makasim commented 8 years ago

Why do you think it has to be changed. 600 means owner can read and write

fmronan commented 8 years ago

heuu no impossible to read with 600 forbidden img600

fmronan commented 8 years ago

With one site I have 666 for my picture with symfony 2.7 but with symfony 3.0 600 so I don't understand, How can I change that, please?

makasim commented 8 years ago

I think there was a change in filysystem symfony's component.

fmronan commented 8 years ago

Yep ,hope you can make something for that? thanks for your reply and sorry for my english

fmronan commented 8 years ago

I have made a test with symfony2.7 and symfony3 in the same web hosting, Work with 2.7 not 3, so the problem is symfony3 with your bundle Sorry for my english

bgatellier commented 8 years ago

Hi,

This bug has been fixed in Sf 3.0.2, see https://github.com/symfony/symfony/pull/17063

fmronan commented 8 years ago

Ok, thank you. Close