Hi Yasmine,
1. The helper function needs to pass 3 arguments, if you don't want to use the second, please leave it blank. Just like
$insight = rwmb_get_value( $insight, '', $post_id );
2. If you want to include a variable in a value, please wrap the value in the single quote. Just like
$message = 'xxxxxxxfdjgfnk insight: ' . $insight . ' sxxxxx';
3. You can share the error log on your site by following this documentation https://wordpress.org/support/article/debugging-in-wordpress/