Skip to Content

An error occurred while trying to submit the form

Error: An error occurred while trying to submit the form - got this error while saving account > pasword > new yubikey 

 

For PHP < 7.2, needs XML extension is required

Install php-xml extension to fix this error

 

On ubuntu 

 root@ubuntu:~# apt install php-xml

 

On centos 

 root@localhost:~# yum install php-xml