Diagnostics & troubleshooting
Permission problems
Upload fails, files not writable — ownership and chmod in /web/public_html.
-
Symptoms
CMS cannot upload files, cache folders fail, install reports «not writable». Often after manual file copy via root SSH.
-
Quick fix
Restore ownership and chmod to uAdmin standard:
sudo chown -R uadmin:uadmin /web/public_html/example.com sudo find /web/public_html/example.com -type d -exec chmod 2775 {} \; sudo find /web/public_html/example.com -type f -exec chmod 664 {} \; -
tmp directory
Verify tmp/ exists in document root and upload_tmp_dir on Security tab. Panel creates tmp/ when creating project.