and the following is the issue i am having when trying to update,
can anyone PLEASE HELP!

this is how i have the config.inc.php set...

my "music" directory is chmod to 777
and here is the error i am getting...

Code: Select all
chown -R f0rc3d:www-data /music/
chmod -R 664 /music/
Code: Select all
chmod -R 666 /music/
If you use /domains/wrath.ir/public_html/music/ you shoud set permission 777 to /domains/wrath.ir/public_html/music/ and not to /music/wrath wrote:i am facing the same issue,
1. i am setting the address of folder in config file : /domains/wrath.ir/public_html/music/ something like this
2.i am giving the /music/ folder permissions 777
3.i am using directadmin v1.43 as a host manager
can you help me please ? i have about zero info about linux operating systems
The directory /data/Music/ uses an uppercase M and the url uses a lowercase m!adink wrote: Wed Jan 02, 2019 5:42 pm I have read this post expecting to find the remedy to my issue. For you, I am sure it's old hat, but I seem to be missing. I'm using web services from 1 and 1 the server is Linux. My audio files are in http://subdomain.domain.net/data/music I have set the music folder to 644 and even 777 and I still get the error Enable write permission for directory /data/Music/
I didn't see the remedy here.
Hoping you can help!
You used a relative directory, but it must be the full directory!adink wrote: Wed Jan 02, 2019 5:42 pm I have read this post expecting to find the remedy to my issue. For you, I am sure it's old hat, but I seem to be missing. I'm using web services from 1 and 1 the server is Linux. My audio files are in http://subdomain.domain.net/data/music I have set the music folder to 644 and even 777 and I still get the error Enable write permission for directory /data/Music/
I didn't see the remedy here.
Hoping you can help!
Code: Select all
_SERVER["SCRIPT_FILENAME"] /home/project-web/netjukebox/htdocs/phpinfo.php
Code: Select all
$cfg['media_dir'] = '/home/project-web/netjukebox/htdocs/data/music/';
Code: Select all
phpinfo();
Code: Select all
echo __DIR__;