Owncloud报错 - Can't write into config directory!

余寿

关注

阅读 87

2023-10-08

 Owncloud报错 - Can

  Owncloud报错,信息如下:

Can't write into config directory!

This can usually be fixed by giving the webserver write access to the config directory.

以下方法仅供参考:

方法一:

$chown –R apache:apache $owncloud_path

$chmod –R 777 $owncloud_path


方法二:

将config路径添加到/etc/php/php.ini的open_basedir下。


方法三:

$setsebool -P httpd_unified 1

$setsebool -P httpd_execmem 1

$service httpd restart

以上方法仅供大家参考。

精彩评论(0)

0 0 举报