levelsranks / web-levels_ranks

Adaptive WEB Interface for Levels Ranks statistics plugin
GNU General Public License v3.0
140 stars 100 forks source link

PHP extension not found :: GMP #168

Open Markie84 opened 1 year ago

Markie84 commented 1 year ago

I try to install this on my Strato Webserver. But i get the error:

"PHP extension not found :: GMP"

Can someone tell me, what i need to do? Do I have to install / activate GMP first? If yes how? Unfortunately, I'm not very familiar with Linux. :-(

BITKarBo commented 1 year ago

Same issue but fixed by enabling extension=GMP 😂 You just don't have GMP enabled in your php.config image

Markie84 commented 1 year ago

I'm do stupid for that... I put the php.ini with following content into the rankme folder on the server:

extension=gmp

I haven't access to the origin php.ini from strato at the root directory. In this case you should but a php.ini into that directory you want it effected to. So i put the php.ini into the rankme folder. But it dosn't have any impact.

Could you maybe send me your complete php.ini or tell me what i need to do aswell?

silvioxpt commented 7 months ago

1 - sudo apt install php-gmp 2 - add php_gmp.so in php.ini