• I originally tried updating to version 4.3.2, but it crashed my whole site. I deleted the plugin and reinstalled it. However, when I try to activate it, I get the following error:
    Parse error: syntax error, unexpected T_BOOLEAN_AND, expecting ')' in /var/www/html/gc/wp-content/plugins/captcha/hctpc-contact-form-integration.php on line 64

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi thanks weve seen a couple of users with this issue were just trying to replicate and fix it.

    Thanks

    Ive spoke to the Dev team were rollback for the second thanks for bringing this to our attention sorry for any inconvience, can you let me know if you were on an old version of wp? is it a custom theme? as we arnt replicating any issues currently.

    Thanks

    Edit 18.54 – We have fixed the error please let me know if it continues

    • This reply was modified 7 years, 2 months ago by Jordan Mayer.
    Thread Starter lupetu

    (@lupetu)

    I’m using newest wordpress (4.8.1). The theme is a heavily modified version of “Rolas Sepuluh”. We also have other plugins maybe interfering?

    I changed

      if( empty($number_val && $hctpc_result && $hctpc_time) ) {
    

    to

      if( empty($number_val) && empty($hctpc_result) && empty($hctpc_time) ) {
    

    (Not sure that even makes sense though)
    It now activates and seems to be working for the wp login page. I’m not using it for any contact forms and we don’t have comments active.

    Okay thanks for the update.

    We do think we found the issue but i will pass this to the Dev team to give it the once over anyway, again sorry for the issue.

    If anything arises again dont hesitate to contact us.

    Thanks

    Jordan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Version 4.3.2 won’t activate’ is closed to new replies.