Do you have the same modifications on both your sites - the working one and non-working one? Have you tried disabling your modifications at all to see if you could get into the admincp then?
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
PHP Code:
define('DISABLE_HOOKS', true);
I use BBEdit as my editor.