Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Problem with user pictures displaying
I have just installed a fresh version of Vanilla 2. I am the only user and when I uploaded a picture no picture shows up. However, the forum recognizes that I should have a picture (it allows me to change my picture or remove my picture), but the actual picture does not appear.
The upload directory contains a folder called userpics which is empty. The permission for the upload directory is 777; however, the userpics folder inside that directory is 775. I thought this might be the problem but my I get this response when trying to change "550 CHMOD 777 userpics: Operation not permitted."
Any ideas on how to get profile pictures to work?
The upload directory contains a folder called userpics which is empty. The permission for the upload directory is 777; however, the userpics folder inside that directory is 775. I thought this might be the problem but my I get this response when trying to change "550 CHMOD 777 userpics: Operation not permitted."
Any ideas on how to get profile pictures to work?
0
Answers
Nearlyfreespeech.net uses safe_mode for PHP.
Fixed using the following, from a standard installation of Vanilla 2.0.18.1.
chmod -R 775 uploads
chmod 644 index.php
chgrp -R web uploads
chgrp web index.php