When you get this error you need to install the php GD extension. This function would generally be used for converting / changing / modifying / resizing images. Some applications uses it for generation of the security codes. A good example is captha.
YUM:
yum install php-gd
APTITUDE:
apt-get install php-gd
Then restart your apache / web server
/etc/init.d/httpd restart
By PHPin24 @ 2009-08-03 17:53:10
|