Recaptcha picture doesn't appear in Beez3

Everything to do with Joomla! 3.x templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
bonti2
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sun Mar 24, 2013 9:34 pm

Recaptcha picture doesn't appear in Beez3

Post by bonti2 » Sun Mar 24, 2013 10:01 pm

When i switch the template from Protostar into Beez3 my re-captcha doesn't work. I don't get a picture with words in my browser. When using Protostar template it works fine.
Anybody with an idea how to solve this issue in Beez3?

(installed joomla version: 3.0.3.)

nothinrandom
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Tue Sep 24, 2013 7:13 am

Re: Recaptcha picture doesn't appear in Beez3

Post by nothinrandom » Tue Sep 24, 2013 8:05 am

I'm having the same issue. Have you found a solution yet? Thanks.

User avatar
PaulMore
Joomla! Apprentice
Joomla! Apprentice
Posts: 31
Joined: Mon Sep 23, 2013 4:13 pm
Location: Bournemouth

Re: Recaptcha picture doesn't appear in Beez3

Post by PaulMore » Tue Sep 24, 2013 9:25 am

Have you looked in Firebug to see any errors?
Clearing out rubbish in the day and becoming a Joomla/WP design ninja at night.
www.rubbishclearancebournemouth.co.uk/about/

nothinrandom
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Tue Sep 24, 2013 7:13 am

Re: Recaptcha picture doesn't appear in Beez3

Post by nothinrandom » Tue Sep 24, 2013 5:59 pm

I've installed Firebug for Chrome. Opened up the page, no error at all.

Also...another topic. when I hover over the any text with tooltip (especially registration) Beez3 template, the description goes out of whack. In protostar, it appears with a black background and a nice popup. With Beez3, it goes off to the side without a black background...just a mess

nothinrandom
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Tue Sep 24, 2013 7:13 am

Re: Recaptcha picture doesn't appear in Beez3

Post by nothinrandom » Tue Sep 24, 2013 6:42 pm

Side note: To fix tooltips in Beez3: https://github.com/Achal-Aggarwal/jooml ... z3-tooltip

nothinrandom
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Tue Sep 24, 2013 7:13 am

Re: Recaptcha picture doesn't appear in Beez3

Post by nothinrandom » Fri Nov 08, 2013 7:15 pm

For those who are wondering by recaptcha doesn't show up in Beez3 registration (even at joomla 3.2.0), it's because the API server url is incorrect. If you go to registration page and use a developer tool (JavaScript console in Chrome), you will see that link is not available.

To fix this, go to line 22 in \plugins\captcha\recaptcha\recaptcha.php:

Change
const RECAPTCHA_API_SERVER = "http://api.recaptcha.net";

to
const RECAPTCHA_API_SERVER = "https://www.google.com/recaptcha/api";

Hope this works for you

User avatar
JAVesey
Joomla! Hero
Joomla! Hero
Posts: 2637
Joined: Tue May 14, 2013 1:21 pm
Location: Cardiff, Wales, UK
Contact:

Re: Recaptcha picture doesn't appear in Beez3

Post by JAVesey » Fri Nov 08, 2013 8:16 pm

You need to make more changes than this.

Changes are needed on lines 22, 24 & 129.

Details here:
https://github.com/joomla/joomla-cms/pull/2437/files

HTH
John V
Cardiff, Wales, UK
Joomla 5.1.0 "live" site on PHP 8.2.15 and MariaDB 10.11.7
Joomla 5.1.0 on XAMMP for OSX with PHP 8.2.4 and MariaDB 10.4.28

nothinrandom
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Tue Sep 24, 2013 7:13 am

Re: Recaptcha picture doesn't appear in Beez3

Post by nothinrandom » Fri Nov 08, 2013 10:42 pm

Thanks John. Do you know why the latest version of Joomla doesn't address this?

User avatar
JAVesey
Joomla! Hero
Joomla! Hero
Posts: 2637
Joined: Tue May 14, 2013 1:21 pm
Location: Cardiff, Wales, UK
Contact:

Re: Recaptcha picture doesn't appear in Beez3

Post by JAVesey » Sat Nov 09, 2013 10:16 am

My guess would be because Google changed things after J3.2.0 was released.

The change has been committed to the core so will be incorporated into the next updates (2.x and 3.x) I'm sure.
John V
Cardiff, Wales, UK
Joomla 5.1.0 "live" site on PHP 8.2.15 and MariaDB 10.11.7
Joomla 5.1.0 on XAMMP for OSX with PHP 8.2.4 and MariaDB 10.4.28

joomleb
Joomla! Ace
Joomla! Ace
Posts: 1045
Joined: Sat Aug 20, 2005 8:53 am
Location: Panamá

Re: Recaptcha picture doesn't appear in Beez3

Post by joomleb » Wed Nov 27, 2013 4:18 pm

Hi to all,

