Avatars are broken

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zfrank
    Member
    • Feb 2002
    • 99

    Avatars are broken

    I test vb3.5 atm, after upgrade our avatars are broken. The filesize is exact the same ( (7.391 Bytes )
    See the attached avatars. ( I must upload broken gif-pic as zip-file, because vb say, it is not an valid gif-pic.)

    I dumped customavatar-table again from 3.0.x, imported into 3.5 and did the following querys:

    ALTER TABLE customavatar ADD width SMALLINT UNSIGNED NOT NULL DEFAULT '0';
    ALTER TABLE customavatar ADD height SMALLINT UNSIGNED NOT NULL DEFAULT '0';
    ALTER TABLE customavatar CHANGE avatardata filedata MEDIUMBLOB NOT NULL;

    same error again, the avatars are broken.
    Any ideas how to fix?
    Attached Files
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    Did you revert the postbit template?

    Comment

    • zfrank
      Member
      • Feb 2002
      • 99

      #3
      Yes,
      I also added an new style, always the same problem.

      If I reupload avatar it is working, maybe an converting problem with this query: ALTER TABLE customavatar CHANGE avatardata filedata MEDIUMBLOB NOT NULL;


      We run mysql 4.1.13

      Comment

      • zfrank
        Member
        • Feb 2002
        • 99

        #4
        problem fixed,
        it was an wrong dump with vb3.0.7 and mysql 4.1.13

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...