Page 1 of 1

manage_mfa.php Error

Posted: Wed Jun 21, 2023 7:10 am
by drzoom
manage_mfa.php
hesk version 3.4.3
php version 8.1

Hi,
I get this errors when trying to enable mfa option:

Image

Re: manage_mfa.php Error

Posted: Wed Jun 21, 2023 9:17 am
by Klemen
You need to enable allow_url_fopen in your php configuration (php.ini file). Don't forget to restart the server after changes to php.ini

Re: manage_mfa.php Error

Posted: Wed Jun 21, 2023 12:03 pm
by drzoom
It worked perfectly, thank you.