ISPConfig 3 SVN installer bug (syntax error in PHP)

Discussion in 'Developers' Forum' started by george_yohng, Sep 18, 2010.

  1. george_yohng

    george_yohng New Member

    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.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thanks for the notice. I've fixed the error in svn.
     

Share This Page