0
hello,
i have some problem.
i have setup and configured the component accordingly.
my settings are
Keithplayer -> no song server defined
Component ->
allow download to all
songserver -> /songs
in the songs folder i made another folder named album1 where i am keeping songs related to album1
while adding the songs to album i added like this
file name= song file name
song path =/album1/songname.mp3
it works fine when playing online, the sound and every thing is ok but when i try to download the song it is downloading songname.mp3.html.
how this can be corrected.
PS: i am not using and SEF thou
thnaks
i have some problem.
i have setup and configured the component accordingly.
my settings are
Keithplayer -> no song server defined
Component ->
allow download to all
songserver -> /songs
in the songs folder i made another folder named album1 where i am keeping songs related to album1
while adding the songs to album i added like this
file name= song file name
song path =/album1/songname.mp3
it works fine when playing online, the sound and every thing is ok but when i try to download the song it is downloading songname.mp3.html.
how this can be corrected.
PS: i am not using and SEF thou
thnaks
Responses (29)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0man, I dont understand. nobody else has this issue. try this to solve:
file /components/com_muscol/views/album/tmpl/default.php
on line 105
you'll see this:
$song_link = JRoute::_( 'index.php?option=com_muscol&view=song&id='. $song->id . $itemid);
replace for
$song_link = $this->params->get('songsserver') . $this->params->get('songspath') . $song->filename ; -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0hey man, I think I discovered what you had this error when downloading a song (the file was empty). try to open the file with a text editor. you'll find something like "max allowed size" error (it tries to allocate more memory than the max you have setted on your server)
take a look at this post:
http://www.joomlamusicsolutions.com/en/forum/version-1.5/downloading-songs-and-playing-the-videos.html#1950
it thats the problem, you just have to increase the PHP variable -
Accepted Answer
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 »