0
Please tell me what I am doing wrong. My player is not working. I have changed the file name... deleted the file and uploaded it again... nothing. All I see is loading in the player. used the regular one and now using the html 5 for Safari... thinking that would make some type of difference since that is the browser I use. PLEASE HELP! I am always having issues with my music playing on this component. Some will play, and some won't... Thank you.
The site name is http://www.franksilvah.com
The site name is http://www.franksilvah.com
Responses (12)
-
Accepted Answer
0hello!
well I guess you are refering to this song: http://www.franksilvah.com/index.php/sounds/f/3-frank-silvah/2-clif-notes
this player is trying to play this song:
http://www.franksilvah.com/songs/classinsession.mp3
if you click on this link, you can see clearly that the problem is simply that the file does not exist!
Germi -
Accepted Answer
-
Accepted Answer
0probably is one of two reasons:
1. the file was too large and it wasn't actually uploaded (what is the size of the file?). you may want to check your upload_max_filesize value (actually there's a notice in the album page, songs tab, that says the value) and be sure that the file is no bigger than that! otherwise you have to increase that limit.
2. the /songs folder has no permissions to write in it -
Accepted Answer
-
Accepted Answer
0The problem was number 1... LOL.
Now... I'm on my other site, and having the exact same problem. However, this time I know the song is uploaded because I checked the link. However, the play button does not show up... and on another music page from the same site.. the play button also does not show up, however when I click on the player it plays...
Confusing stuff, Germi!!!! LOL
Links:
http://gospel360online.com/index.php/component/muscol/a/2-aaron-mason/3-breathe
And...
http://gospel360online.com/index.php/component/muscol/d/20-daughter-of-zion/21-kingdom-minded
I'm trying, Germi! LOL -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Chrome's dev tools reveal the following 4 problems...
1 - Uncaught SyntaxError: Unexpected token ow] has no method 'addEvent' - 3-breathe:74
3 - Uncaught ReferenceError: jwplayer is not defined - this is on the rendered page - 3-breathe:Line 274
4 - Uncaught ReferenceError: play_song_position is not defined - this is on the rendered page - 3-breathe:Line 1
OK, let's take a look at what could be done for each of them...
1 - Looking a bit deeper into this in the resources pane, it states that syntax error, unexpected T_STRING in /home/gppry1/public_html/cache/js-f9207dd2d486776723cb193ba00781ce.php on line 1393.
Check who owns your files in cache - is it your webuser or the server?
I suspect that you have deleted the cache however, maybe the server (apache) owns the cache files. You may need to speak to your host get them to remove/change the ownership of the files/dirs
2 - I wouldn't worry about this at the moment - come back to it after dealing with the other issues as I'm confident this won't prevent player from working.
3 - JW Player not being defined means that the jwplayer.js file has not been loaded in the head, so when you call the setup, it your browser has no idea what to do with it!
I see you're using SEF urls - this could well be a part of the problem. Try disabling your SEF extension, follow any instructions to remove the cached URLs as per component and check the same pages again. Also, disable Joomla native SEF if need be.
If the page loads correctly then, you should check that you have the Music Collection SEF EXT file loaded for your SEF Component...
4 - This will be taken care of once number 3 is fixed. Basically, the function 'play_song_position' is in the playlist_functions.js file, however, this is not being loaded either...
Hope this helps...
Best of luck,
Gez
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »