Skip to Content

ERROR - --> Severity: error --> Exception: Call to undefined function utf8_encode() /var/www/ezlogin/application/libraries/Yubico/Yubico.php 397

 

  You need to install php-xml extension.You can do so on Ubuntu/Debian by using:

root@jumpserver:~# apt-get install php-xml

root@jumpserver:~# service apache2 restart

 

And on Centos / Fedora / Red Hat:

root@jumpserver:~# yum install php-xml

root@jumpserver:~# service httpd restart