Save Mod Save Mod
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Save Mod

Started by virus--x, August 22, 2004, 10:06:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

virus--x

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????

Casper

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.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

virus--x

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*

mstralka

Gau gau, this one's all you man  ;)
GO IRISH

Joachim Müller

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

virus--x

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

Joachim Müller

if silly_safe_mode doesn't work for you, ask your webhost to CHOWN the albums folder and everything within it for you.

GauGau