Jump to content

Fatal error: Call to undefined function gmp_intval()


denc

Recommended Posts

I thought gmp_intval() is some standard function in php, no?

 

No, they come from an extension which you have to enable, either with a flag when compiling PHP or specifying it in the php.ini file.

 

If you're using a hosting company then you should contact their support to see if they can enable it for you (or give you instructions on how to enable it yourself).

 

Create a file called phpinfo.php and put in it the following code:

<?php phpinfo(); ?>

 

When you load it you'll see a bunch of information about PHP's configuration and it's loaded extensions.  There should be a section somewhere in there for GMP if it is enabled.

 

Upload a PHP file containing phpinfo (), and run it. If you can find the extension listed in there, it's activated. If not, well... I guess that scenario would be obvious. ;)

 

 

*Christian kicks the "new post" notification lag.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.