Google give me a Site key and a Secret key
MFH is asking for Public key and a Private key



What do I do wrong?
Thanks
Moderator: mkoch227
Code: Select all
Error: Please correct the following errors:
Incorrect SPAM Prevention answer, please try again.
Code: Select all
<div align="left" class="alert alert-danger">
<b>Error:</b> Please correct the following errors:<br><br><ul><li>Incorrect SPAM Prevention answer, please try again.</li></ul></div>
Code: Select all
PHP Notice: Use of undefined constant error - assumed 'error' in inc\recaptcha\recaptchalib_v2.php on line 154
PHP Notice: Use of undefined constant codes - assumed 'codes' in inc\recaptcha\recaptchalib_v2.php on line 154
PHP Warning: Missing argument 2 for hesk_removeAttachments(), called in submit_ticket.php on line 408 and defined in inc\attachments.inc.php on line 125
PHP Notice: Undefined variable: isTicket in inc\attachments.inc.php on line 130
What happens if you change $answers [error-codes] on line 154 to $answers['error-codes']? I doubt it will make a difference, but it's worth a shot since the "error-codes" should be surrounded in tick marks.FormidableMulk wrote:Code: Select all
PHP Notice: Use of undefined constant error - assumed 'error' in inc\recaptcha\recaptchalib_v2.php on line 154 PHP Notice: Use of undefined constant codes - assumed 'codes' in inc\recaptcha\recaptchalib_v2.php on line 154
2 events instead of 4; it resolves the two PHP notices about the $answers array, but the captcha still doesn't validate via cURL.What happens if you change $answers [error-codes] on line 154 to $answers['error-codes']?
Code: Select all
[14-Oct-2015 15:31:03 US/Central] PHP Warning: Missing argument 2 for hesk_removeAttachments(), called in submit_ticket.php on line 408 and defined in inc\attachments.inc.php on line 125
[14-Oct-2015 15:31:03 US/Central] PHP Notice: Undefined variable: isTicket in inc\attachments.inc.php on line 130
I am able to submit a ticket using this reCAPTCHA library. I'll roll with your version instead using my cURL-bypassing tweak.Klemen wrote:Does reCaptcha show with ... http://hesk.com/extras/recaptchalib_v2.zip