ownCloud - Can't write into config directory!

[code]Can't write into config directory!
This can usually be fixed by giving the webserver write access to the config directory.[/code]

Rozwiązanie

W konsoli podajesz
[bash]
chown -R apache:apache /home/uzytkownik/domains/domena/public_html/owncloud[/bash]
lub
[bash]
chown -R www-data:www-data /home/uzytkownik/domains/domena/public_html/owncloud[/bash]

Wiedza: 
Praktyczna