I have a problem setting up MFA on my hesk install. When i click on profile then manage MFA it takes me to the manage_mfa.php page and i can select email or authenticator, once i do this i get HTTP ERROR 500 This page isn't working at the moment pagexxxx can't currently handle this request.
Has anyone else come across this issue?
Many Thanks
MFA Setup
Moderator: mkoch227
Re: MFA Setup
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: MFA Setup
Hi Klemen
Thank you for your reply, i have turned on debug mode and looked in the logs and we are getting the following error.
stderr: PHP Fatal error: Uncaught exception 'Exception' with message 'There is no suitable CSPRNG installed on your system' in /var/www/clients/client0/web2/web/vendor/paragonie/random_compat/lib/random.php:214, referer: https://domainhere.com/manage_mfa.php
Thank you for your reply, i have turned on debug mode and looked in the logs and we are getting the following error.
stderr: PHP Fatal error: Uncaught exception 'Exception' with message 'There is no suitable CSPRNG installed on your system' in /var/www/clients/client0/web2/web/vendor/paragonie/random_compat/lib/random.php:214, referer: https://domainhere.com/manage_mfa.php
Re: MFA Setup
Looks like PHP cannot find any suitable random bytes generator on your server.
What version of PHP are you using? Try updating to PHP 7+
What version of PHP are you using? Try updating to PHP 7+
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: MFA Setup
Upgrading to php 7.4 has resolved this issue
Thank you for your help Klemen
Thank you for your help Klemen
