When you see the blank page, what is the URL in the browser (what is the address of the blank page that you are viewing)?
What do you see when you view the source of the blank web page in your browser (maybe there is a clue to the nature of your problem hidden in the code of the blank page)?
The first thing I would try is re-uploading all the core Showkase to your web server in case something happened during the initial upload which has resulted in an incomplete site (maybe not all files were uploaded) or corrupt files.
Does your web server have any error logs that you can look into to see if you can figure out what went wrong?
If delving deeper into the origin of the blank page, re-uploading Showkase to your web server and checking your web servers error logs does not help, then it might help to know more about your web server.
Does your web server run Linux or Windows?
What version of PHP does your web server have installed (please check that it is installed and working correctly)?
What version of Showkase are you using?
Perhaps you could post a link to your Showkase Server Compatibility Test (so that I can take a look at the results for myself) and also post a link to your PHP settings (as noted below).
(1) Create a new file in a plain text editor with the following code: <?php phpinfo(); ?>
(2) Save the file with a .php file extension (for example, 'phpinfo.php').
(3) Upload the file to your web server and post its URL here in the forum so that I can check it out.
With a little more information, we should hopefully be able to determine the cause of your problem.
Thank you.