Whatever page your trying to access, place this code at the VERY TOP of the page.

<?php
error_reporting(E_ALL);
ini_set('display_errors', '1');
?>

Save, then upload. Then press F5 to reload the page. Your errors will print to the screen, then you can start debugging.