php2 (nextcloud) php configuration... output_buffering must be disabled 에러 오늘 해결해 볼 문제는 맨 위에 빨간 줄로 뜬 이 에러 바로 요놈이다. 바로 시작해보도록 하자. sudo nano /etc/php/8.0(맞는 버전 고르기)/apache2/php.ini 위의 명령어를 입력하여 파일을 열어준 후, 'ctrl + w' 를 눌러 검색 기능을 연다. output_buffering 을 검색하여 총 두개의 옵션을 찾아냈다. off로 변경하고 php와 아파치를 재시작 했는데도 안됐다. 실패! 계속 찾아보니 아래쪽에 하나가 더 있다. 얘도 off로 바꿔주고 sudo systemctl restart apache2.service sudo systemctl restart php8.0-fpm.service 서비스를 재실행 해주면? 무려 에러가 사라진 것을 알 수 있다! 2022. 6. 18. nextcloud (occ db:add-missing-indices) 관련 며칠 전 넥스트 클라우드 버전을 24. ... 으로 올리면서 이런 에러문이 생겼다. 해결은 아래 질문글에 대한 답변으로 찾았다. - Help with occ db:add-missing-indices - ℹ️ Support - Nextcloud community Help with occ db:add-missing-indices hi, after nextcloud update 19.0.1 i have error: Missing index “properties_path_index” in table “oc_properties”. If i sudo ae php occ db:add-missing-indices then i get error: PHP Parse error: syntax error, unexpected.. 2022. 6. 4. 이전 1 다음