If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
I have installed a support ticket system with captcha enabled and everything works well except the captcha images does not display.
It seems that the GD Graphics Library does not configured with PHP by default. However Ubuntu comes with package called php5-gd. Just type following command to install this module:
$ sudo apt-get install php5-gd
And then restart Apache
$ sudo /etc/init.d/apache2 restart




































January 26th, 2008 at 1:38 am
Tried it, doesn’t work. I’ve seen a few forum posts about this not working, but no fix for the problem.