install.php wants me to chmod, but I already did install.php wants me to chmod, but I already did
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

install.php wants me to chmod, but I already did

Started by chuckles, January 16, 2005, 08:36:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

chuckles

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?

Joachim Müller

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

web_guy



Joachim Müller

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

mast76

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.