error while adding music as a user

I can upload music files as an admin, but it never plays. So I created a dummy user and created a test album. It would not show me any thumnail for the album.

When i clicked on the add sound button, i get this error.

INSERT INTO `sys_albums` SET `Caption` = 'Profile sounds', `Uri` = 'Profile-sounds', `Location` = 'Undefined', `AllowAlbumView` = '3', `Type` = 'bx_sounds', `Owner` = '2', `Status` = 'active', `Date` = '1248398092', `LastObjId` = '0'

Mysql error:
Duplicate entry 'Profile-sounds-bx_sounds-2' for key 'Uri'

See the sound icons, i am sure they are supposed to look diffrent.
Quote · 24 Jul 2009

Hello!

This error appears due to differences in old (before beta 1) and new album system. For fixing it you should change indexes in table `sys_albums`. Now it looks like UNIQUE KEY (`Uri`, `Type`, `Owner`) instead UNIQUE KEY (`Caption`, `Type`, `Owner`). In fresh install this system should work fine.

Regard

Quote · 24 Jul 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.