PewN Posted October 4, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted October 4, 2012 how can i fix this Freecaptcha2 is needed? my application.php 'UseCaptcha' => true, // Use CAPTCHA image for account registration to prevent automated account creations. (Requires GD2/FreeType2) 'UseLoginCaptcha' => false, // Use CAPTCHA image for account logins. (Requires GD2/FreeType2) 'EnableReCaptcha' => false, my ss Link to comment Share on other sites More sharing options...
EvilPuncker Posted October 4, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted October 4, 2012 http://lmgtfy.com/?q=how+to+install+gd2 1 Link to comment Share on other sites More sharing options...
Brian Posted October 4, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted October 4, 2012 Instead of installing gd2, you can also use reCAPTCHA. 'EnableReCaptcha' => false, // Enables the use of reCAPTCHA instead of Flux's native GD2 library (http://www.google.com/recaptcha) 'ReCaptchaPublicKey' => '...', // This is your reCAPTCHA public key [REQUIRED FOR RECAPTCHA] (sign up at http://www.google.com/recaptcha) 'ReCaptchaPrivateKey' => '...', // This is your reCAPTCHA private key [REQUIRED FOR RECAPTCHA] (sign up at http://www.google.com/recaptcha) (sign up for reCAPTCHA, then paste your PublicKey and PrivateKey in the next 2 configs) 1 Link to comment Share on other sites More sharing options...
PewN Posted October 5, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Author Share Posted October 5, 2012 Instead of installing gd2, you can also use reCAPTCHA. 'EnableReCaptcha' => false, // Enables the use of reCAPTCHA instead of Flux's native GD2 library (http://www.google.com/recaptcha) 'ReCaptchaPublicKey' => '...', // This is your reCAPTCHA public key [REQUIRED FOR RECAPTCHA] (sign up at http://www.google.com/recaptcha) 'ReCaptchaPrivateKey' => '...', // This is your reCAPTCHA private key [REQUIRED FOR RECAPTCHA] (sign up at http://www.google.com/recaptcha) (sign up for reCAPTCHA, then paste your PublicKey and PrivateKey in the next 2 configs) thx admin Link to comment Share on other sites More sharing options...
Question
PewN
how can i fix this Freecaptcha2 is needed?
my application.php
my ss
Link to comment
Share on other sites
3 answers to this question
Recommended Posts