Desinerd : Dipankar's Blog

Support and PHP

Published: in Technical, , , , , , by . Leave a Comment on Support and PHP.

So got to setting up OTRS, neat email based support system and it works pretty well it seems. There are some issues setting it up initially, but it integrates very well into your support email ! Should have thought of using it for kwippy once i think about it he he. Just managed to get […]

GD Library Error: Imagecreatetruecolor Does Not Exist

Published: in Technical, , , , , , by . 1 Comment on GD Library Error: Imagecreatetruecolor Does Not Exist.

Well the simplest way of solving this is to run sudo apt-get install php5-gd That will install the necessary libraries that you need to keep continuing. If you are in windows then you need to go  to your php.ini and uncomment the following lines ;extension=php_gd.dll ;extension=php_gd2.dll [just remove the ; to uncomment them] Hope that […]