GD Library Error: imagecreatetruecolor does not exist
To solve this problem you should get gd extentioin installed and activated in PHP. Normally the gd library is availlble with PHP 4.3+ installed. However if it doesn’t exist, for linux users, type the following command in a terminal, sudo apt-get install php5-gd For those who use windows, you can find it in the ext [...]