-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony, Liip Imagine bundle not working on server in prod environment #450
Comments
Can you check if you have _liip_imagine: section added in your routing.yml ? |
Mine is added but same issue, also only fail in production server.. |
@EnoahNetzach I believe you do, try to update or use the new settings, in my case I removed the cache manually and is working now. |
@EnoahNetzach I am going through all issues to sort and prioritise. Is this still an issue for you? It seems like it may be solved by xeus's comment. Since this is so old, please open a new issue if that is the case and we will prioritise accordingly. Thanks a lot! :) |
I have a project where I keep my uploaded images in src/My/Bundle/Resources/uploads/images/full and use the twig filter
imagine_filter
to dynamically create thumbnails.On my local machine it works flawlessly and so does on my server, but there only under the dev environment. When I delete the previously created thumbnails (leaving only the full directory), clear the prod cache and load any web page, the images are not created, their url always remains under media/cache, and the logger gives me the
request.ERROR
:Some additional infos:
I have symlinked src/My/Bundle/Resources/uploads to web/uploads
my config is (
thumbnail_min
is a custom filter):permissions are always at least group rw (that's what is needed on the server)
The text was updated successfully, but these errors were encountered: