Hello, There is a syntax error in the file installer_base.lib.php of the latest SVN: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /tmp/trunk/install/lib/installer_base.lib.php on line 1429 A dot is missing for string concatenation. if(is_file($install_dir.'/interface/ssl/ispserver.crt') .... ..... && is_file($install_dir -----> . <-------- '/interface/ssl/ispserver.key')) { Thanks, George.