I have the same issue: On my joomla 3.1.5 I'm using Bootstrap for my template (like Protostar) and I have enableb the default Recaptcha to show it in Contact page, but instead to have back the Recaptcha form I can only see the title "Captcha *" with the tooltip, nothing more...

I tried editing the recaptcha.php file as you suggest, changing the three lines, but nothing is changed

Please, maybe, Am I missinig anything ?
I attach here the file I modified

Thank you to all for help :)
You do not have the required permissions to view the files attached to this post.

User avatar
bumpycase
Joomla! Apprentice
Joomla! Apprentice
Posts: 49
Joined: Mon Oct 29, 2012 4:27 pm

Re: Recaptcha picture doesn't appear in Beez3

Post by bumpycase » Thu Nov 28, 2013 7:25 am

what google says is they are withdrawing support for legacy url......and says they only gonna support https.....I used the same url for api server and api secure server.....and its working fine for now......will there be any problem in the future
Pavan Nadella
Frelance Web Developer

jayham
Joomla! Apprentice
Joomla! Apprentice
Posts: 32
Joined: Thu Jun 26, 2008 3:02 pm

Re: Recaptcha picture doesn't appear in Beez3

Post by jayham » Thu Nov 28, 2013 1:04 pm

JAVesey wrote:My guess would be because Google changed things after J3.2.0 was released.

The change has been committed to the core so will be incorporated into the next updates (2.x and 3.x) I'm sure.

No still the same even with 3.2 however your changes work so thanks

User avatar
colkitto
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Thu Dec 02, 2010 6:55 pm

Re: Recaptcha picture doesn't appear in Beez3

Post by colkitto » Thu Dec 19, 2013 9:24 am

JAVesey wrote:You need to make more changes than this.

Changes are needed on lines 22, 24 & 129.

Details here:
https://github.com/joomla/joomla-cms/pull/2437/files

HTH
Thank you John "JAVesey" ! :)
This is a main Joomla update, not just a Beez3 template bug. :eek:

Great solution in https://github.com/joomla/joomla-cms/pull/2437/files
:geek:

Christian

PE1PQX
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Tue Jan 29, 2013 6:24 pm

Re: Recaptcha picture doesn't appear in Beez3

Post by PE1PQX » Thu Apr 17, 2014 8:25 am

Sorry for bringing this topic back up on top.

I still have the 'no show reCAPTHCHA' issue on my e-mail form.
The suggested changes in recaptcha.php are implemented, but no show.
However, it does show up in my guestbook (phoca)

Now what to do??

website url: www.pe1pqx.eu
Mailform: http://www.pe1pqx.eu/index.php/home/e-mailen
guestbook: http://www.pe1pqx.eu/index.php/home/gastenboek (click post message)

mouitchoune
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Oct 08, 2014 8:50 am

Re: Recaptcha picture doesn't appear in Beez3

Post by mouitchoune » Wed Oct 08, 2014 8:57 am

Hi PE1PQX and everybody,

I have the same problem as you did : no reCAPTCHA picture, only the label, whereas my recaptcha.php is fine.
( http://istm.brin-de-toile.fr/component/ ... Itemid=101)

I work with Joomla! 3.3.6, the plugin is well activated, the default captcha set to 'reCaptcha' in the site configuration page and the contact form configuration page.

I see that you fixed the problem on your own guestbook page : how did you do ?

Thanks for your answers...

leonmb
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Mon Oct 20, 2014 1:21 pm

Re: Recaptcha picture doesn't appear in Beez3

Post by leonmb » Mon Oct 20, 2014 1:31 pm

Hello everybody!

I hope you can help me :(

I have problem with ReCaptcha in Joomla 3. I use SJ PLUS V2 template from smartaddons. In contact form I only can see Captcha*. The file recaptcha.php has already the corect code in lien 22, 24 and 129, and also I have corect Private and Public key from google/recaptcha, but it still not working.

I tried to instal other templates with joomla3 and its works perfectly. I also asked on smartaddons forum but nobody answered me :(

Here you can see the problem on my test subdomine http://testsite.wasalum.es/index.php/kontakty

Please tell me where is the problem!!! Thanks

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: Recaptcha picture doesn't appear in Beez3

Post by leolam » Mon Oct 20, 2014 3:12 pm

@ all
1) make sure you have the correct keys entered in the proper fields of the captcha plugin
2) make sure in configuration re-captcha is enabled
3) make sure the re-captcha plugin is enabled
4) Do NOT make changes to any core files in J3.3.6--> they are correct

Leo 8)
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -

leonmb
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Mon Oct 20, 2014 1:21 pm

Re: Recaptcha picture doesn't appear in Beez3

Post by leonmb » Mon Oct 20, 2014 5:23 pm

Hello Leo!

Thanks for you quick answer. I already got a new key from http://www.google.com/recaptcha for http://www.testsite.wasalum.es but it still not working. The plugin recaptcha is enabled. All seems ok. I tried to instal orignal Joomla 3 and its works perfectly with default key.

