tryllu
tryllu
Same thing: ``` ==> recapctha.log No 'g-recaptcha-response' in request! - building 2021-06-21T13:13:12+00:00 DEBUG (7): Form ID: backend_login=>sending to verify params of Array ( [privatekey] => [challenge] => [response] => )...
I have 2.0.1 and its not working.
```private function _sendRequest($path, $params) { $this->_debug(ProxiBlue_ReCaptcha_Helper_Data::RECAPTCHA_API_SERVER.'/'.ProxiBlue_ReCaptcha_Helper_Data::RECAPTCHA_API_PATH.'/'.$path); $httpRequest = new Zend_Http_Client( ProxiBlue_ReCaptcha_Helper_Data::RECAPTCHA_API_SERVER . '/' . ProxiBlue_ReCaptcha_Helper_Data::RECAPTCHA_API_PATH . '/' . $path ); $httpRequest->setParameterPost(array_merge(array('remoteip' => $_SERVER['REMOTE_ADDR']), $params)); $response = $httpRequest->request('POST'); if ($response->getStatus() !=...
> Upgrading `prototype.js` to `1.7.3` fixed the problem for me, and hasn't caused any other obvious issues that I've seen. Obviously I can't recommend this as a solution for heavy...
Yup. Tried with different php versions of cli. One more thing, I think it's somehow related to setopts encoding. Of course I will post additional logs. Funny thing :) When...
```curl -X GET https://slack.php``` Log 1 ```string(11) "postMessage" array(4) { ["channel"]=> string(9) "hidden" ["text"]=> string(3) "OK1" ["username"]=> string(8) "auto_bot" ["token"]=> string(55) "hidden" } Fatal error: Uncaught exception 'Mage_Core_Exception' with message...
Taken with ``` $params = $this->_prepareParams(); $result = $this->_post($name, $params); var_dump($name); var_dump($params); ``` ```php56 slack.php``` ```string(11) "postMessage" array(4) { ["channel"]=> string(9) "hidden" ["text"]=> string(3) "OK1" ["username"]=> string(8) "auto_bot" ["token"]=> string(55)...