recaptcha doesnt work on download pages after 4.1.1 upgrade

sukhman21

Member
YetiShare User
YetiShare Supporter
Jan 26, 2015
508
3
18
Hey guys,

Not sure if anyone else is having the same issue, i saw that captcha doesnt show up once user (non-users and free user) click on download now button after the timer.

Someone aware on how to fix it ?
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Can you run this on your database to see if it fixes it:

Code:
INSERT INTO `site_config` (`id`, `config_key`, `config_value`, `config_description`, `availableValues`, `config_type`, `config_group`) VALUES (NULL, 'non_user_show_captcha', 'yes', 'Show the captcha after a non user sees the countdown timer.', '["yes","no"]', 'select', 'Captcha');
 

relinkto4664

New Member
YetiShare User
YetiShare Supporter
Reservo User
Reservo Supporter
Jan 1, 1970
37
4
0
But please provide old recaptcha for download too
 

sukhman21

Member
YetiShare User
YetiShare Supporter
Jan 26, 2015
508
3
18
got it now. My case was different, i have a custom theme so had to make some more changes to the theme to get it to work.