I'm running the latest fedora with apache 2.0 and php 4.3.9.
I chmod'ed the include and albums directories recursively to 777, but it is saying that I still need to do that and that they aren't writeable. Any ideas on why this might be happening?
well, you seem to be the webserver admin, so you should know what permissions are needed to give the php script write access. You could try 755 instead of 777, as suggested in the docs. For details, you should ask your webserver admin - oops, that's you ;)
We have no idea on your webserver config, this issue is not related to coppermine...
Joachim
what is all that 777, and 755 stuff anyway?
http://www.december.com/unix/tutor/permissions.html
Quote from: web_guy on February 23, 2005, 05:20:40 PM
what is all that 777, and 755 stuff anyway?
how appropriate of you to choose "web_guy" as nickname on this board. You are
the web guy then? Ever heard of google? Try googling for the term "CHMOD" and you should get all the information you need...
Joachim
Quote from: chuckles on January 16, 2005, 08:36:28 PM
I'm running the latest fedora with apache 2.0 and php 4.3.9.
I chmod'ed the include and albums directories recursively to 777, but it is saying that I still need to do that and that they aren't writeable. Any ideas on why this might be happening?
I have just had the same problem. It turned out to be the SELinux which overruled the write access.
Workaround:
In KDE or Gnome, go to "System Settings" - "Security Level" - "SELinux" and disable it.