Vue que l'on ai passer à la version de piwigo 2.4.1 et qu’apparemment il ne gère plus de miniature dans l'administration et t'il toujours utile de laisser ce code ci-dessous ou pas ? merci.
<?php
$conf['gallery_url'] = 'http://www.--hors-charte--/';
$conf['users_page'] = 100;
// Library used for image resizing. Value could be 'auto', 'imagick',
// 'ext_imagick' or 'gd'. If value is 'auto', library will be choosen in this
// order. If choosen library is not available, another one will be picked up.
$conf['graphics_library'] = 'gd';?>
Hors ligne
et bien je dirais que tu peux l'enlever, tester un upload et constater s'il faut ou pas remettre $conf['graphics_library'] = 'gd';
Hors ligne
ok je vais tester, mais bon je passe par un Logiciel a part FTP. merci
Dernière modification par thierry.f91 (2012-07-08 08:54:29)
Hors ligne
<?php $conf['gallery_url'] = 'http://www.--hors-charte--/'; $conf['users_page'] = 100; // Library used for image resizing. Value could be 'auto', 'imagick', // 'ext_imagick' or 'gd'. If value is 'auto', library will be choosen in this // order. If choosen library is not available, another one will be picked up. $conf['graphics_library'] = 'gd'; ?>
Ca évite les erreur si tu supprimes la dernière lignes sans faire attention :-)
Ensuite concernant :
// Library used for image resizing. Value could be 'auto', 'imagick', // 'ext_imagick' or 'gd'. If value is 'auto', library will be choosen in this // order. If choosen library is not available, another one will be picked up. $conf['graphics_library'] = 'gd';
Comme le souligne Flop25 tu peux tester en supprimant ce bloc puis en ajoutant des photos. Piwigo va de toutes manière utiliser une bibliothèque graphique lors de la génération des miniatures (v2.4.x) et donc en si tu ne rencontres pas de problèmes tu laisses. Si ça ne fonctionne pas tu replaces le bloc cité.
Hors ligne
Ah oui le premier bloc c'était pour mettre je crois les utilisateur afficher par 100 lol suis trop bête. bon je vais tester. merci
Hors ligne