Ah, disregard.. Here’s what I did and it worked..
Changed
require_once(ABSPATH . ‘wp-admin/includes/dashboard.php’);
To
require_once(‘includes/dashboard.php’);
And it worked..
I’m still confused as to why it crashed in the first place and wonder what impact this change will have on wordpress. Any thoughts or opinions?