You should just add in some php to the top of this page to turn on error reporting temporarily while you are debugging this page.
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>
Give this a try and if the error is not something obvious to you let us know.