I am using Rocky Linux (RHEL) as my OS, PHP 7.2.24
I am getting this error message when going to Admistration > Websites > Tracking Code:
Missing BC Math or GMP extension.
I’ve looked online and found out that I need to install GMP extension, which I did it through SSH:
sudo yum install php-gmp
Then I added this entry in /etc/php.ini:
extension=php_gmp.so
then I restarted the server, but I am getting the same error above.
I tried without having it in the php.ini, and getting same error.
This is a Matomo domain that has just 1 x domain setup, and the Javascript Tracking Code is not yet live on the site, thus maybe that’s the issue?!
I’ve never had this issue before and would appreciate if anyone has any idea / suggestion what I can do to fix it.
Thank you!
1 post - 1 participant
