Viewing 1 replies (of 1 total)
  • Plugin Author Tareq Hasan

    (@tareq1988)

    // add reCaptcha library if not found
    if ( !function_exists( 'recaptcha_get_html' ) ) {
        require_once dirname( __FILE__ ) . '/lib/recaptchalib.php';
    }

    If you look at this code, the plugin adds reCaptcha library if not found. May be your theme or any plugin is including the reCaptcha lib as well and without checking.

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal error: Cannot redeclare class ReCaptchaResponse’ is closed to new replies.