Are buddies icons working for MSN etc.?

Make sure it’s

ALTER TABLE gatewayAvatars ALTER COLUMN imageData LONGVARCHAR NOT NULL;

gatewayAvatars not gatewayAvatar

and it worked here… nice!

Worked perfectly here!

Thanks alot!

Thank you!

Now it works!

Now it’s a only problem with animated GIF avatars left.

Bu I think it’s a Spark problem, not gateway.

I am running this on OS X and I can’t seem to find the embedded-db-viewer.sh

Sorry, I am not sure how to do this.

Thanks y’all! Brian, the script appears not to exist under Mac OS X. You can download both pieces you need from SVN. So first off, you’ll need to download these two files:

http://www.igniterealtime.org/fisheye/browse/~raw,r=5325/svn-org/wildfire/trunk/ src/bin/extra/embedded-db-viewer.sh

and

http://www.igniterealtime.org/fisheye/browse/~raw,r=3245/svn-org/wildfire/trunk/ src/bin/extra/embedded-db.rc

Then, you’ll need to go to /usr/local/openfire/bin/extra on your machine and place them there. (or you might be able to just cd there and run the scripts from that location, I believe you’ll need to do it via sudo. might be easier just to “sudo -s” to get root)

Anyway, thanks everyone for verifying my fix! It’ll be in 1.2.1! =) (and the fix I gave you is exactly what 1.2.1 will do, so you won’t have to “undo” anything when you upgrade)