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

Look here if you're having trouble with BitShop
Post Reply
thoughtless
Posts: 19
Joined: Fri Apr 01, 2016 11:22 am

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

Post 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.
User avatar
bitfreak
Site Admin
Posts: 98
Joined: Thu Dec 10, 2015 6:57 pm
Location: Australia
Contact:

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

Post 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
thoughtless
Posts: 19
Joined: Fri Apr 01, 2016 11:22 am

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

Post by thoughtless »

Thank you.

Code: Select all

apt-get install php5-gd
did the job
Post Reply