• Resolved wwwoffers

    (@wwwoffers)


    I’m getting an error on my contact form page – I think it has possibly happened since I upgraded to the latest version of PHP.

    It says:

    Illegal string offset ‘text_string’ in /wp-content/plugins/contact-form-with-captcha/cfwc-main.php on line 269

    (Actually it gives the complete path, but I think I have supplied the important bit.)

    I have the version 1.6 of cfwc installed. Hope it’s an easy fix…

    Thanks

    https://ww.wp.xz.cn/plugins/contact-form-with-captcha/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Ya, and this isn’t good. It’s your credit line:

    $cfwc_credit = $cfwc_credit['text_string'];

    I just changed it to

    $cfwc_credit = 'None'; // $cfwc_credit['text_string'];

    for now

    Plugin Author Technology Blog

    (@zackhasit)

    Default value should be true, so I don’t see this problem anywhere else except your case. Ill comment it for now in next update as I am not using it anyway.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘PHP error: Illegal string offset 'text_string'’ is closed to new replies.