Hello,
The file owner always missing after I download an archive and extract it as root. Since webuzo is a single user panel, I think it is important to assign owner as current webuzo user after unzipping.
Some steps to reproduce the issue:
1. Login ssh as root
2. wget wordpress.org/latest.zip
3. unzip latest.zip
When you see on File Manager, the file owner become "unknown"
Temporary fix by entering command:
Code chown -R user:user /home/user/public_html/
|