Script URL:
Version of script: 3.4.6
Hosting company: self-host
URL of phpinfo.php: https://helpdesk.lcschools.org:8443/phpinfo.php
URL of session_test.php: https://helpdesk.lcschools.org:8443/session_test.php
What terms did you try when SEARCHING for a solution:
mfa
Write your message below:
When trying to set up an authentication app, Hesk isn't displaying a QR code.
MFA QR code missing
Moderator: mkoch227
Re: MFA QR code missing
I can't test your help desk (it's most likely not open to public?), but make sure that:
- your PHP has cURL enabled
- cURL can connect to external URLs (an external URL such as https://image-charts.com is called to generate the QR image)
- your PHP has cURL enabled
- cURL can connect to external URLs (an external URL such as https://image-charts.com is called to generate the QR image)
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 QR code missing
That was it. Wasn't enabled in php.ini nor was php-curl installed either. Seems the default installation no longer includes those things.