Dotclear

Ticket #101 (closed defect: fixed)

Opened 14 years ago

Last modified 14 years ago

Newsletter : erreur de vérification avec le captcha

Reported by: kwon Owned by: kwon
Priority: normal Component: plugin:newsletter
Severity: normal Keywords: newsletter
Cc:

Description

Message d'erreur :

Fatal error: Call to undefined function imageantialias() in /www/blog83480/plugins/newsletter/inc/class.captcha.php on line 57

De plus, lorsqu'on utilise le bouton retour, l'image n'est pas rafraichie et n'est plus valide.

Change History

comment:1 Changed 14 years ago by kwon

  • Status changed from new to assigned

comment:2 Changed 14 years ago by kwon

Pour la première partie de l'erreur, il faut vérifier que la fonction existe car celle-ci n'est pas indispensable au contrôle anti-spam.

Dans le fichier newsletter/inc/class.captcha.php, il faut corriger

imageantialias($this->img, 1);

par

        if(function_exists('imageantialias')) {
        	imageantialias($this->img, 1);
        }

comment:3 Changed 14 years ago by kwon

  • Status changed from assigned to closed
  • Resolution set to fixed

fix in 3.5.6

Note: See TracTickets for help on using tickets.

Sites map