greengeek
greengeek
Offline
0
Germi,

I am working on creating a new template for my live site. I am trying to get the jw player module and plugin to work with my latest template. before I start modifying the template or the component. I downloaded both the plugin and module from "Your Orders" for version 1.7.

I have put the dev online now for over a week so you can look at it, at http://fatalclick.com/index.php

Please see:

http://www.joomlamusicsolutions.com/en/forum/music-collection-extensions/jwplayer-task-queue-failed-at-step-5-15.html#14093 but have yet to hear back from you!

I can add songs to the jw player module, but the player only shows up on the MC pages. Non MC pages show the module title, but no player.

Please help!
Responses (13)
  • Accepted Answer

    Tuesday, January 03 2012, 01:27 PM - #Permalink
    0
    yes, the problem is the JS variable "base", which is defined in music collection.
    it's this piece of code found on muscol.php file (on the root of music collection) line 56:

    $document =& JFactory::getDocument();
    $uri =& JFactory::getURI();

    $document->addScriptDeclaration("var base = \"".$uri->base()."\";");

    if you crop it from here and paste it into you index.php file of your template, you'll be good to go.

    hey, just one last thought... I hate to say this but I have to.
    remember that the liscense of Music Collection is for as many sites as you want, but the liscense only includes support for ONE live site...! (read the terms of use! ;)
    The reply is currently minimized Show
  • Accepted Answer

    greengeek
    greengeek
    Offline
    Wednesday, January 04 2012, 12:38 AM - #Permalink
    0
    The link above is for my development / test server. It is where I test all my changes before I push them out to my live site. The live site, being the one in my sig. Unfortunately I come across a lot of bugs and do not dare push them directly to production without thoroughly testing them out first. I only attached one of my domain names to it and put it online so you can see it, otherwise it would not be even accessible.

    I am currently working on designing the next refresh for my live site. I am hoping to go live with it within the next 6 months. Always good to give one self plenty of time B) I figured the first thing I would do is get my base unmodified template in place. Then I would get MC in place next as it is one that I have had the most trouble in the past working properly. Instead of just updating the template, I figured I would try to update all the software as well to the "latest and greatest".

    I tried the cropping you suggested. Removing those lines from the muscol.php file and placing them instead within my index.php file in my template root. It at least now loads the flash player, but gives a 500 error. I am also concerned why I would need to do this. Especially if I decide on a future update to only update the template and not the rest of the site. Then everything will be broken once more!

    I am not sure how I should proceed.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 05 2012, 05:12 PM - #Permalink
    0
    no worries man, I understand :) it's totally ok to have a development site of course.

    this is just a piece of JS code that I put on the component (muscol) on the latest version, to make the new versions of the plugin/module work, but now I realise it should be done as a SYSTEM PLUGIN to avoid exactly what you say. I'll do that.

    I'm surprised that you now get the 500error...
    but I can't enter your site! will you provide me access? I'll try to figure out what's going on..!
    The reply is currently minimized Show
  • Accepted Answer

    greengeek
    greengeek
    Offline
    Saturday, January 07 2012, 08:39 AM - #Permalink
    0
    Sorry, I usually have this url offline as it is the development site. I have temporarily put it back online and have sent an email to joomlamusicsolutions@gmail.com with the login information.

    Thank you.
    The reply is currently minimized Show
  • Accepted Answer

    greengeek
    greengeek
    Offline
    Tuesday, January 10 2012, 02:47 AM - #Permalink
    0
    germi,

    did you have a chance to look at this yet? or do you have an updated plugin/module that does not require hardcoded changes to the template? I put the site back offline, but you should still be able to login to the backend with the info I emailed you.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 10 2012, 03:36 AM - #Permalink
    0
    I've got the same issue here.
    The reply is currently minimized Show
  • Accepted Answer

    greengeek
    greengeek
    Offline
    Wednesday, January 18 2012, 10:54 AM - #Permalink
    0
    Germi,

    Any luck on this issue?
    The reply is currently minimized Show
  • Accepted Answer

    greengeek
    greengeek
    Offline
    Sunday, January 22 2012, 06:35 PM - #Permalink
    0
    Just checking on the progress on this issue. Waiting on designing my next website refresh until I am sure I can get all the mc component and modules working properly.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 24 2012, 06:37 PM - #Permalink
    0
    you got mail :)
    The reply is currently minimized Show
  • Accepted Answer

    greengeek
    greengeek
    Offline
    Wednesday, February 01 2012, 07:18 AM - #Permalink
    0
    Any idea on this?

    I wiped my box. I then installed joomla 2.5 and downloaded the latest component, modules, and plugins from this website. I am still seeing a 500 error. This is using just the default joomla theme that comes with joomla.

    I noticed I am no longer getting the undefined error, but I am still getting the 500 error.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 01 2012, 10:26 AM - #Permalink
    0
    same url? fatalclick.com?
    The reply is currently minimized Show
  • Accepted Answer

    greengeek
    greengeek
    Offline
    Wednesday, February 01 2012, 12:18 PM - #Permalink
    0
    Yes, i just nuked it all and started from scratch, with no custom template, to test it out. Please let me know if you need admin and ill recreate those accounts on this install.

    Or please let me know if you need me to try uninstalling or reinstalling anything for testing as well. This site is mainly just to see if i can get all the components, modules, plugins, and templates to work nicely together before i start on the redesign of the live site. So feel free to let me know if you need me to test anything on it.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 01 2012, 12:25 PM - #Permalink
    0
    well, I would just recommend you to erase that "base" var from the muscol.php fiel (remember) and use the new PLUGIN instead (it's here posted on the forum somewhere.. let me find it...
    The reply is currently minimized Show
Your Reply