I tried to validate the server and there is nothing.
So I turn on debug mode and I get this error:
idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated
It seems to come from this part of the script:
idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated
(/home/XXXXXXX/public_html/mw/apps/common/components/validators/CEmailValidator.php:200)
I run PHP7.2 and I think idn_to_ascii() is deprecated and I can't downgrade to 5.6. Any help?
So I turn on debug mode and I get this error:
idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated
It seems to come from this part of the script:
idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated
(/home/XXXXXXX/public_html/mw/apps/common/components/validators/CEmailValidator.php:200)
I run PHP7.2 and I think idn_to_ascii() is deprecated and I can't downgrade to 5.6. Any help?