-
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
Cache images are not found #1061
Comments
So.. I think if you really have resolved images at |
Thanks for your answer @cedricziel ! I also checked the Nginx config and cannot see anything that could be the problem.
|
Hi romain !! Did you find solution for your problem ? I have exactly the same problem. I realize the problem may not be LiipImagineBundle but the NFS volume mounted. |
@applizem Unfortunately not, we never managed to sort this out, and we eventually shut down the service for other reasons, this was not critical. |
Ah ok I understand. thanks you for your answer. I finally managed to fix my problem with kubernetes. I do not know if it was the same as yours. But the concern was that the volume was mounted on the php container. And I don't know for what reason the container nginx only saw the files physically in the php container and not volumes mounted in it. So I mounted the volume on the nginx container too. And everything seems to work now. |
Seems like this issue was fixed and not relevant anymore where it was not, I am closing this issue for now :) Of course let me know if there's any problems and we can re-open/open a new issue. Thanks! |
Hi, I've been struggling for quite some time on this issue, and I've been investigating a lot without any luck.
I've a working install of Symfony 2.8.x and LiipImagineBundle v1.9.1. I recently changed my hosting provider for many reasons, and on the new one, cache images are not resolved. The setup of the server is exactly the same: Ubuntu 16.04 with PHP7.0, Nginx. php7.0-gd is installed.
Some people recommended to have php7.0-exif installed, I installed it. Same with phpinfo.
The cache images are properly resolved and generated (I can see them on the server), but when I try to load them, I get a 404:
The files are now hosted on a NFS, but we had the same problem before moving them on this NFS.
Here is the config.yml:
Here is the routing.yml:
If you have any clue, it would really help.
Thanks a lot.
The text was updated successfully, but these errors were encountered: