• Resolved cornershop

    (@cornershop)


    PHP Warning:  Undefined array key "label" in /www/site_name/public/wp-content/plugins/cleantalk-spam-protect/inc/cleantalk-public-integrations.php on line 2444

    I’m getting this error that’s preventing my forms from submitting. it’s caused by this code in line 2444.

    $field_label = $form_field['label'] ?: '';

    It should be

    $field_label = $form_field['label'] ?? '';
    • This topic was modified 1 year, 8 months ago by cornershop.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support katereji

    (@katereji)

    Hello.

    Could you tell me the web form URL?

    Plugin Support sergecleantalk

    (@sergecleantalk)

    Hello,

    We haven’t received your reply in a few days, so I’m going to mark this topic as “resolved”.
    If you have any further questions, you can start a new topic anytime.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Error in Version 6.5’ is closed to new replies.