Hmm, a direct install under Windows is probably the by far most complicated and unusual way you picked for installing EGroupware.
The Vfs::copy_uploaded()
method giving the error:
According to your error-message is must go wrong here:
Check your configured files_dir, if it is writable by the webserver AND contains a (webserver writable) directory sqlfs
, where Vfs::copy_uploaded() would try to store the file.
Most easy would be to use Hyper-V and run a Linux VM with a current Ubuntu LTS or Debian, and install our egroupware-docker
Linux package in it, as described in our install instructions:
https://github.com/EGroupware/egroupware/wiki/Installation-using-egroupware-docker-RPM-DEB-package#installation-or-update
Ralf