Try disabling all plugins by editing includes/config.php and adding:
Code:
define('DISABLE_HOOKS', 1);
at the top, on the line after <?php. Also while you're doing that, look and see if there's anything that looks wrong in that file. It looks like you might have something wrong on line 1 of that file (although then I think you wouldn't be able to get to the admin panle either).