Captcha Can't open on php Centos
- January 24, 2014
Back
EDUCATION DETAIL
you can try this command for search package php-gd becouse this package important for generate imange Captcha
#rpm -aq | grep php
#yum install gd gd-delev php-gd -y
edit and add this script in /etc/php.ini
#nano /etc/php.ini
search and edit like this text :
gd.jpeg_ignore_warning = 0
and add script this for activated extension php-gd
extension=gd.so
restart your httpd
#/etc/init.d/httpd/restart
Change owner direchtory parametes
#chown apache:apache [your_directory_captcha]/ -R