If you 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
It seems that the GD Graphics Library does not configured
align="left">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
Just type following command to install this module:
$ sudo apt-get install php5-gd
And then restart Apache
$ sudo /etc/init.d/apache2 restart
No comments:
Post a Comment