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
  • Autore della discussione
  • New Member
  • New Member
Di più
11 Anni 4 Mesi fa - 11 Anni 4 Mesi fa #4716 da 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.
Allegati:
Ultima Modifica 11 Anni 4 Mesi fa da Lyr!C.

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 4 Mesi fa #4717 da 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) .

File allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • bcolargol
  • Autore della discussione
  • New Member
  • New Member
Di più
11 Anni 4 Mesi fa #4720 da 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

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 4 Mesi fa #4721 da Lyr!C

bcolargol ha scritto: 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) .

File allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • bcolargol
  • Autore della discussione
  • New Member
  • New Member
Di più
11 Anni 4 Mesi fa #4723 da 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?

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 4 Mesi fa #4725 da Lyr!C

bcolargol ha scritto: 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) .

File allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • gvignati
  • New Member
  • New Member
Di più
11 Anni 4 Mesi fa #4739 da 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

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 4 Mesi fa #4740 da 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 "Questo indirizzo email è protetto dagli spambots. È necessario abilitare JavaScript per vederlo."

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) .

File allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • bcolargol
  • Autore della discussione
  • New Member
  • New Member
Di più
11 Anni 4 Mesi fa #4907 da bcolargol
didn't work, somehow it sets $alreadyexists to 'yes' and triggers the else clause in line 2947

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • bcolargol
  • Autore della discussione
  • New Member
  • New Member
Di più
11 Anni 4 Mesi fa #4908 da 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.

Si prega Accedi o Crea un account a partecipare alla conversazione.

Moderatori: Lyr!C
Tempo creazione pagina: 0.212 secondi

 

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new