popup player error: Task Queue Failed At Step 5

paulrobe
paulrobe
Offline
0
Getting Task Queue Failed At Step 5 when clicking popup player

Static Player works fine but pop up always gives this error.

got a question in the forum about this but the solution is not published: http://www.joomlathat.com/support/music-collection/general/jwplayer-popup

Invoice #: 2013-368
Responses (8)
  • Accepted Answer

    Thursday, September 26 2013, 11:19 PM - #Permalink
    0
    can you post a link to your page? I'll take a look and see what is causing the issue
    The reply is currently minimized Show
  • Accepted Answer

    paulrobe
    paulrobe
    Offline
    Friday, September 27 2013, 01:51 AM - #Permalink
    0
    http://www.tesol.fm/listen-now

    I just placed a temporary fix below the static player.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, September 27 2013, 09:57 AM - #Permalink
    0
    it looks like you're using a default playlist id, but this is not being loaded on the popup, that's the reason of the failure.

    is that something you coded in?
    The reply is currently minimized Show
  • Accepted Answer

    paulrobe
    paulrobe
    Offline
    Friday, September 27 2013, 11:34 AM - #Permalink
    0
    no, I wanted to load a default playlist id to the popup player as well but I can't find where to load that.

    how to load a default id to the popup player?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, September 27 2013, 03:35 PM - #Permalink
    0
    there's a file in the module folder, inside /tmpl, called popup.php.

    that's the place where..
    The reply is currently minimized Show
  • Accepted Answer

    paulrobe
    paulrobe
    Offline
    Saturday, September 28 2013, 12:09 AM - #Permalink
    0
    how? what's the code?
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, September 28 2013, 10:17 AM - #Permalink
    0
    actually, better try this

    go to the helper.php file, and on the function getPopupPlayer, you will find this around line 200:

    if(!$playlist_id) $playlist_id = 0;

    you must put there the ID of the playlist you want to load.

    what stranges me is that you have done this for the main function, haven't you? I mean, changing this to the ID you want to use...?
    The reply is currently minimized Show
  • Accepted Answer

    paulrobe
    paulrobe
    Offline
    Saturday, September 28 2013, 11:59 PM - #Permalink
    0
    yes, found it ahead. thanks for the reply though.
    The reply is currently minimized Show
Your Reply