ahughes3 Posted March 31, 2015 Report Share Posted March 31, 2015 Obviously the recaptcha doesn't work and I'm not technically gifted to fix it. So, anyone know how I just remove it? At the moment no pilots can sign up for the airline Quote Link to comment Share on other sites More sharing options...
piuozorio Posted March 31, 2015 Report Share Posted March 31, 2015 Hello, a few days ago i was having problem with my recaptcha in registration, i (think/thought) that was because i moved from http to https and stop working. I made a search and found some links, at least for the registration starts working again. In recaptchalib.php Find this line and //comment: define("RECAPTCHA_API_SECURE_SERVER", "http://api-secure.recaptcha.net"); After add: define("RECAPTCHA_API_SECURE_SERVER", "https://www.google.com/recaptcha/api"); For me it works, hope works for you Sorry my english Quote Link to comment Share on other sites More sharing options...
t_bergman Posted March 31, 2015 Report Share Posted March 31, 2015 Obviously the recaptcha doesn't work and I'm not technically gifted to fix it. So, anyone know how I just remove it? At the moment no pilots can sign up for the airline You can get it back working with a new google API key, you can get one here (https://www.google.com/recaptcha/intro/index.html). Then place your keys into the local and app.config.php along with the registration form. Quote Link to comment Share on other sites More sharing options...
ahughes3 Posted April 1, 2015 Author Report Share Posted April 1, 2015 All sorted now. I didn't need to change anything other than get new Google captcha keys. Once I entered those in the local.config.php and uploaded them, the form worked fine. Thanks again for the support and help Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.