Task Queue failed at step 5

jose
jose
Offline
0
after a migration to a dedicated server does not work in my player playlist, worked perfectly in the old host, the error message " :S Task Queue failed at step 5"
link list. http://www.funkmp3.net.br/index.php/component/muscol/m/20-menoh-do-andarai/songs.
How can I fix the error?
some permission error?
Responses (26)
  • Accepted Answer

    Monday, January 30 2012, 11:48 AM - #Permalink
    0
    I have no idea... the problem is that this page:
    http://www.funkmp3.net.br/component/muscol/?view=album&id=20&format=feed&type=xspf

    gives an error.
    why is that? did you manually migrate all the files? maybe there is some file missing...
    The reply is currently minimized Show
  • Accepted Answer

    jose
    jose
    Offline
    Tuesday, January 31 2012, 12:18 PM - #Permalink
    0
    Yes, I checked and all files are ok.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 31 2012, 12:20 PM - #Permalink
    0
    well this is weird.
    the file
    /helpers/xspf.php

    and
    /views/album/view.feed.php

    exist? and they are not damaged?
    The reply is currently minimized Show
  • Accepted Answer

    jose
    jose
    Offline
    Tuesday, January 31 2012, 12:55 PM - #Permalink
    0
    really missing some files. but the error still persists
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 31 2012, 01:03 PM - #Permalink
    0
    what you mean "really missing some files"?

    so, the files where missing?
    The reply is currently minimized Show
  • Accepted Answer

    jose
    jose
    Offline
    Tuesday, January 31 2012, 01:11 PM - #Permalink
    0
    were missing, migrated from the old server that were missing.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 31 2012, 01:18 PM - #Permalink
    0
    why don't you just uninstall and reinstall the component?
    maybe there are more files missing and that's the problem. if you perform a normal installation it will probably work all just fine!!.
    The reply is currently minimized Show
  • Accepted Answer

    jose
    jose
    Offline
    Tuesday, February 07 2012, 08:49 PM - #Permalink
    0
    I tried to install the component, showed the same error
    component uninstalled yet presented error.

    later checked into Extension Manager: Manage. There are 9 installs the muscol.

    tables relating to a second installation remain intact.

    which procedure is right for me to install it again without losing any information it had before.

    my version of joomla is 2.5 http://www.joomlamusicsolutions.com/images/fbfiles/images/muscol-20120207.jpg
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 07 2012, 09:05 PM - #Permalink
    0
    this is very strange.

    no database talbe is erased on uninstall, so you won't loose any data.
    the thing is that it cannot uninstall if no files are present...

    you could go directly to the "extensions" table jos_extensions and manually erase the muscol entries.. do you know what I mean?
    The reply is currently minimized Show
  • Accepted Answer

    jose
    jose
    Offline
    Wednesday, February 08 2012, 06:50 PM - #Permalink
    0
    cleaned content muscol _extensions table. I tried to install again and had the same error.
    I tried again after removing all tables _muscol. I tried to install and had the same error.

    detail;
    Muscol When I installed my joomla was 1.7, then upgraded to 2.5 automatically.
    this error may be related to the new version of joomla?... http://www.joomlamusicsolutions.com/images/fbfiles/images/Error.JPG
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, February 09 2012, 01:46 PM - #Permalink
    0
    no, I don't think this is the problem.
    to help you, I would need joomla access but also access to the mysql admin...
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 15 2012, 06:16 PM - #Permalink
    0
    I have the same problem happening everytime I try the JW player playlist feature on Joomla 2.5 (now 2.5.1). I have uninstall/reinstall it often already, even different complete Joomla reinstallations.

    I remind to have seen it work for a short time but it's like 1% of the time.

    You were able to fix others problem? I will create you access in case you want to test and examine it.

    Here's the complete error message that appear in module and popup:
    Task Queue failed at step 5: Playlist could not be loaded: HTTP Status 404; Not Found.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 15 2012, 06:17 PM - #Permalink
    0
    yes probably it's just missconfiguration

    please post a link to the site
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 15 2012, 06:32 PM - #Permalink
    0
    http://nordiklab.com/clonea/ I have set a temporay admin in case you need it:
    user: germi pass: germipass
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 15 2012, 06:43 PM - #Permalink
    0
    this is small bug we are fixing, it appears when the installation is in a SUBFOLDER (cloneA in your case)

    you can solve this by opening file /modules/mod_muscol_jwplayer/helper.php

    go to line 38, you see this:

    $playlist_url = JRoute::_('index.php?option=com_muscol&view=playlist&id='.$playlist_id.'&format=feed&type=xspf') ;

    replace with:

    $playlist_url = 'index.php?option=com_muscol&view=playlist&id='.$playlist_id.'&format=feed&type=xspf' ;


    and on line 90:

    $popup_url = JRoute::_('index.php?option=com_muscol&task=popup_jwplayer' . $string_popup_params ) ;

    replace with:

    $popup_url = 'index.php?option=com_muscol&task=popup_jwplayer' . $string_popup_params ;
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 15 2012, 11:39 PM - #Permalink
    0
    Now the module work fine but I still get error on the popup. I have found the problem and I'm looking into fixing it but maybe you will be quicker:)

    Here's what I ve found examinating the source:
    var base = "http://nordiklab.com/clonea/
    var current_playlist_url = base+"/cloneA/index.php?

    that make it: http://nordiklab.com/clonea/cloneA/index.php? , right?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, February 16 2012, 10:45 AM - #Permalink
    0
    that's exactly right, this is the problem (that is why I was telling you that on a non-subfolder site, it will work fine.

    sorry, I forgot to mention: you can fix the popup on the same file, line 202 approx, doing the same thing (removing the JRoute part).
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, February 16 2012, 06:56 PM - #Permalink
    0
    Yes I realized that I had to double the changes. Now everything work fine but not as client expected. He want continuous streaming while navigating...

    So I'm now trying to use frames :unsure: Anyway, I might start a thread about it if nothing is found.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, February 16 2012, 06:58 PM - #Permalink
    0
    continuous streaming is not possible... that's why the popup exists, so you can pop it out and continue playing...!
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, February 16 2012, 07:02 PM - #Permalink
    0
    wow quick reply :P I just start searching after my post and I got this in my result. Well, I understand your statement but my client doesn't. I know popup is the best way to continuous streaming in Joomla. I have been searching all day long yesterday to find a solution.

    The only way I could get it to works is to use frame. Even if I lost track of adress bar pages, the client prefer it.

    Well, before continuing, I will rather create a new thread about it since it's not appropriate here :)
    The reply is currently minimized Show
  • Accepted Answer

    Giuseppe
    Giuseppe
    Offline
    Thursday, March 29 2012, 05:34 PM - #Permalink
    0
    Hi,
    I have the same problem.
    I get this error:
    "task queue failed at step 5: Playlist Could not be loaded: Error # 1085"
    I modified the code as shown in the previous post, but nothing changes.
    Could you help me please?

    This is the link:
    http://www.radioesoterica.it/raccolta/r/8-radio-esoterica/16-massoneria.html
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, March 29 2012, 06:13 PM - #Permalink
    0
    it's a SEF related issue.
    is there any chance you could give me FTP access to I can try a little fix?

    joomlamusicsolutions@gmail.com
    The reply is currently minimized Show
  • Accepted Answer

    tonygotto
    tonygotto
    Offline
    Sunday, April 08 2012, 04:11 PM - #Permalink
    0
    Hello did you find solution to your problem. I am having same problem.

    I am getting this common error Task Queue failed at step 5 in the player and pop out player.
    I have removed jroute from coding but still have same problem. Please any suggestions?
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, April 08 2012, 04:12 PM - #Permalink
    0
    @taunu2 can you post a link to your site?
    The reply is currently minimized Show
  • Accepted Answer

    tonygotto
    tonygotto
    Offline
    Sunday, April 08 2012, 06:23 PM - #Permalink
    0
    The reply is currently minimized Show
  • Accepted Answer

    tonygotto
    tonygotto
    Offline
    Sunday, April 08 2012, 06:51 PM - #Permalink
    0
    Sorry we are speaking on two threads here is link where I will msg from

    http://www.joomlamusicsolutions.com/en/forum/general/please-help-with-player-error.html#15578
    The reply is currently minimized Show
Your Reply