We have recently upgraded to a new server, and everything on the website works fine except for 1 page which gives an error:
undefined function imagecreatetruecolor() in /home/niscsa/lib/PEAR/Image/Text.php.
Reading around most ppl say that this is due to an incompatiblity of GD and that GD2 must be installed. Looking at phpinfo() gives me the following:
GD Support => enabled
GD Version => bundled (2.0.28 compatible)
FreeType Support => enabled
FreeType Linkage => with freetype
GIF Read Support => enabled
GIF Create Support => enabled
JPG Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM Support => enabled
So gd2 is definatelly installed.
Im baffeled on what to do to fix this one.
Thanks