Error creating new entry

alt=
DannyA
@dannya
10 years ago
584 posts
When i try to create a new song, i am getting an error in activity log. Media is not able to be displayed.

Activity log as follows
Message [Artist Four]: item_id does not exist for queue entry: 84
Date 08/19/14 17:33:41
IP Address 69.86.6.74
URL /artist-three/songs/15/artist-three-song-five
Memory 4MB
Data
Array
(
[0] => xtSong
[1] => Array
(
[jrcore_list_function_call_is_active] => 1
[search] => Array
(
[0] => audio_album =
[1] => _item_id in 2, 4, 6, 10, 12, 13, 14, 15, 16, 17, 3
[2] => _profile_id IN (SELECT SQL_SMALL_RESULT `_item_id` FROM jr_jrprofile_item_key WHERE `key` = 'profile_quota_id' AND `value` IN(3, 2, 5, 6, 7))
)

[order_by] => Array
(
[_created] => ASC
)

[template] => xtSong_item_list.tpl
[module] => xtSong
)

)

The strange part is, although the media is created by one user (in this case artist four), the url listed is for a totally different media asset of a different user.
updated by @dannya: 09/19/14 01:58:56PM
michael
@michael
10 years ago
7,717 posts
You're searching for "audio_album =" but there is no search album. should there be an album name there.

Your custom module xtSong probably has some coding error where the item_id is supposed to be passed in but isn't.

Tags