• Resolved sfdeveloper

    (@sfdeveloper)


    Hey there,

    we are currently getting very man warnings in our logs, which is

    [23-Jul-2025 10:58:12 UTC] PHP Warning:  Undefined array key 0 in /home/bestmalz/public_html/wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Kadence/AdvancedBlockParser.php on line 36

    we fixed it for now by adding a check

    // Check if output has any blocks before accessing the first one
    if ( empty( $output ) || ! is_array( $output ) ) {
    return $output;
    }

    this should affect everyone who is using this plugin with the kadence theme

Viewing 1 replies (of 1 total)
  • Plugin Contributor kaggdesign

    (@kaggdesign)

    Thank you for reporting. Not our bug and produced by a 3rd-party plugins. Anyway, it is already fixed and is included into the next hCaptcha version to be released at the beginning of August.

Viewing 1 replies (of 1 total)

The topic ‘Kadence PHP Warning’ is closed to new replies.