Page 1 of 1

domain.com is currently unable to handle this request. 500 [solved]

Posted: Fri Apr 15, 2016 9:00 am
by thoughtless
inc/captcha_code_file.php?rand=387.7962944153264
It seams that my domain can not handle this request.
How and what should i do?
Access logs :
162.158.17.60 - - [15/Apr/2016:05:08:19 -0400] "GET /inc/captcha_code_file.php HTTP/1.1" 500 5 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36"
162.158.17.60 - - [15/Apr/2016:05:08:22 -0400] "GET /inc/captcha_code_file.php?rand=387.7962944153264 HTTP/1.1" 500 5 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36"
162.158.17.60 - - [15/Apr/2016:05:08:23 -0400] "GET /inc/captcha_code_file.php?rand=387.7962944153264 HTTP/1.1" 500 5 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36"
and no error logs.

Re: domain.com is currently unable to handle this request. 500

Posted: Sat Apr 30, 2016 7:56 am
by bitfreak
I'm guessing PHP doesn't have GD installed. You can disable the captcha functions or try to get GD working. This page may have some useful information: Installing the GD Library for PHP

Re: domain.com is currently unable to handle this request. 500

Posted: Mon May 02, 2016 5:14 pm
by thoughtless
Thank you.

Code: Select all

apt-get install php5-gd
did the job