Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question COM_KUNENA_RECAPTCHA_ERROR_

More
12 years 7 months ago - 12 years 7 months ago #1 by Maszek
Hello,

I have updated Kunena Forum to version 1.7 successfully. I enabled reCaptcha, got an API key at reCaptcha.net and entered the codes.

When I post a new topic or message, no this shows:

[IMG


Neat! So far so good.

When I submit my message, however, I receive the following error:

[IMG


Does this have to do with server access?

Looking forward to hearing from you.
Last edit: 12 years 7 months ago by Maszek.

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago - 12 years 7 months ago #2 by Mortti
I think you wrote that captcha code wrong if your keys are valid? At least you have missing comma there, after "clock"

That error message mean that your Kunena language files are not up to date...

Whole string is this:
Code:
COM_KUNENA_RECAPTCHA_ERROR_INCORRECT_CAPTCHA_SOL="Incorrect captcha. Please try again."

Here are all ReCaptha error strings:
Code:
COM_KUNENA_RECAPTCHA_ERROR_INVALID_CONFIGURATION="CAPTCHA is not properly configured (%s). Please contact site administrator!" COM_KUNENA_RECAPTCHA_ERROR_INVALID_CONFIGURATION_NO_PRIVATE_KEY="private key is missing" COM_KUNENA_RECAPTCHA_ERROR_INVALID_CONFIGURATION_NO_PUBLIC_KEY="public key is missing" COM_KUNENA_RECAPTCHA_ERROR_INVALID_SITE_PRIVATE_KEY="CAPTCHA: The private key is invalid. Please contact site administrator!" COM_KUNENA_RECAPTCHA_ERROR_INVALID_REQUEST_COOKIE="CAPTCHA: The challenge parameter of the captcha is invalid." COM_KUNENA_RECAPTCHA_ERROR_INCORRECT_CAPTCHA_SOL="Incorrect captcha. Please try again." COM_KUNENA_RECAPTCHA_ERROR_RECAPTCHA_NOT_REACHABLE="Unable to contact the CAPTCHA verify server. Please try again after a moment."
Last edit: 12 years 7 months ago by Mortti.

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago - 12 years 7 months ago #3 by Maszek
Thank you for the support. I realise that I attached the wrong screen shot, but the comma was not the issue.

This here didn't work either:

[IMG


I updated my language files. Since I work on a Dutch version 1.5.23, I used the files from this source .

Still, Kunena is returning me the same error.

How can I tell, by the way, which error message I'm dealing with? The string ends before the part that's distinctive. Even in the source of the page, I can only find an abbreviated error string.
Last edit: 12 years 7 months ago by Maszek.

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago - 12 years 7 months ago #4 by Netthandel
I have the exact same issue. Also Joomla 1.7 and Kunena 1.7

The recaptcha APIs are correct as they work on the JoomSocial registering...

EDIT:
No, I don't have the same problem. The captcha works in the forum just fine, but not in the Kunena Dicuss.
Last edit: 12 years 7 months ago by Netthandel.

Please Log in or Create an account to join the conversation.

More
12 years 6 months ago #5 by Maszek
Did I say something wrong? I hope I didn't insult anyone. It's a pity this post seems to die.

Please Log in or Create an account to join the conversation.

More
12 years 6 months ago #6 by xillibit
Hello,

Do you have configured correctly the recaptcha in Kunena configuration panel ?

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

More
12 years 6 months ago - 12 years 6 months ago #7 by Maszek
Thank you for your attention.

I configured reCAptcha as follows:



Attachments:
Last edit: 12 years 6 months ago by Maszek. Reason: wrong image

Please Log in or Create an account to join the conversation.

More
12 years 6 months ago #8 by Matias
It looks like recaptcha isn't returning any error code (or the output is non-expected) but is still failing when checking the answer.

Maybe there is no response?

You can debug this by editing file:
administrator/libraries/spam/recaptcha.php line 151 (empty line) by adding:
Code:
echo "###<pre>";print_r($response);echo "</pre>###";

What does it display?

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago - 12 years 5 months ago #9 by seijo
I have the same problem.
Adding the line to the file produced no output at all.
Last edit: 12 years 5 months ago by seijo.

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago #10 by Maszek
I assume you are referring to the file:

/web/administrator/components/com_kunena/libraries/spam/recaptcha.php

I modified this php file, entered a test message in Kunena Forum. I am however not sure where "it" would be displayed. In any case not in my browser. The error message is the same as above.

Please Log in or Create an account to join the conversation.

Time to create page: 0.423 seconds