coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: Dj_Diesel on March 10, 2005, 12:14:14 AM

Title: Problem with the installation Photo Gallery 1.3.2
Post by: Dj_Diesel on March 10, 2005, 12:14:14 AM
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!
Title: Re: Problem with the installation Photo Gallery 1.3.2
Post by: Tranz on March 10, 2005, 12:16:46 AM
please read the part on chmod:
http://coppermine.sourceforge.net/manual.php#installation
Title: Re: Problem with the installation Photo Gallery 1.3.2
Post by: wjries on March 12, 2005, 09:01:25 PM
I have the same problem on a new install.  And I done chmod 777 on the specified directories.  Any other suggestions?
Title: Re: Problem with the installation Photo Gallery 1.3.2
Post by: kegobeer on March 12, 2005, 10:45:56 PM
Is your webserver using Apache or IIS?
Title: Re: Problem with the installation Photo Gallery 1.3.2
Post by: wjries on March 13, 2005, 01:17:59 AM
Apache
Title: Re: Problem with the installation Photo Gallery 1.3.2
Post by: kegobeer on March 13, 2005, 02:51:09 AM
Is the operating system Windows or *nix?
Title: Re: Problem with the installation Photo Gallery 1.3.2
Post by: wjries on March 13, 2005, 02:51:59 AM
Linux
Title: Re: Problem with the installation Photo Gallery 1.3.2
Post by: kegobeer on March 13, 2005, 02:57:11 AM
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.
Title: Re: Problem with the installation Photo Gallery 1.3.2
Post by: wjries on March 13, 2005, 03:08:41 AM
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.
Title: Re: Problem with the installation Photo Gallery 1.3.2
Post by: wjries on March 13, 2005, 07:52:04 AM
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.
Title: Re: Problem with the installation Photo Gallery 1.3.2
Post by: wjries on March 13, 2005, 07:55:45 AM
Referring to SELinux.  Disabled it and then it works.
Title: Re: Problem with the installation Photo Gallery 1.3.2
Post by: Tranz on March 13, 2005, 09:10:22 AM
Thank you for coming back and sharing the solution.