dimgr
June 12, 2024, 7:58pm
1
Hello.
I run invision community board it asks for the php GMP extension to be able to send push notifications.
I ran the command sudo apt install php-gmp but invision gives an error. Any help how can I solve it?
Ubuntu 24.04 |Webmin version |2.111
| — | — | — | — |
|Virtualmin version |7.10.0|
Ilia
June 12, 2024, 8:07pm
2
Hello,
This may happen if you have additional PHP versions installed on the system. In this case, you would need to install the extension for that specific PHP version like this:
apt-get install php8.1-gmp
dimgr
June 12, 2024, 8:12pm
3
Yes, I’m running above from a php version. I will try the command you wrote.
dimgr
June 12, 2024, 8:18pm
4
Everything is OK! Thanks for the help Mr Ilia