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?
0 • •
Answers
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •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
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •