Failed to open directory: /test/

Linux related discussion about netjukebox
Locked
der_mythos
User
Posts: 3
Joined: Sat Dec 22, 2012 7:34 pm

Failed to open directory: /test/

Post by der_mythos »

Unfortunately I can't get my library updated now :/.
It tells me: Failed to open directory:
/test/
Check media_dir value in the config.inc.php file
Check file permission

Could you please tell me what group do I need to set for the folder? I tried http:http, but this didn't work.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: Failed to open directory: /test/

Post by wbartels »

I use my user-name/apache-name for this directory:

Code: Select all

chown -R wbartels:www-data /data/Media
Also change the file permission to 0774 with chmod.
der_mythos
User
Posts: 3
Joined: Sat Dec 22, 2012 7:34 pm

Re: Failed to open directory: /test/

Post by der_mythos »

Thank you again, for your support. It seems like I am only able to open directorys from inside the Documentroot. We will see. However netjukebox started to update my MusicLibrary. But I will now switch my OS. So I maybe need to start everything from scratch :/.

I tried now on ArchLinuxArm, but I don't want Arch anymore. To many bugs. Switching over to good old Debian. Thank you for your support.
Locked