- Posts: 4
COMMUNITY FORUM
[SOLVED] Problem when Comment Submit with reCapchta
- Carsten Wiechert
-
Topic Author
- Offline
- New Member
i Hvae Joomla 2.5 ank K2 installed, everything works fine. I have tried to protect the comments with reCacptacha. reCapcha appeaers, after click on th sumbimt-button a rotating cycle appears and stay there and nothing happens more.... Without reCaptcha it works.
I have tried also another Captcha Plugin, its the same, after submit a rotating circel and nothing more..
Any Ideas whats wrong ?
Greetings from Spain
Carsten
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Did you check for any JS errors?
The network and console tabs (developer tools) will give you some valuable insight.
Regards
Please Log in or Create an account to join the conversation.
- Carsten Wiechert
-
Topic Author
- Offline
- New Member
- Posts: 4
I have tried with firefox, IE and Chrome, all the same.
Any Ideas more ?
Thx.
Carsten
Please Log in or Create an account to join the conversation.
- Carsten Wiechert
-
Topic Author
- Offline
- New Member
- Posts: 4
i have looked around and i was searching a lot. But i can't find any solution....
Does anyone has an idea why I can see only the rotating circle ?
Carsten
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
You can use Admin Tools to correct any permission errors. (Please backup first).
Please Log in or Create an account to join the conversation.
- Carsten Wiechert
-
Topic Author
- Offline
- New Member
- Posts: 4
Regards from Spain
Carsten
Please Log in or Create an account to join the conversation.
- Antonio
-
- Offline
- New Member
- Posts: 1
Even if i disabled the Captcha - ReCaptcha Plug-in, the problem is the same!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
It's a Joomla! extension, it will help you correct your permissions. PS. always backup first.
Antonio,
Try disabling and enabling any 3rd party extensions you might have installed, one of the is probably causing a conflict.
Please Log in or Create an account to join the conversation.
- Martin
-
- Offline
- New Member
- Posts: 5
did you solve the problem with using the permission fix-tool? Which one did you use?
Many thanks
Martin
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
If you need a permission fix tools, Admin Tools will do the trick
Please Log in or Create an account to join the conversation.
- Martin
-
- Offline
- New Member
- Posts: 5
I've verified the correct setup several times and in various order. Already ran the akeeba admin tools but it still doesn't work…
I also used different color-shemas for joomla component and K2 component to identify which one is loading - but it always shows the color according to the setting in K2.
Is is possible that a wrong setting/configuration of the server causes the issue? I am currently creating a backup of the site and will host in on another server...
Please Log in or Create an account to join the conversation.
- Martin
-
- Offline
- New Member
- Posts: 5
..any idea how to get into troubleshooting?
Thanks
Martin
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Then the PHP version and ask if my host is blocking any commands that Joomla! needs in order to function properly.
Finally I would also check the owner and the group that my folders belong to, in order to make sure that there aren't any conflicts.
Please Log in or Create an account to join the conversation.
- Martin
-
- Offline
- New Member
- Posts: 5
I restored the backup, which is working on that other server, to a temporarily created "domain" (using imscp) and it didn't work. That shows me that the problem is related to the server configuration.
What's the fastest way to recover? I guess to save backups of the sites, re-install the server, and import the sites again? :dry:
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
I would then test them locally and then redeploy the server.
Please Log in or Create an account to join the conversation.
- Martin
-
- Offline
- New Member
- Posts: 5
For some reason, my server resolved the domain google.com in an ipv6 adress instead of v4.
ping was OK, but curl -v google.com resolved as ipv6 adress first:
root@abc:# curl -v google.com
* About to connect() to google.com port 80 (#0)
* Trying 2a00:1450:4001:c02::8b... Timeout
* Trying 173.194.70.101... connected
* Connected to google.com (173.194.70.101) port 80 (#0)
Therefore, the fsocketopen() method did neither get any response nor a timeout.
For a temporary solution, in the file administrator/components/com_k2/lib/recaptchalib.php I replaced the url of RECAPTCHA_API_SERVER and RECAPTCHA_VERIFY_SERVER with one of google's ip's:
Address: 173.194.70.138
Address: 173.194.70.113
Address: 173.194.70.102
Address: 173.194.70.100
Address: 173.194.70.101
Address: 173.194.70.139
Please Log in or Create an account to join the conversation.