Gutenberg: Dashboard widget error message: What to do?

Created on 25 Oct 2018  路  7Comments  路  Source: WordPress/gutenberg

Hello everybody,

I'm trying to make my plugin compatible and receive the message directly in the dashboard. The widget is not intended for the editor and should only be displayed in the dashboard. So how can I disable the message?

Message: _This meta box, from the Helpful plugin, isn't compatible with the block editor._

In Codex and otherwise, I have found no information. I also have the following, packed into the callback arguments:

wp_add_dashboard_widget( 'helpful_widget', _x( 'Helpful', 'headline dashboard widget', 'helpful' ), array( $this, 'widget_callback'), null, array( '__block_editor_compatible_meta_box' => false ) );

Any ideas?

[Feature] Meta Boxes [Type] WP Core Bug

Most helpful comment

It is definitely unclear! But either way, the thumbs ups suggest we've got a real bug! Here's a screenshot:

screenshot of WordPress dashboard showing three different meta boxes from three different plugins showing the error message referenced in the OP

All 7 comments

Seeing this message on Dashboard widgets from Yoast, Modern Tribe (The Events Calendar), and WP Help plugin.

I tested with WordPress 4.9.8 and Gutenberg 4.1.1 using Firefox 63.0 on macOS 10.13.6 by installing Helpful 2.4.4 plugin from https://wordpress.org/plugins/helpful/ and checking the WP Admin > Dashboard page and I see the Helpful panel there without any error:

screen shot 2018-10-25 at 4 37 16 pm
Seen at http://alittletestblog.com/wp-admin/index.php running WordPress 4.9.8 and Gutenberg 4.1.1 using Firefox 63.0 on macOS 10.13.6.

Am I looking at the right thing? Do you happen to be testing with WP 5.0 beta and not with the Gutenberg plugin? May I ask your WP and Gutenberg plugin version numbers?

Do you happen to be testing with WP 5.0 beta and not with the Gutenberg plugin?

@designsimply Yes. Testing 5.0-beta1

Okay! This may be different then and I'm still working out when to report issues here versus https://core.trac.wordpress.org/

It is definitely unclear! But either way, the thumbs ups suggest we've got a real bug! Here's a screenshot:

screenshot of WordPress dashboard showing three different meta boxes from three different plugins showing the error message referenced in the OP

Do you happen to be testing with WP 5.0 beta and not with the Gutenberg plugin?

@designsimply Yes. Testing 5.0-beta1

this ... excuse me for not mentioning that! I just received the email from WordPress.org to take care of my plugins. Then i downloaded the developer version and saw the messages.

Unfortunately, I could not find anything about it on the internet or in the codex.

Thank you for your efforts! :)

Closing this in favor of the Trac ticket for WP 5.0 which is being worked on already at ~https://core.trac.wordpress.org/ticket/45172~
https://core.trac.wordpress.org/ticket/45112

Thank you for testing, for updating plugins, and for reporting the issue!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hedgefield picture hedgefield  路  3Comments

franz-josef-kaiser picture franz-josef-kaiser  路  3Comments

jasmussen picture jasmussen  路  3Comments

davidsword picture davidsword  路  3Comments

moorscode picture moorscode  路  3Comments