LiipImagine bundle doesn't generate thumb

521 Views Asked by At

has anyone ever had a problem with Apache and liip imagine, which makes automatic image generation impossible?

Let me explain, if my server is started via php -S localhost: 8000 -t public, liip cannot generate an image, but with symfony server: start, yes!

I imagine an Apache config problem? On the other hand, I can generate my images by hand, with the command :

bin/console liip:imagine:cache:resolve ...

people who had the same problem say to start the server with :

symfony server:start

so certainly it works, but on my production environment I am with apache, so I really have to correct the problem (I imagine) in the Apache config has anyone ever faced this bug?

in VirtualHost or what maybe (I don't know much about it)

0

There are 0 best solutions below