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
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
0hello 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
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 »