solved Audio Thumbnails

nduguseliphaz
nduguseliphaz
@ecodeahpro
8 years ago
206 posts
my audio thumbnails are not appearing on my homapage
updated by @ecodeahpro: 08/09/16 12:08:08AM
paul
@paul
8 years ago
4,326 posts
More information would be useful - a link to the page where these images are not appearing, details of any template customisation you have done for that page etc.


--
Paul Asher - JR Developer and System Import Specialist
nduguseliphaz
nduguseliphaz
@ecodeahpro
8 years ago
206 posts
paul:
More information would be useful - a link to the page where these images are not appearing, details of any template customisation you have done for that page etc.

http://bit.ly/1D4Bj83
brian
@brian
8 years ago
10,148 posts
http://voturadio.com/uploaded_audio/image/audio_image/1/medium/crop=auto?debug=true

"CRI: invalid media data - data for id not found in DataStore"

This means the audio item does not exist.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
nduguseliphaz
nduguseliphaz
@ecodeahpro
8 years ago
206 posts
How do i solve it?
michael
@michael
8 years ago
7,715 posts
nduguseliphaz:How do i solve it?
The item is not there, it does not exist. To solve it you would need to request an item that does exist.

Could be that the link is pointing to something thats deleted maybe.
douglas
@douglas
8 years ago
2,790 posts
nduguseliphaz:
How do i solve it?

I've fixed this for you. The issue was the the item_id parameter for your jrCore_module_function image display function was set to $item._profile_id when it needed to be $item._item_id, _profile_id is only used when showing profiles, media items should use _item_id.

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
nduguseliphaz
nduguseliphaz
@ecodeahpro
8 years ago
206 posts
Thank you very Much. Learning alot!!
douglas
@douglas
8 years ago
2,790 posts
nduguseliphaz:
Thank you very Much. Learning alot!!

Your welcome! :)


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags