There is a php error somewhere in the code for that page or in one of the included scripts.
You have show php errors turned off, try adding this code to Settings.php just after the opening <?php
Then I might be able to tell you what is causing the error.
error_reporting(E_ALL ^ E_NOTICE);
ini_set('display_errors', 1);