출석부 GNU5+PHP8 가상서버 설치 후
페이지 정보
본문
Warning: Undefined variable $d in /home1/webac1/public_html/plugin/attendance/m_attendance.php on line 39
Warning: Undefined variable $d in /home1/webac1/public_html/plugin/attendance/m_attendance.php on line 86
/home1/webac1/public_html/plugin/attendance/m_attendance.php on line 99
">
Trying to access array offset on value of type null in /home1/webac1/public_html/plugin/attendance/m_attendance.php on line 189
|
AAI V.1.5.6 설치 후 PHP8 로 그누보두를 설치하여 사용 하였으나 이렇게 에러가 엄청나게 나와 당황했습니다. ㅎ
댓글목록
아파치님의 댓글
아파치 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (68.♡.♡.58) 작성일
워닝은 사용에 크게 문제가 되지 않는데 서버에서 해당 변수 선언에 문제가 일어나는 현상 같습니다.
서버에서 사용하시는 php의 php.ini 를 에디터로 불러와서
[code]
display_errors = On
[/code]
로 되어 있다면
[code]
display_errors = Off
[/code]
로 변경 하여 주시고 더불어 short_open_tag=Off를 찾아 short_open_tag=On 로 수정 하신후 아파치를 재시작 해주시면 될듯 보입니다.
AAI를 사용중이시면 /root/AAI/php/php80.ini 를 찾아 수정 하시면 됩니다.