[급] 그누보드 설치 오류 - 정보
[급] 그누보드 설치 오류 -
본문
회사 내 전산실에 웹서버를 구축한 뒤, 그누보드를 설치하려 하는데...
설치 첫 페이지 상단에 아래와 같은 메시지가 떠서 문의드립니다.
----------------------------------------------
Notice: Undefined index: path in /home/*****/board/config.board on line 10
Notice: Undefined index: path in /home/*****/board/config.board on line 12
Notice: Undefined index: path in /home/*****/board/config.board on line 15
Notice: Undefined index: path in /home/*****/board/config.board on line 18
Notice: Undefined index: path in /home/*****/board/config.board on line 21
Notice: Undefined index: path in /home/*****/board/config.board on line 24
----------------------------------------------
검색을 해보니 아래에 저와 같은 문의가 있었는데, 답변이 없어서 문의 드립니다.
가진 포인트도 많지 않아 조금만 걸었지만, 고수님들의 답변과 조언 부탁드립니다.
감사합니다.
설치 첫 페이지 상단에 아래와 같은 메시지가 떠서 문의드립니다.
----------------------------------------------
Notice: Undefined index: path in /home/*****/board/config.board on line 10
Notice: Undefined index: path in /home/*****/board/config.board on line 12
Notice: Undefined index: path in /home/*****/board/config.board on line 15
Notice: Undefined index: path in /home/*****/board/config.board on line 18
Notice: Undefined index: path in /home/*****/board/config.board on line 21
Notice: Undefined index: path in /home/*****/board/config.board on line 24
----------------------------------------------
검색을 해보니 아래에 저와 같은 문의가 있었는데, 답변이 없어서 문의 드립니다.
가진 포인트도 많지 않아 조금만 걸었지만, 고수님들의 답변과 조언 부탁드립니다.
감사합니다.
댓글 전체
음..
일단 php.ini 파일에서
error_reporting = E_ALL & ~E_NOTICE
위 부분을 확인해 보시고 E_ALL 로 되어 있다면 위와 같이 수정 후 아파치 재시작...
해당 에러는 에러출력레벨이 너무 높기때문에 발생하는 에러라고 하네요.
해보시고 결과 알려주세요..ㅡㅡ"
일단 php.ini 파일에서
error_reporting = E_ALL & ~E_NOTICE
위 부분을 확인해 보시고 E_ALL 로 되어 있다면 위와 같이 수정 후 아파치 재시작...
해당 에러는 에러출력레벨이 너무 높기때문에 발생하는 에러라고 하네요.
해보시고 결과 알려주세요..ㅡㅡ"
답변 감사합니다.
그런데, php.ini 를 확인해보니...
; error_reporting
; Default Value: E_ALL & ~E_NOTICE
; Development Value: E_ALL | E_STRICT
; Production Value: E_ALL & ~E_DEPRECATED
위와 같이 설정이 되어 있습니다.
기본값이 E_ALL & ~E_NOTICE 로 되어 있으니 이 문제는 아닌 것도 같습니다만, 제가 서버쪽은 잘몰라서 어떤 상황인지 모르겠네요. 다른 원인은 없을까요??
그런데, php.ini 를 확인해보니...
; error_reporting
; Default Value: E_ALL & ~E_NOTICE
; Development Value: E_ALL | E_STRICT
; Production Value: E_ALL & ~E_DEPRECATED
위와 같이 설정이 되어 있습니다.
기본값이 E_ALL & ~E_NOTICE 로 되어 있으니 이 문제는 아닌 것도 같습니다만, 제가 서버쪽은 잘몰라서 어떤 상황인지 모르겠네요. 다른 원인은 없을까요??
저도 이런문제 있어 많은 고민하고 자료도 수집해봤는데 결과는
; error_reporting
; Default Value: E_ALL & ~E_NOTICE
; Development Value: E_ALL | E_STRICT
; Production Value: E_ALL & ~E_DEPRECATED
이부분 앞자지 ; 이걸지우면 되더라구요ㅜㅜ..
error_reporting
Default Value: E_ALL & ~E_NOTICE
Development Value: E_ALL | E_STRICT
Production Value: E_ALL & ~E_DEPRECATED
이렇게 해주시면 됩니다.
; error_reporting
; Default Value: E_ALL & ~E_NOTICE
; Development Value: E_ALL | E_STRICT
; Production Value: E_ALL & ~E_DEPRECATED
이부분 앞자지 ; 이걸지우면 되더라구요ㅜㅜ..
error_reporting
Default Value: E_ALL & ~E_NOTICE
Development Value: E_ALL | E_STRICT
Production Value: E_ALL & ~E_DEPRECATED
이렇게 해주시면 됩니다.