Closed belidzs closed 4 years ago
It looks like your PHP didn't find your gmp
extension. Remember to enable the plugin in your php.ini
and reload your PHP. Then you can check phpinfo()
to make sure gmp
is installed.
https://stackoverflow.com/questions/40010197/how-to-install-gmp-for-php7-on-ubuntu
The issue was on my side, I was checking the presence of this plugin on a different server than the one actually served the site. Thanks and sorry for the noise
I have both
php7.3-gmp
andphp7.3-mbstring
installed on my Ubuntu system but it seems that wp-webauthn is unable to use it. Is this version supported at all?Logs are here: https://hastebin.com/zecikapabe.md