Hi, does anyone know of an alternative function to imagecreatetruecolor? I think my admin upgraded my server and the new server doesn't have this function.
Was it replaced by another function? Is this an old function?
AHHH!!!
Fatal error: Call to undefined function: imagecreatetruecolor() in /home/wwwhome/public_html/dev/include/support/hp_utils.php on line 575
From what I have read my guess would be that php was compiled with out GD. Everything says that GD 2.0.1 or later supports imagecreatetruecolor(). Sorry, I haven't found a work around suggested anywhere.