Owncloud: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == Owncloud 내용 정리 == Trouble shooting == === After upgrade to 5.0 === Owncloud 를 5.0 으로 업그레이드 후, 계속해서 "Maintenance" 표시가...") |
|||
Line 16: | Line 16: | ||
<references /> | <references /> | ||
[[category: | [[category:system]] |
Latest revision as of 12:05, 27 July 2016
Overview
Owncloud 내용 정리
Trouble shooting
After upgrade to 5.0
Owncloud 를 5.0 으로 업그레이드 후, 계속해서 "Maintenance" 표시가 나오는 문제가 있었다. 시스템을 재시작해도 문제는 계속 나타났다. owncloud 가 설치된 디렉토리에서 config/config.php 파일을 다음과 같이 수정하면 된다.<ref>https://forum.owncloud.org/viewtopic.php?f=23&t=9024</ref>
'maintenance' => true,
항목을 아래와 같이 수정하자.
'maintenance' => false,
References
<references />