I have 2 weeks loooking for the problems. Can I ask you something. If you could please instal this template and tell me if you have the same problem. I leave you here link to download this template, its free http://www.smartaddons.com/joomla/downl ... -joomla-3x

If you are going to instal this template on localhost you will fined the problem in 3rd step of instalation of joomla. For fix it you just have to reemplace the or in file php.ini (I use Denwer) change this line from max_execution_time = 30 to max_execution_time = 60. Or also you can reeplace from original joomla3 folder "hathor" in this directory administrator\templates\hathor\

Thank you!

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: Recaptcha picture doesn't appear in Beez3

Post by leolam » Mon Oct 20, 2014 6:09 pm

leonmb wrote:Or also you can reeplace from original joomla3 folder "hathor" in this directory administrator\templates\hathor\
What did you do here?

Leo 8)
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -

leonmb
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Mon Oct 20, 2014 1:21 pm

Re: Recaptcha picture doesn't appear in Beez3

Post by leonmb » Mon Oct 20, 2014 7:09 pm

Leo, During instalation of joomla3 in this template in 3rd step I had problem and joomla cant instal, this is popul problem for joomla3, here you can see what I mean http://www.optimumtheme.com/blog/troubl ... -step.html

In other forum the people sugested me to replace the folder "hathor" from original joomla to this templaate, I just moved this folder "hathor" from original joomla to SJ PLUS V2 template and replace it and when the isntalation of joomla3 is ok.

Before I thoght that problem coul be here in replacement of this folder, so I tried other option to change php.ini the code I put you before.

Did you tried to instal this template?

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: Recaptcha picture doesn't appear in Beez3

Post by leolam » Tue Oct 21, 2014 4:59 am

Leon,
all you are doing is plain wrong!
Can I ask you something. If you could please instal this template and tell me if you have the same problem.
No I won't unless you purchase a support package. I do not provide free of charges individual 1:1 support here on the forums since that would not be fair to our paying clients. I also never install free templates since they always contain dirt and hidden links --> no free template comes without that!
If you are going to install this template on localhost you will fined the problem in 3rd step of instalation of joomla. For fix it you just have to reemplace the or in file php.ini (I use Denwer) change this line from max_execution_time = 30 to max_execution_time = 60.
We do own a rather successful Joomla hosting operation and non of our servers has these problems since 30 seconds is insufficient per definition. Our servers are set to 90 seconds. So this is not a Joomla problem but a server problem in your case.
Or also you can reeplace from original joomla3 folder "hathor" in this directory administrator\templates\hathor\
No you cannot since that won't ever work properly. You cannot just mix (parts of) templates. That advise given to you is a very bad advise by somebody who does not understand this properly

Leo 8)
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -

leonmb
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Mon Oct 20, 2014 1:21 pm

Re: Recaptcha picture doesn't appear in Beez3

Post by leonmb » Tue Oct 21, 2014 8:57 am

Hello Leo.

Thank you for some your advise. But I think that FORUM is the place where the people can help each other, and its wont be mater is I use free template o paid template. Many of clubs temblate have free and paid version of their templates and extention. Before I have used a lot of free other template from other clubs and they works perfectly, and the forum of support always answerme to me question, even I was free member.

What about replacement of the folder hathor maybe it was bad advise, but the second time I install this template I just change the execution time to 60 and its good perfect. I asked in this forum for help, not to recieve sugest about not to use free template.

But thanks anyway...

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: Recaptcha picture doesn't appear in Beez3

Post by leolam » Tue Oct 21, 2014 10:02 am

If you use free templates from sophisticated template clubs --> nothing against it and only good for your wallet. If you use others my remark applies. I can point you to several threads on this forum where we have warned users against many "free" templates that are coming with hidden scripts etc etc See VEL warning: http://vel.joomla.org/articles/1250-mal ... lates.html

Leo 8)
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -

ingyanees
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue May 12, 2015 10:10 am

Re: Recaptcha picture doesn't appear in Beez3

Post by ingyanees » Tue May 12, 2015 10:23 am

Hello Leo, All

Thanks for all your efforts & suggestions, I have this same problem that the re-captcha is not working neither on my own theme nor on Joomla's "Beez" theme. It is working only very fine on "protostar" theme. I mean by "not working" that the label only appears but not the captcha image or code. I've made inspect element and there was no html code for the input field at all.

I'm using Joomla 3.4.1
I've enabled the plugin "Captcha - ReCaptcha". Its settings all are fine, version: 2 - Site key - Secret key: all filled properly from the account I created on "http://www.google.com/recaptcha"
Default captcha option is selected fine to "Captcha - ReCaptcha" from the global configuration.

As mentioned it is working fine on "protostar" theme only, so could it really be a theme issue and not a configuration or something missed in the plugin or the installation steps?

Appreciate your time & help.


Locked

Return to “Templates for Joomla! 3.x”