Do I have to? Do I have to?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Do I have to?

Started by milane, January 04, 2005, 11:11:21 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

milane

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


Nibbler


milane

lol sorry if this is dumb but i do not know what silly safe mode is

Nibbler

Add the line

define('SILLY_SAFE_MODE', 1);

into your include/config.inc.php file. It's mentioned in the docs.

milane

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?

Joachim Müller

CHMOD as suggested in the docs.

Joachim

milane

Umm i did, I CHMOD Include, Album, Userpics, and Edit to 0777

kegobeer

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.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

milane

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!

milane

Never MInd someone else helped me and now it works

Joachim Müller

posting what you did to solve this issue might help others... ::)

Joachim

Jazhawk

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

Joachim Müller

did you try adding the line refered to to include/config.inc.php (as suggested in the docs)?

Joachim