Next time you need to turn your plugins off in order to get into the admincp, do it through the config.php file
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
PHP Code:
define('DISABLE_HOOKS', true);
print_output is what you do if it's the very last template for the page. It spits it out and then stops doing anything else.