Qui a déjà installé DFGallery 2.005 sur 000webhost ??

Statut
La discussion n'est pas ouverte à d'autres réponses
Merci beaucoup à vous deux pour toutes ces infos :pouce1-1a0b:

@ GlouGlou, tu es le meilleur après Mr Fox :expdr2:
Je viens de remplacer le bout de code (ligne 353 à 356) par celui que tu as donné plus haut. Résultat : Perfect! :pouce1-1a0b:

Avant :

PHP:
		if (eregi("gd2$", $protocol))
		{
			$protocol = 'image_process_gd';
		}
Après :

PHP:
if ( ! preg_match("#convert$#i", $this->library_path)) {
        if ( ! preg_match("#/$#i", $this->library_path))
                 $this->library_path .= "/";
        $this->library_path .= 'convert';}

if (preg_match("#gd2$#i", $protocol)) {
       $protocol = 'image_process_gd'; }

Encore une fois, merci mon GlouGlou :kiffe:
 
Statut
La discussion n'est pas ouverte à d'autres réponses
Retour
Haut