owncloud Error Cannot write into config directory

Linuxtopic
1
Error : Cannot write into “config” directory!

Error : Cannot write into “apps” directory!

Error : Cannot write into “data” directory!

Screenshot sample


Solution :

Just disable selinux by

    #  setenforce 0

Or

Hit the below command    

[root@lokesh ~]# chcon -R -t httpd_sys_rw_content_t /var/www/html/owncloud/config

[root@lokesh ~]# chcon -R -t httpd_sys_rw_content_t /var/www/html/owncloud/apps

[root@lokesh ~]# chcon -R -t httpd_sys_rw_content_t /var/www/html/owncloud/data

Post a Comment

1Comments

  1. This can be accomplished with directory-local variables. The usual way to define directory-local variables is to put a file named .dir-locals.el in a directory. Near Me finder

    ReplyDelete
Post a Comment

#buttons=(Ok, Go it!) #days=(20)

Our website uses cookies to enhance your experience. Check Now
Ok, Go it!