Desinerd : Dipankar's Blog

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 […]

Cron issues on drupal

Published: in Technical, , , , , , , , by . 1 Comment on Cron issues on drupal.

Well here are some quick ways of solving your “cron not working properly issues in drupal” It has a semaphore which blocks the cron running, in my case the PHP script ran for too long and ate up too much memory. I needed to modify my php.ini to ensure that it could take up more […]