I found this fix and want to know if any of you tried this for the Avatars disapearing.
Or should we just wait for a fix from Boonex?
To fix the bug run the following queries for your Dolphin database:
DELETE FROM `sys_alerts` WHERE `unit` = 'block' AND `action` = 'add' AND
`handler_id` = 5;
DELETE FROM `sys_alerts` WHERE `unit` = 'friend' AND `action` =
'request' AND `handler_id` = 5;
Then clear the cache in /cache/ folder - I suggest to delete it via FTP
or SSH tomake sure that cache is cleared.
Please note that missing avatars will not be restored.