Hi, Ron –
I looked under phpMyAdmin and found nothing for the simple sidebars in the wp_options table. I tried reinstalling the plugin after deleting it but I got the same error.
I think these are the problem lines:
genesis_register_sidebar( array(
‘name’ => esc_html( $info[‘name’] ),
‘id’ => $id,
‘description’ => esc_html( $info[‘description’] ),
‘editable’ => 1,