Ich kriege bei folgendem Code
if ($this->sftpObject != false) {
$this->sftpObject->put($this->vhostData['vhostConfigFile'], $this->vhostData['templateFileContent']);
if ($this->vhostData['fpmFileContent'] != '') {
$this->sftpObject->put($this->vhostData['fpmConfigPath'], $this->vhostData['fpmFileContent']);
}
}
folgenden Error