Problem with mp3 upload on ftp

RIDVAN
RIDVAN
Offline
0
Hi there im Ridvan from Turkey,
First , thanks for that amazing component, i really loved this and bought ofcours :)

so the problem is about sonh upload,
when i upload a new song from mc backend, the song have the rights like this :
Group : www
Rights: rw----- (600)

for this reason the dewplayer couldnt play the mp3s :(

what can i do for this ?

The rights have to be like this :
Group : psacln
Owner : web3
Rights: 755

waiting asap :)
Responses (2)
  • Accepted Answer

    Wednesday, April 08 2009, 10:06 PM - #Permalink
    0
    hello my friend
    the best way is to have SSH access to your site

    assuming that you are on the root folder of your site (where the folder "songs" is located) you have to type this sentence:

    sudo chown -R psacln:web3 songs


    (to change the owner/group of the folder and files)
    and

    sudo chomod -R 755 songs


    (to change the permissions of the folder and files)

    the command "sudo" in front of these sentences is for doing this as an admin. if you have not the admin password, try to do this without the "sudo"

    tell me if you success :)
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, April 08 2009, 10:15 PM - #Permalink
    0
    sorry, in the second code, it is "chmod", not "chomod" :)
    The reply is currently minimized Show
Your Reply