solved After upgrading modules no player info

alt=
@emdiamond
10 years ago
104 posts
I'm not sure if this is on my end but everything was working well until the last module upgrade.

I did a upgrade last night though the Jamroom acp markplace menu in my jamroom.
I tried this on different computers and see the same thing.

The audio player shows but has no controls in it. This is in all skins From Nova to sage.

Here is an example
http://musicrush.com//anna-c-nova/audio/1941/not-the-end-of-the-world
updated by @emdiamond: 05/03/14 08:13:48AM
MAD
MAD
@madc
10 years ago
600 posts
The controls are there and are just not visible. Click where you think the play control should be
It will play.
What did you update?
Looks like a css issue


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 04/01/14 07:09:30AM
alt=
@emdiamond
10 years ago
104 posts
Yes, but prior to upgrading they were visible. It was what was in the cue in the acp marketplace system updates. I think there was something for all the skins

Hey! Is this an April fools thing??? :)


MAD©:
The controls are there and are just not visible. Click where you think the play control should be
It will play.
What did you update?
Looks like a css isue

updated by @emdiamond: 04/01/14 06:54:08AM
MAD
MAD
@madc
10 years ago
600 posts
I checked your site in firebug and it's not bringing in the images right
thats why they are not showing

firebug for example shows this url for showing say the play button
http://musicrush.com//image/img/module/jrAudio/jplayer_dark.png
it doesn't exist
This is the link it should be
http://musicrush.com/modules/jrAudio/img/jplayer_dark.png

Also I noticed for some reason you have double backslashes after your urls in a lot of stuff
No idea why that is happening
eg. http://musicrush.com//artists

I would go into marketplace/tools/reload modules etc
and reload the audio module

But there is definitely something screwy with your urls

BTW when I put that url in the jplayer section in firebug they showed.


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 04/01/14 07:08:40AM
brian
@brian
10 years ago
10,148 posts
The recent 5.1.33 update actually changes the way some CSS based URLs work (such as the buttons in the button player) - but it should be backwards compatible. Let me see if we overlooked something.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
10 years ago
10,148 posts
I see double slashes in a lot of your URLs - i.e.

http://musicrush.com//core/icon_css/24?_v=1396358691

Make sure in your data/config/config.php that you do not have a trailing slash on the jrCore_base_url setting.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
MAD
MAD
@madc
10 years ago
600 posts
@brian to the rescue!!

That is for april fools lol


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 04/01/14 07:21:38AM
brian
@brian
10 years ago
10,148 posts
I wish it was just an April fools ;)

This was actually my fault - there was a small change in the Image module as well, and I should have released it at the same time as the core update - but I did not, so sorry for that. I've just pushed the image module update out though - update to that from your marketplace and the images should work.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@emdiamond
10 years ago
104 posts
Thanks, I got it. I reloaded the modules starting with the system core, then the audio support, then the nova skin, and finally the image.

I can see the controls now. Must of happened with the update yesterday. Never got any errors during it.

But thanks again.


MAD©:
I checked your site in firebug and it's not bringing in the images right
thats why they are not showing

firebug for example shows this url for showing say the play button
http://musicrush.com//image/img/module/jrAudio/jplayer_dark.png
it doesn't exist
This is the link it should be
http://musicrush.com/modules/jrAudio/img/jplayer_dark.png

Also I noticed for some reason you have double backslashes after your urls in a lot of stuff
No idea why that is happening
eg. http://musicrush.com//artists

I would go into marketplace/tools/reload modules etc
and reload the audio module

But there is definitely something screwy with your urls
alt=
@emdiamond
10 years ago
104 posts
Brian,

Thanks again. Here is what was there:

$_conf['jrCore_base_url'] = 'http://musicrush.com/';

Changed to this:

$_conf['jrCore_base_url'] = 'http://musicrush.com';


Must have been that way a long time. Just never noticed it.


emdiamond:
I can't check this now but will later. Thanks

brian:
I see double slashes in a lot of your URLs - i.e.

http://musicrush.com//core/icon_css/24?_v=1396358691

Make sure in your data/config/config.php that you do not have a trailing slash on the jrCore_base_url setting.

Hope this helps!

Tags