|
|
| Author |
Message |
Mika2006 Cacti User
Joined: 03 May 2007 Posts: 165
|
Posted: Mon Jun 11, 2007 4:56 am Post subject: Installation php extension ?? |
|
|
Hello i lunc the check.php and i have some many fille missing
but how i can install it please???
| Code: | PHP Functions
Some parts of Weathermap need special support in your PHP installation to work.
The gdinfo() function is not available, which means that either the GD extension is not available, not enabled, or not installed.
imagepng() NOCRITICAL This is required for all of Weathermap. It is part of the GD library and the "gd" PHP extension.
imagecreatetruecolor() NOCRITICAL This is required for all of Weathermap. It is part of the GD library and the "gd" PHP extension.
imagealphablending() NOCRITICAL This is required for all of Weathermap. It is part of the GD library and the "gd" PHP extension.
imageSaveAlpha() NOCRITICAL This is required for all of Weathermap. It is part of the GD library and the "gd" PHP extension.
preg_match() YES
imagecreatefrompng() NOCRITICAL This is required for all of Weathermap. It is part of the GD library and the "gd" PHP extension.
imagecreatefromjpeg() NOnon-critical This is required for JPEG input support for ICON and BACKGROUND. It is an optional part of the GD library and the "gd" PHP extension.
imagecreatefromgif() NOnon-critical This is required for GIF input support for ICON and BACKGROUND. It is an optional part of the GD library and the "gd" PHP extension.
imagejpeg() NOnon-critical This is required for JPEG output support. It is an optional part of the GD library and the "gd" PHP extension.
imagegif() NOnon-critical This is required for GIF output support. It is an optional part of the GD library and the "gd" PHP extension.
imagecopyresampled() NOnon-critical This is required for Thumbnail creation in the Cacti plugin. It is an optional part of the GD library and the "gd" PHP extension.
imagettfbbox() NOnon-critical This is required for TrueType font support. It is an optional part of the GD library and the "gd" PHP extension.
memory_get_usage() YES
|
|
|
| Back to top |
|
 |
Mika2006 Cacti User
Joined: 03 May 2007 Posts: 165
|
Posted: Mon Jun 11, 2007 4:59 am Post subject: |
|
|
the solution is
install
thanks |
|
| Back to top |
|
 |
pshankland Cacti User
Joined: 31 Dec 2004 Posts: 225 Location: UK
|
Posted: Thu Jun 21, 2007 6:08 am Post subject: |
|
|
What about on a windows installation of PHP?
Thanks |
|
| Back to top |
|
 |
pshankland Cacti User
Joined: 31 Dec 2004 Posts: 225 Location: UK
|
Posted: Thu Jun 21, 2007 6:15 am Post subject: |
|
|
Doh!!
Uncomment php.ini the extension you wish to use and re-boot the server.
Sorry for posting the previous. |
|
| Back to top |
|
 |
|