Hello,
I am trying to deploy GNU Social on Openshift. Everything seems to work except the avatars. It seems the database entry in the config table isn't working:
avatar | dir | /var/lib/openshift/559fd50e3c1993b50a0001ad/app-root/data/avatar |
avatar | path | /avatar/ |
The attachments are configured exactly the same and they work.
ls app-root/data/ attachments avatar
If I change my avatar in the web interface it gets created on the filesystem but cannot be read with the /avatar/picture.jpeg route.
2015-07-13 14:17:22 LOG_ERR: [status-lrnz.openshift-dev.******.ch:16455.d44341ab GET /avatar/15-24-20120531063147.jpeg] Problem getting route for avatar/15-24-20120531063147.jpeg - No match for path "avatar/15-24-20120531063147.jpeg"
The 15-24-20120531063147.jpeg file exists.
Please tell me if you need more infos.
Thanks