Hi there,
Seems like some configuration missing from one of your info bar. Let’s find the settings and fix if possible.
It should be gone if you disable WP_DEBUG mode.
You can do this by opening wp-config.php
and updating :
define( 'WP_DEBUG' , true );
to
define('WP_DEBUG', false);
Hope this helps.
Cheers!