hello to all they are new in this forum I make excuses myself with my English, I have a problem to install Coppermine Photo Gallery 1.3.2 on my serveur, I have put the database but when I try to start the installation me exits outside this
Before you continue with Coppermine installation, there are some problems that need to be fixed.
--------------------------------------------------------------------------------
The 'include' directory (located in the directory where you uploaded Coppermine) should be writable in order to save your configuration. Use your FTP program to change its mode to 777.
--------------------------------------------------------------------------------
The 'albums' directory (located in the directory where you uploaded Coppermine) should be writable in order to allow pictures upload. Use your FTP program to change its mode to 777.
--------------------------------------------------------------------------------
The 'userpics' directory (located in the 'albums' directory on your server) should be writable in order to allow pictures upload. Use your FTP program to change its mode to 777.
--------------------------------------------------------------------------------
The 'edit' directory (located in the 'albums' directory on your server) should be writable in order to allow pictures upload. Use your FTP program to change its mode to 777.
Once you are done, hit the "Try again" button.
what must make for being able to install my gallery?
Thanks to all!
please read the part on chmod:
http://coppermine.sourceforge.net/manual.php#installation
I have the same problem on a new install. And I done chmod 777 on the specified directories. Any other suggestions?
Is your webserver using Apache or IIS?
Apache
Is the operating system Windows or *nix?
Linux
Have you tried 755 instead of 777? If you have a control panel for your website, have you verified your permissions are correct? Sometimes a FTP client doesn't make the changes.
Tried both in a ssh terminal as root. No luck. I assume the user the webserver is running as should be the owner. i.e. apache.
I think I found the problem. I'm using Fedora Core Release 3 and it enables a new "security" feature by default that doesn't allow scripts to be run from the web despite what you tell it. Disabled that and it looks to be working. Thanks for your help.
Referring to SELinux. Disabled it and then it works.
Thank you for coming back and sharing the solution.