Check the error log file. I'm sure your server will output it somewhere.
//Update: your site works over here btw?
Add this in header of code
ini_set('display_errors', 'On');
error_reporting(E_ALL);
and send the print with errors here.
There is no error Its completely blank.
Did you fix any code line
No