• Greetings,

    after the last update if WP Debug is active I get this error:

    Notice: The register_block_script_handle function was called incorrectly. The resource file for "editorScript" defined in the block definition "contact-form-7/contact-form-selector" is missing. Read Debugging in WordPress for more information.

    There is a solution?

Viewing 1 replies (of 1 total)
  • I found a quick fix:

    File: includes/block-editor/block.json
    Line: 34

    Before: "editorScript": "file:./index.js"
    After fix: "editorScript": "./index.js"

Viewing 1 replies (of 1 total)

The topic ‘Error after last update’ is closed to new replies.