Welcome Guest, Not a member yet? Register   Sign In
Error with email class in CI 3.1.8
#20

(04-06-2018, 11:53 AM)Paradinight Wrote:
(04-05-2018, 09:31 PM)ardavan Wrote: @Paradinight

thanks for your highlight I totally forgot that I made that mistake. BUT now I have another issue haha which is valid_mail
Now because of the form validation, I get an error but the email is valid [email protected]

Did you write valid_mail or valid_email? Error message?

(04-06-2018, 11:40 PM)Paradinight Wrote:
(04-06-2018, 08:31 PM)ardavan Wrote: im using valid_email like this

PHP Code:
$this->form_validation->set_rules('email''lang:valid_email''trim|valid_email|is_unique[USERS.EMAIL]|required'); 

Codeigniter use filter_var does not check if the domain existse. The email is valid. What is the error?
Does the email exist in the user table?

The error is say the email should be a valid email address
Reply


Messages In This Thread
Error with email class in CI 3.1.8 - by ardavan - 04-04-2018, 12:57 AM
RE: Error with email class in CI 3.1.8 - by ardavan - 04-07-2018, 08:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB