gamerzhut
11-12-2013, 12:36 PM
I have the exact situation as posted on this thread (http://www.vbulletin.com/forum/forum/vbulletin-legacy-versions-products/legacy-vbulletin-versions/vbulletin-3-5-how-do-i-questions-and-troubleshooting/197612-weird-avatar-problem-after-upgrade).
Hey! I have found that my avatars pics don't work. And the reason is that the database has changed id number on them in the database...
For example, if a member avatar is like this (according to the database):
/forum/customavatars/avatar11693_7.gif
the actual file on the server is:
/forum/customavatars/avatar11693_6.gif
How come this have happened? I did an upgrade from 3.0.3 to 3.5.4. No problems anywhere.
Moved files from file system to database. Then back.
Allthough when I first moved the file system I did it before actually moving the customavatars dir from the old installation dir.
Can this have caused the problem?
Thing is the profile pictures work...
If it did... is there anything I can do to get around the problem? I really don't want to import the database again. I have over a million posts.. and it took 5 hours to import. Don't want to do it again...
Thanks! I hope there's a way!
Also the same user has posted that this issue can be fixed by an sql query, so can one one hook me with that query.
Well I managed to fix it.
I ran a query on the avatarrevision field in the user-table. I reduced the current number by one and it magically solved my problems.
Thanks much.
Hey! I have found that my avatars pics don't work. And the reason is that the database has changed id number on them in the database...
For example, if a member avatar is like this (according to the database):
/forum/customavatars/avatar11693_7.gif
the actual file on the server is:
/forum/customavatars/avatar11693_6.gif
How come this have happened? I did an upgrade from 3.0.3 to 3.5.4. No problems anywhere.
Moved files from file system to database. Then back.
Allthough when I first moved the file system I did it before actually moving the customavatars dir from the old installation dir.
Can this have caused the problem?
Thing is the profile pictures work...
If it did... is there anything I can do to get around the problem? I really don't want to import the database again. I have over a million posts.. and it took 5 hours to import. Don't want to do it again...
Thanks! I hope there's a way!
Also the same user has posted that this issue can be fixed by an sql query, so can one one hook me with that query.
Well I managed to fix it.
I ran a query on the avatarrevision field in the user-table. I reduced the current number by one and it magically solved my problems.
Thanks much.