Welcome Guest, Not a member yet? Register   Sign In
error in v3.1.11 for EMAIL validation and Mcrypt EXT while upgrading to php 7.3+
#1

A PHP Error was encountered
Severity: 8192
Message: idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated
Filename: libraries/Form_validation.php
Line Number: 1243


please anybody help
Reply
#2

You need to upgrade your CodeIgniter to Ver 3.1.8 the problem was fix in that version.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(09-07-2020, 12:34 PM)InsiteFX Wrote: You need to upgrade your CodeIgniter to Ver 3.1.8 the problem was fix in that version.
My version is 3.1.11 which is latest
Reply
#4

Then check your php.ini and make sure that this is not remarked out.

PHP Code:
// if it is like this
;extension=intl

// change it to this remaove the semi-colon
extension=intl 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB