Yeah, it was a mix of everything people suggested.
I deleted all of the plugins except akismet and deleted the following from the functions.php file included in the theme I was using:
<?php // for sidebar.php if needed ?>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : endif;
?>
Thanks for all of your help!