Jump to content

How do I remove recaptcha?


randomderecho

Recommended Posts

  • Moderators

The issue with recaptcha is happening in free web hosting providers due to their limits. Of course, there are paid hosting providers who may have set the same limits. In reality it does not have to do with the type of the server you are hosted on but it has to do with your server's settings. If you share with us your website url, we might be able to assist you..

Link to comment
Share on other sites

  • Administrators

I wonder if the issue you are having has anything to do with the version of PHP your host is providing for you? Is it possible that the registration form in phpVMS 2.1.x is not compatible with the host provided PHP version? Or an issue with the RECAPTCHA settings in your phpVMS install?

Open .../core/lib/recaptcha/recaptchalib.php and look at line 38-40 - they should look like:

define("RECAPTCHA_API_SERVER", "http://api.recaptcha.net");
define("RECAPTCHA_API_SECURE_SERVER", "https://api-secure.recaptcha.net");
define("RECAPTCHA_VERIFY_SERVER", "api-verify.recaptcha.net");

Also, did you happen to change the public and/or private RECAPTCHA key(s) in .../core/local.config.php - or anywhere else?

As stated above, you'd be much better served by upgrading to phpVMS 5.5.2 moving forward. In briefly looking at your site, it doesn't appear you've changed the default skin or are too far along in development.

Edited by ProAvia
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...