coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: milane on January 04, 2005, 11:11:21 PM

Title: Do I have to?
Post by: milane on January 04, 2005, 11:11:21 PM
Okey is it actually necessary for me to configure GD or Imagestick so that it works with my Copermine gallery? Because i keep getting this error when i try to put the picture i uploaded to an album. It says this Destination directory albums/userpics/10001/ is not writable by the script !  


If i am getting the error due to lack of GD or imagestick then can someone be very kind and tell me how to configure GD or Imagestick, it doesn't matter which i would use whatever you tell how to configure. Thanks alot it would really make me happy!!  :-*

This is my empty gallery http://dualistic.org/gallery

PS. Tips are also appreciated ;D

Title: Re: Do I have to?
Post by: Nibbler on January 04, 2005, 11:24:10 PM
Try silly safe mode.
Title: Re: Do I have to?
Post by: milane on January 04, 2005, 11:27:02 PM
lol sorry if this is dumb but i do not know what silly safe mode is
Title: Re: Do I have to?
Post by: Nibbler on January 04, 2005, 11:43:00 PM
Add the line

define('SILLY_SAFE_MODE', 1);

into your include/config.inc.php file. It's mentioned in the docs.
Title: Re: Do I have to?
Post by: milane on January 05, 2005, 12:08:30 AM
umm i can't up re upload the config.inc.php because my FTP keeps saying permission denied soo how do i add that line to the file?
Title: Re: Do I have to?
Post by: Joachim Müller on January 05, 2005, 12:56:19 AM
CHMOD as suggested in the docs.

Joachim
Title: Re: Do I have to?
Post by: milane on January 05, 2005, 10:37:02 AM
Umm i did, I CHMOD Include, Album, Userpics, and Edit to 0777
Title: Re: Do I have to?
Post by: kegobeer on January 05, 2005, 12:57:03 PM
Download your copy of config.inc.php to your local computer.  Make the change Nibbler suggested.  Delete the original from your server.  Upload the new one.
Title: Re: Do I have to?
Post by: milane on January 07, 2005, 11:09:54 AM
okey i am still getting the same error Critical error
Destination directory albums/userpics/ is not writable by the script !

I don't know why this is happening. I first Uploaded all the files that came with CPG to my server. I then CHMOD Albumbs, Include, Edit, Userpics to 0777. And then i went on the install.php and typed in the appropriate information. Then it said that I am done configuring CPG. I then created a New alblum and uploaded a picture. The when i try to put the picture into an ablum that error keeps coming up....

I am sorry if i am frustrating anyone here, but i really want this gallery to work, I like it alot ;D.

If this will help this is what my config.inc.php looks like:

<?php
define
('SILLY_SAFE_MODE'1);
// Coppermine configuration file

// MySQL configuration
$CONFIG['dbserver'] =                         'localhost';        // Your database server
$CONFIG['dbuser'] =                         'dualist_****';        // Your mysql username
$CONFIG['dbpass'] =                         '****';                // Your mysql password
$CONFIG['dbname'] =                         'dualist_gallery';        // Your mysql database name


// MySQL TABLE NAMES PREFIX
$CONFIG['TABLE_PREFIX'] =                'cpg132_';
?>




Thanks You all Muah!
Title: Re: Do I have to?
Post by: milane on January 09, 2005, 04:10:16 PM
Never MInd someone else helped me and now it works
Title: Re: Do I have to?
Post by: Joachim Müller on January 09, 2005, 11:22:43 PM
posting what you did to solve this issue might help others... ::)

Joachim
Title: Re: Do I have to?
Post by: Jazhawk on February 26, 2005, 06:27:21 PM
Quote from: GauGau on January 09, 2005, 11:22:43 PM
posting what you did to solve this issue might help others... ::)

Joachim

I agree and I hate it when people don't bother posting their solutions.  Anyway my question is in the mannor the config.inc was shown to be edited, is that what I need to do?  I'm having the same problem seemingly all of a sudden.

-Jazhawk
Title: Re: Do I have to?
Post by: Joachim Müller on February 26, 2005, 10:51:26 PM
did you try adding the line refered to to include/config.inc.php (as suggested in the docs (http://coppermine.sourceforge.net/manual.php#safe))?

Joachim