XF 1.2 Avatars not working

Devilwillcry4you

Active member
I recently moved my forum from a sub directory to the root, and now when you choose an avatar is says upload complete but avatar doesn't show. I checked the permissions and all is good there, is there a path setting or something I'm missing.
Here is a link if you need to see the site http://host-hunters.com
 
Make sure you have recursively set permissions for /data and /internal_data - 0666/0777 if PHP runs as "nobody" the web server user), 0644/0755 if it runs as "your" user (suPHP for example).

Code:
chmod -R 777 data
chmod -R 777 internal_data

If it still doesn't work then you may need to chown also.
 
Top Bottom