im simpli add photos in albums
http://mysite.com/m/photos/albums/my/main/
Database query error
Query:
INSERT INTO `sys_albums` SET `Caption` = 'Profile photos', `Uri` = 'Profile-photos', `Location` = 'Undefined', `AllowAlbumView` = '3', `Type` = 'bx_photos', `Owner` = '2', `Status` = 'active', `Date` = '1248914462', `LastObjId` = '0'
INSERT INTO `sys_albums` SET `Caption` = 'Profile photos', `Uri` = 'Profile-photos', `Location` = 'Undefined', `AllowAlbumView` = '3', `Type` = 'bx_photos', `Owner` = '2', `Status` = 'active', `Date` = '1248914462', `LastObjId` = '0'
Mysql error:
Duplicate entry 'Profile-photos-bx_photos-2' for key 'Uri'
Duplicate entry 'Profile-photos-bx_photos-2' for key 'Uri'