I'm getting a white page without any errors when I click "save changes" on options page.
I'm using CMB2 2.2.5.1
$options = new_cmb2_box( array(
'id' => '_ld_theme_option_metaboxes',
'title' => 'Theme Options',
'object_types' => array('options-page'),
'option_key' => '_ld_theme_options',
'parent_slug' => 'options-general.php',
'icon_url' => 'dashicons-admin-settings'
));
When I remove the option "parent_slug" it will save without any problems.
Am I missing something?