RECAPTCHA Admin login error

Post Reply
Brad
Posts: 6
Joined: 18 Jan 2018, 02:45
Name: Brad
Location: IOM

RECAPTCHA Admin login error

Post 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
User avatar
support
Site Admin
Posts: 6194
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: RECAPTCHA Admin login error

Post by support »

You have to find php error log on your server then we will know where issue is.
Brad
Posts: 6
Joined: 18 Jan 2018, 02:45
Name: Brad
Location: IOM

Re: RECAPTCHA Admin login error

Post 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
User avatar
aqasem@live.com
Posts: 1
Joined: 14 Feb 2020, 15:36
Name: Ahmad
Location: Kuwait

Re: RECAPTCHA Admin login error

Post 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.
Post Reply