While trying to upload and create a thumbnail I got this error:
Fatal error: Call to undefined function: imagecreatetruecolor() in /usr/local/www/vhosts/fakewebsitenamehere.com/htdocs/wp-admin/admin-functions.php on line 165
Any ideas?
While trying to upload and create a thumbnail I got this error:
Fatal error: Call to undefined function: imagecreatetruecolor() in /usr/local/www/vhosts/fakewebsitenamehere.com/htdocs/wp-admin/admin-functions.php on line 165
Any ideas?
This is because your php was compiled with GD 1. imagecreatetruecolor() is only in GD 2.
So I need to upgrade my GD?
Any way around this in WP2?
This topic has been closed to new replies.