in wp-settings.php
at line 120 change this
require( ABSPATH . WPINC . '/bookmark.php' );
to
//require( ABSPATH . WPINC . '/bookmark.php' );
and see if the admin panel loads.
<b>Edit:</b> Not wp-settings.php but in wp-admin/includes/admin.php( line 10 )