Code:
To attempt to show PHP debug errors on-screen, create and upload a new file, like this:
 Filename:  /includes/local/configure.php
 <?php
  define('STRICT_ERROR_REPORTING', true);
?>
 Then try to access your site again. You may see many warning messages on the screen.