• Resolved kilzac

    (@kilzac)


    Hi,

    Seems like the latest CF7 4.1 update has crippled this plugin. if option is set to use “bwp-recaptcha” shortcode, it only shows the shortcode on the form without outputting the recaptcha. and if option is set to use “recaptcha” shortcode, the recaptcha appears on the form, but it does not even validate; invalid or blank entry is bypassed.

    Please do have a look and hopefully you could fix this ASAP. this is the best recaptcha plugin i’ve come across so far.

    https://www.ads-software.com/plugins/bwp-recaptcha/

Viewing 12 replies - 31 through 42 (of 42 total)
  • no still cant solve this porblem pls another idea.

    i found it solution simple : please put [recaptcha v] into contact form 7 and its work nice. i also did it and its work.

    I also had this problem but found a workaround:
    Looks like the dash is the problem:

    In the file: class-bwp-recaptcha-cf7.php search for the line:
    wpcf7_add_shortcode('bwp-recaptcha', ...
    And replace this by removing the dash:
    wpcf7_add_shortcode('bwprecaptcha', ...

    Don’t forget to change the shorttag in your form [bwp-recaptcha...] to [bwprecaptcha...]

    Plugin Author Khang Minh

    (@oddoneout)

    Should be resolved in 2.0.0 (released next week). If anyone wants it now, you can download it here: https://github.com/OddOneOut/bwp-recaptcha/archive/master.zip

    Peter

    (@hardpeter4u)

    Hi,
    I think the download that is listed above (on github.com) is missing a file:
    bwp-recaptcha-master/vendor/autoload.php which is being called from: bwp-recaptcha-master/bwp-recaptcha.php on line 47. Therefore the plugin could not be activated.

    Peter

    Plugin Author Khang Minh

    (@oddoneout)

    Sorry I didn’t mention that you will need composer to install that version. Try this one instead: https://betterwp.net/downloads/bwp-recaptcha-2.0.0-beta.zip

    The stable version will be released in the next few days, so you might have to manually delete this beta version in order to update to 2.0.0.

    with latest wp, all my sites now crashing giving me this same error:

    wp-content/plugins/bwp-recaptcha/bwp-recaptcha.php on line 51

    solution?

    thanks,

    robert

    Plugin Author Khang Minh

    (@oddoneout)

    What PHP version are you using? BWP recaptcha version 2.x requires 5.3.2+, but I suspect something else isn’t right, because you should not be able to reach that code in PHP < 5.3.2.

    Can you create a new support topic with the exact error message? Thanks.

    Whatever Host Gator is currently running…not sure what they use….

    syntax error, unexpected T_FUNCTION in ……../wp-content/plugins/bwp-recaptcha/bwp-recaptcha.php on line 51

    Plugin Author Khang Minh

    (@oddoneout)

    I need to know your exact PHP version, you can find out your version using something like this: https://www.ads-software.com/plugins/display-php-version/

    If you can edit the file, try replacing line 51-53 with:

    add_filter('bwp_capt_init_priority', create_function('', 'return 9;'));
    

    Host Gator Program Version
    Apache:
    2.2.29
    CentOS:
    CentOS release 6.7 (Final)
    cPanel:
    11.48.4 (build 6)
    Curl:
    7.12.1
    MySQL
    5.5.42-37.1
    phpMyAdmin
    4.3.8
    Python:
    2.6.6
    Program
    Version
    Perl:
    5.8.8
    PHP:
    5.4.43
    ionCube Loader:
    4.7.4
    Zend Optimizer:
    Ruby:
    1.8.7
    Rails:
    2.3.18
    OpenSSL:
    1.0.1e-fips

    Plugin Author Khang Minh

    (@oddoneout)

    Since you’re using PHP 5.4.43, I really have no idea what’s causing the error.

    I’ve created another support topic for you: https://www.ads-software.com/support/topic/syntax-error-unexpected-t_function-3?replies=1#post-7330263 , please continue there.

Viewing 12 replies - 31 through 42 (of 42 total)
  • The topic ‘No longer works with CF7 4.1’ is closed to new replies.