Page 1 of 1

RECAPTCHA Admin login error

Posted: 29 Sep 2018, 15:43
by Brad
Hi there.

On a fresh install of version 2.3 - I am having a problem logging in when RECAPTCHA is enabled.

The login screen is correct and I can add my login details and satisfy RECAPTCHA that I am a person but after logging in I am presented with a white screen, tried on two different browsers - there are no specific errors given.

Disabling RECAPTCHA and I can again login in.

Any assistance with this matter would be appreciated

Kind Regards
Brad

Re: RECAPTCHA Admin login error

Posted: 29 Sep 2018, 16:50
by support
You have to find php error log on your server then we will know where issue is.

Re: RECAPTCHA Admin login error

Posted: 29 Sep 2018, 20:42
by Brad
Hi Sergey

Thank you for your reply and confirmation that the issue I was facing was not a bug but a server configuration error.

Checking the logs I found that cURL was not installed with php 7.0.

I have installed it now and everything is working as expected.

Anyone else facing this issue on Debian 9 try

Code: Select all

 apt-get install php7.0-curl 
Will check the php logs first next time.

Thank you for a great application

ATB
Brad

Re: RECAPTCHA Admin login error

Posted: 14 Feb 2020, 15:56
by aqasem@live.com
Hi

I am facing similar issue after installing fresh install v2.6.1 without any logged errors in php or apache. but on Google reCaptcha site it shows "We detected that your site is not verifying reCAPTCHA solutions. This is required for the proper use of reCAPTCHA on your site. Please see our developer site for more information." i am using reCAPTCHA type:v2 Invisible but when it 's active on my security config, I keep get this error "Please confirm that you are not a robot!".

I deployed the environment on Wampserver 3.2.0. using php v7.1.33 while the SSL is enabled as well and working fine.
is there any specific configuration that is needed inside http-ssl.conf (i.e. #SSLVerifyClient require) or activating further extensions for php.

Appreciate your help.