답변 6개
2년 전
추가 피해자 방지 https://sir.kr/conflictconsultation/245" rel="nofollow noreferrer noopener" target="_blank">https://sir.kr/conflictconsultation/245
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
마르스컴퍼니
Expert
2년 전
/data/cache, /data/session 쓰기 권한이 없어서 생긴 오류일 수 있습니다.
chown (웹서버 실행유저):(웹서버 실행유저) data/cache data/session
or
chmod 707 ~
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 2개
�
수빈234
2년 전
F12로 봤을땐 아무 문제가 없었습니다... 혹시 이미지 관련 함수가 어떤 부분들일까요?
�
배르만
2년 전
F12 에서는 상세한 서버에러를 알수 없습니다.
이미지 관련 함수 문제가 맞다면
https://github.com/gnuboard/gnuboard5/blob/master/plugin/kcaptcha/kcaptcha.lib.php#L24
imagecreatefrompng
imagealphablending
imagesx
imagesy
imagecolorat
imagecreatetruecolor
...
등이 있습니다.
이미지 관련 함수 문제가 맞다면
https://github.com/gnuboard/gnuboard5/blob/master/plugin/kcaptcha/kcaptcha.lib.php#L24
imagecreatefrompng
imagealphablending
imagesx
imagesy
imagecolorat
imagecreatetruecolor
...
등이 있습니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인