PDA

View Full Version : ISPConfig 3 SVN installer bug (syntax error in PHP)


george_yohng
18th September 2010, 20:13
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.

till
18th September 2010, 21:19
Thanks for the notice. I've fixed the error in svn.