Gallery
De Admin -- TALEVAS.
(Différences entre les versions)
| Ligne 1 : | Ligne 1 : | ||
| − | + | = GALLERY / Galerie = | |
| − | = tmp dir = | + | == tmp dir == |
dans init.inc à la racine => | dans init.inc à la racine => | ||
# $gallery->setConfig('data.gallery.tmp', $dataBase . 'tmp' . $slash); | # $gallery->setConfig('data.gallery.tmp', $dataBase . 'tmp' . $slash); | ||
$gallery->setConfig('data.gallery.tmp', '/home/gallery/www/zip-tmp' . $slash); | $gallery->setConfig('data.gallery.tmp', '/home/gallery/www/zip-tmp' . $slash); | ||
| + | |||
| + | = Gallery 3 = | ||
| + | |||
| + | pb de création des datadir | ||
| + | |||
| + | http://gallery.menalto.com/node/87723 | ||
| + | |||
| + | Dans : | ||
| + | ./application/config/config.php | ||
| + | Ajouter : | ||
| + | umask(0022); | ||
Version actuelle en date du 7 mai 2012 à 13:48
GALLERY / Galerie
tmp dir
dans init.inc à la racine =>
# $gallery->setConfig('data.gallery.tmp', $dataBase . 'tmp' . $slash);
$gallery->setConfig('data.gallery.tmp', '/home/gallery/www/zip-tmp' . $slash);
Gallery 3
pb de création des datadir
http://gallery.menalto.com/node/87723
Dans :
./application/config/config.php
Ajouter :
umask(0022);