Darren Coleman
Darren Coleman
In the short term you can disable the module in `etc/modules/ProxiBlue_Recaptcha.xml` which will make Magento fall back to the built in CAPTCHA, log in, re-enable it, and then whilst logged...
I'm on the latest currently, per config.xml - 2.5.0 I'm seeing the same web console error on both backend and frontend, when trying to use "Invisible" CAPTCHA type.
I can confirm that the same bug exists in 2.3.10, 2.4.0, 2.4.1 and 2.5.0. The same error is produced in the web console when using "Invisible" reCaptcha type. I get...
Ok I've made progress... Replacing `js/prototype/prototype.js` with [1.7.3](https://ajax.googleapis.com/ajax/libs/prototype/1.7.3.0/prototype.js) immediately fixes the problem with no other changes. I don't know what if any compatibility issues there are with Magento 1.9+ using...
Yeah I was wrong too - it's https://www.google.com/recaptcha/api/siteverify I don't see the old URL with just "verify" in the source.. `app/code/community/ProxiBlue/ReCaptcha/Helper/Data.php: const RECAPTCHA_SITEVERIFY_PATH = "siteverify";`
> ok, is 1am here now, I need to go get some sleep. I will investigate on a clean m1924 when I wake up again. > > It is installed...
> Ok, so is likely why mine works on openmage, as they upgraded that. > > Thanks for that, I will have to check the code and make it backwards...
Sorry yes I should've been explicit, Apache is running as the default user "apache", and I'm using mod_php. All files created by the webserver therefore are created as "apache" user,...
Looking in the Console reveals that `assh` is being terminated by the kernel for a EXC_GUARD violation. `assh` appears to be used by the workflow to search for SSH connections...
@deanishe Any thoughts on this?