Jump to content

Edit History

NSN

NSN

Cher Pierre,

J'ai mis à jour la version 1.6.2.15 vers la version 1.6.2.16 et maintenant je reçois des messages de clients potentiels qui ne peuvent pas créer de compte. Ils obtiennent toujours le message "birthday is invalid" (la date d'anniversaire n'est pas valide)

J'ai résolu le problème avec une petite astuce. (/classes/Customer.php) J'ai mis le

Zitat

    'birthday' => array('type' => self::TYPE_DATE, 'validate' => 'isBirthDate'),

dans un commentaire avec /* ... */

Cela rend l'enregistrement possible, mais avant la mise à jour, ce hack n'était pas nécessaire. Avez-vous une idée de la raison de ce problème et peut-il être corrigé pour les prochaines mises à jour ou dois-je éditer le fichier après chaque mise à jour ?

Cordialement,
Stefan

 

French translation with DeepL
Original text below.

 

Dear Pierre,

I updated from 1.6.2.15 to 1.6.2.16 and now I get messages from potential customers that they cannot create an account. The always get the message "birthday is invalid"

I fixed it with a dirty hack. (/classes/Customer.php) I put the

Zitat

'birthday'                      => array('type' => self::TYPE_DATE, 'validate' => 'isBirthDate'),

into comment with /* ... */

This makes registration possible, but before the update this hack was not needed. Do you have any idea why and can it be fixed for further updates or do I need the file to edit after every update?

Best regards
Stefan

NSN

NSN

Dear Pierre,

I updated from 1.6.2.15 to 1.6.2.16 and now I get messages from potential customers that they cannot create an account. The always get the message "birthday is invalid"

How can I fix this problem or disable the birthday at all (I do not need it)

Best regards

Stefn

×
×
  • Create New...