Main menu

Forum


× Help Forum English

[FIXED 3.1.7 soon] 'Your email address does not seem valid, ... verify your entry and try again'

  • bcolargol
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 4 mois - il y a 11 ans 4 mois #4716 par bcolargol
When registering to an event, i'm receiving the following message: "Your email address does not seem valid, thank you to verify your entry and try again"
I'm using icagenda with registered users. The e-mail addres in the form can't be altered as it's already registered.
Pièces jointes :
Dernière édition: il y a 11 ans 4 mois par Lyr!C.

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 11 ans 4 mois #4717 par Lyr!C
I've added an extra security in checking provider of an email in registration form in 3.1.5.

Therefor, i've added a fix for server on windows, and with a php version under 5.3

What is your php version, and OS of your server ?

Are you in the last version 3.1.6 of iCagenda ?

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

Fichier attaché :

Connexion ou Créer un compte pour participer à la conversation.

  • bcolargol
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 4 mois #4720 par bcolargol
Server is XAMPP on window's 7 . Apache 2.4.4, MySQL 5.5.32, PHP 5.4.16
version icagenda: 3.1.6

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 11 ans 4 mois #4721 par Lyr!C

bcolargol écrit: Server is XAMPP on window's 7 . Apache 2.4.4, MySQL 5.5.32, PHP 5.4.16
version icagenda: 3.1.6


Are you connected to internet when you try on xampp ?

This can be a xampp params issue, but i'm using xampp too whitout trouble with ckecking email, but on localhost, if using php sender, it doesn't send notification emails, and that's normal.

What is not normal is that a gmail.com provider is not valid! (in all my tests, it is, and works with gmail!)

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

Fichier attaché :

Connexion ou Créer un compte pour participer à la conversation.

  • bcolargol
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 4 mois #4723 par bcolargol
Thanks for the swift replies.

I'm using xampp and connect on localhost(no changes made to any configs). I'm connected to the internet. Does it check the provider in an online database?

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 11 ans 4 mois #4725 par Lyr!C

bcolargol écrit: Does it check the provider in an online database?


Now, it connect to the local database, if in xampp.

I'm working on Mac, so this could be different between our 2 xampp...
Do you have possibility to check this online ?

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

Fichier attaché :

Connexion ou Créer un compte pour participer à la conversation.

  • gvignati
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 4 mois #4739 par gvignati
I've the same problem too in the following local ambient:
Win8
AMPPS v2.3
PHP 5.3.21
Apache 2.4.3
Firefox 23.0.1
Till version 3.1.4 of iCagenda was all ok in sending registration email.
If there's no tricks it would be nice to download the old release 3.1.4.
Thank's

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 11 ans 4 mois #4740 par Lyr!C
I will release soon a version with option to able check provider, and will set this option by default on "off" as some users seems to have some trouble with it...

So, currently, you can edit this file : site/helpers/icmodel.php

And arround line 3640, replace this line :
if ((($checkdnsrr) OR ($data->email==NULL)) AND ($name_isValid == '1')) {


By this line :
if (($data->email==NULL) AND ($name_isValid == '1')) {

This should remove this option.
But, this will not prevent you from having registration with fack email such as "Cette adresse e-mail est protégée contre les robots spammeurs. Vous devez activer le JavaScript pour la visualiser."

Keep me informed if okay like this! B)

But, i think the problem is only on a local on windows (on mac, it is working, and online too)
So, you could test it online to see if it is working ;-)

I'm on mac, but when possible, i will see if i can test it on local on a windows computer.

Thanks for your feedback! Really useful to know possibilities of the php function checkdssnr, which could be really nice to prevent spam, but which is not working in all cases...

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

Fichier attaché :

Connexion ou Créer un compte pour participer à la conversation.

  • bcolargol
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 4 mois #4907 par bcolargol
didn't work, somehow it sets $alreadyexists to 'yes' and triggers the else clause in line 2947

Connexion ou Créer un compte pour participer à la conversation.

  • bcolargol
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 4 mois #4908 par bcolargol
changed email==NULL to email!=NULL and the else clause in 2947 and now it works. should be fine for my testmachine and demo, i'll try again the unaltered version once i'm implementing in the production environment.

Connexion ou Créer un compte pour participer à la conversation.

Modérateurs: Lyr!C
Temps de génération de la page : 0.137 secondes

 

Follow Us

Créez vos templates Joomla avec Template Creator CK

acymailing logo new