Unless you've intentionally attempted to set a non-english language during install (and that language hasn't been defined), that should never happen.
index.php says:
application_top says:Code:require('includes/application_top.php');and returns back to index.php, which then says:Code:$language = 'english';Perhaps your /zc_install/includes/application_top.php file is blank and needs to be re-uploaded ?Code:require('includes/languages/' . $language . '.php');
You may have to get your host involved to find out why a defined variable is showing up blank when an otherwise-functional PHP script is run on their server.



