Quote:
Originally Posted by Boofo
Filesystem.
|
Ok, I already thought that it might has something to do with the storage. I'm using the database for avatars.
It's been a while since I looked through the vB Codebase. However, this line is not correct:
Code:
"" . $vbulletin->options['bburl'] . "/" . $vbulletin->options['avatarurl'] . "/avatar$avatar[userid]_" . $vbulletin->userinfo['avatarrevision'] . ".gif"
I will check this in the next days and post a correct solution.