XenForo
Administrative
- Thread starter
- Admin
- #1
PHP version: 7.2.34
MySQL version: 10.2.34
XF 2.2.13
After upgrading from XF 2.1 to XF 2.2.13, when attempting to add a resource with the resource manager that includes URLs in the fields, we get an error
Similar errors pop up from various places all tracing back to the idn conversions in
Read more
Read more about this Feed . . .
MySQL version: 10.2.34
XF 2.2.13
After upgrading from XF 2.1 to XF 2.2.13, when attempting to add a resource with the resource manager that includes URLs in the fields, we get an error
ErrorException: [E_DEPRECATED] idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated src/XF/Util/Url.php:28
. Similar errors pop up from various places all tracing back to the idn conversions in
XF/Util/Url
. I'm aware I could silence these errors by turning off development mode, but...Read more
Read more about this Feed . . .