•  » Utilisation
  •  » [Résolu] Ajouts de photos par les utilisateurs

#16 2010-06-03 23:36:58

Gotcha
Ex Equipe Piwigo
Pierrelatte (26)
2007-03-14
13331

Re: [Résolu] Ajouts de photos par les utilisateurs

L@ur3nt a écrit:

Salut,

merci pour les réponses. Je viens de vérifier, je n'ai pas le fichier /local/config/config.inc.bak.php

Dans ce cas, édite ton fichier /local/config/config.inc.php
Copie/colle le contenu sur le forum avant de faire quoi que ce soit.


Ayez comme premier réflexe de consulter le wiki.
Ensuite, veuillez effectuer une recherche sur le forum avant de poser votre question.

LE FAIRE EST LE REVELATEUR DE L'ETRE

Hors ligne

#17 2010-06-03 23:49:00

L@ur3nt
Membre
2010-06-03
4

Re: [Résolu] Ajouts de photos par les utilisateurs

Code:

<?php// +-----------------------------------------------------------------------+
// |                                upload                                 |
// +-----------------------------------------------------------------------+

// upload_maxfilesize: maximum filesize for the uploaded pictures. In
// kilobytes.
$conf['upload_maxfilesize'] = 500;

// upload_maxheight: maximum height authorized for the uploaded images. In
// pixels.
$conf['upload_maxheight'] = 1280;

// upload_maxwidth: maximum width authorized for the uploaded images. In
// pixels.
$conf['upload_maxwidth'] = 1280;

// upload_maxheight_thumbnail: maximum height authorized for the uploaded
// thumbnails
$conf['upload_maxheight_thumbnail'] = 160;

// upload_maxwidth_thumbnail: maximum width authorized for the uploaded
// thumbnails
$conf['upload_maxwidth_thumbnail'] = 160;?>

Hors ligne

#18 2010-06-04 10:23:19

Gotcha
Ex Equipe Piwigo
Pierrelatte (26)
2007-03-14
13331

Re: [Résolu] Ajouts de photos par les utilisateurs

Réécrit le code comme suit pour commencer :

Code:

<?php
// +-----------------------------------------------------------------------+
// |                                upload                                 |
// +-----------------------------------------------------------------------+

// upload_maxfilesize: maximum filesize for the uploaded pictures. In
// kilobytes.
$conf['upload_maxfilesize'] = 500;

// upload_maxheight: maximum height authorized for the uploaded images. In
// pixels.
$conf['upload_maxheight'] = 1280;

// upload_maxwidth: maximum width authorized for the uploaded images. In
// pixels.
$conf['upload_maxwidth'] = 1280;

// upload_maxheight_thumbnail: maximum height authorized for the uploaded
// thumbnails
$conf['upload_maxheight_thumbnail'] = 160;

// upload_maxwidth_thumbnail: maximum width authorized for the uploaded
// thumbnails
$conf['upload_maxwidth_thumbnail'] = 160;
?>

Si ça ne fonctionne toujours pas, supprime ce qu'il y a entre la première et la dernière ligne.


Ayez comme premier réflexe de consulter le wiki.
Ensuite, veuillez effectuer une recherche sur le forum avant de poser votre question.

LE FAIRE EST LE REVELATEUR DE L'ETRE

Hors ligne

#19 2010-06-04 10:49:37

L@ur3nt
Membre
2010-06-03
4

Re: [Résolu] Ajouts de photos par les utilisateurs

Merci Gotcha,

j'ai modifié le fichier et ça fonctionne bien maintenant.

Merci beaucoup pour ton aide. :)

A+

Hors ligne

  •  » Utilisation
  •  » [Résolu] Ajouts de photos par les utilisateurs

Pied de page des forums

Propulsé par FluxBB

github twitter newsletter Faire un don Piwigo.org © 2002-2025 · Contact