coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: virus--x on August 22, 2004, 10:06:59 PM

Title: Save Mod
Post by: virus--x on August 22, 2004, 10:06:59 PM
Hallo! Ich hoffe mir kann hier jemand helfen  :-[

Bei uns wurde der Save Mode Aktiviert und nu kann ich keine Bilder mehr Hochladen.
Der Betreiber wird es auch nicht ausstellen....

Meine frage gibt es eine Möglichkeit die Galerie auch ohne mit Save Mod zu betreiben????
Title: Re: Save Mod
Post by: Casper on August 22, 2004, 10:10:24 PM
Sorry, but all posts on these forums must be in English.  Don't worry if your English is bad, most users first language is not English.
If you really cannot explain your problem in English, try to do it, then put it in your language underneath.
Title: Re: Save Mod
Post by: virus--x on August 23, 2004, 02:05:48 AM
Hello!  I do not hope myself can someone help here with us that save mode was activated and now can I no more pictures high shop.  The operator will not also issue it....  My question gives to operate it a possibility the gallery also with save Mod?

Sorry, my English is... *würg*
Title: Re: Save Mod
Post by: mstralka on August 23, 2004, 04:45:23 AM
Gau gau, this one's all you man  ;)
Title: Re: Save Mod
Post by: Joachim Müller on August 23, 2004, 07:42:12 AM
Original question (roughly):
Quotemy webhost activated safe mode. Now I can't upload. My webhost won't disable safe mode
Answer: coppermine works well with safe mode enabled, if safe mode if properly configured on the webserver. Apparently yours is not. You can even instruct coppermine to work with safe mode improperly configured by using the silly_safe_mode command - see http://coppermine.sourceforge.net/manual.php#safe
If you still can't use coppermine after applying those fixes, come back here and report again. Please don't use a translation tool (like the one google provides), they are of no use at all.

GauGau
Title: Re: Save Mod
Post by: virus--x on August 23, 2004, 10:20:48 PM
Thus the CHmod is everywhere on 0777.  Thus now my "include /config.inc.php" file looks: 

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

// MySQL configuration
$CONFIG['dbserver'] =                         "localhost";        // Your database server
$CONFIG['dbuser'] =                         "sql744";        // Your mysql username
$CONFIG['dbpass'] =                         "xxxxxxx";                // Your mysql password
$CONFIG['dbname'] =                         "sql744";        // Your mysql database name


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


I get the following error message:

Warning: rename(): SAFE MODE Restriction in effect. The script whose uid is 1611 is not allowed to access /www/usr10630/myaddy/htdocs/coppermine/albums/userpics/10002 owned by uid 65534 in /www/usr10630/myaddy/htdocs/coppermine/upload.php on line 2222
Title: Re: Save Mod
Post by: Joachim Müller on August 23, 2004, 10:24:12 PM
if silly_safe_mode doesn't work for you, ask your webhost to CHOWN the albums folder and everything within it for you.

GauGau