Re: Avatar Upload Problems
Okay so i followed the instructions here https://mu.wordpress.org/forums/topic.php?id=3173&replies=3#post-19388 .. here’s what I did..
# chown nobody -R blogs.dir
# chgrp nobody -R blogs.dir
# find blogs.dir -type f -print -exec chmod 644 {} ;
# find blogs.dir -type d -print -exec chmod 755 {} ;
but it still doesn’t seem to work… any idea what to do?