This error appear on my site also
I can confirm there is a PHP notice like the topic says:
[11-Dec-2022 06:20:17 UTC] PHP Notice: Function register_block_script_handle was called <strong>incorrectly</strong>. The asset file for the "editorScript" defined in "contact-form-7/contact-form-selector" block definition is missing. Please see <a href="https://ww.wp.xz.cn/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /home/suomikac/public_html/testy/wp-includes/functions.php on line 5835
Eva
(@jesuiseva)
Same issue
Notice: Function register_block_script_handle was called incorrectly. The asset file for the "editorScript" defined in "contact-form-7/contact-form-selector" block definition is missing. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /Applications/MAMP/htdocs/anatomy43/web/wp/wp-includes/functions.php on line 5835
Hello,
same issue here, could (hot-)fix it by creating the missing(?) “index.asset.php” file inside the “contact-form-7/includes/block-editor” directory (without any content).
However, the new release does also mess with the shortcode espacing / auto p-tagging. Not that this can’t be solved with CSS, but surprising, since it’s not listed in the changelog.
~Sam.
Hi,
This notice appears on my sites also.
Confirmed as well.
This is a well- and actively-supported plugin so I’m sure they’ll have a fix for this soon. Meanwhile, you can find the previous version here and revert to that by downloading and installing it if you need to:
https://ww.wp.xz.cn/plugins/contact-form-7/advanced/
Same issue on my websites
Same issue here..
Function register_block_script_handle was called incorrectly. The asset file for the “editorScript” defined in the “contact-form-7/contact-form-selector” block definition is missing.
I also have this error message when I visit the homepage of my site.
However, when I try to log into the wordpress dashboard, I just get additional error mesages, and I cannot log in to make the fixes..
Experiencing the same issue.
An easier solution is just adding an empty index.asset.php file inside that folder, as user @sam-brishes already wrote above.
Folder is contact-form-7/includes/block-editor/.