Finish the installation, delete the directory, and others. change the source code to see the error in main.inc cause i see a blank page. the error is:
Fatal error: Class 'Staff' not found in ... / upload / include / class.usersession.php on line 145
But the class is there:
class StaffSession extends Staff {
var $session;
function StaffSession($var){
parent:($var);
$this->session= new UserSession($var);
}