그누보드 캡챠이미지 안보임 문제..
안녕하세요 기존 서버에서 잘 작동하던 캡챠 이미지들이 서버이전을 하면서 아래 이미지처럼 아예보이지 않습니다.

혹시 해결 방법이 있을까요? 따로 코드 부분은 건든게 없는데 말이죠..
미리 감사합니다.
|
답변 6개 / 댓글 2개
3년 전
해당 페이지 URL을 올려 보세요.
nabiwa
3년 전
추가 피해자 방지 https://sir.kr/conflictconsultation/245
탈퇴_79b978
3년 전
GD 모듈이설치되어 있는지 확인해 보세요
마르스컴퍼니
3년 전
/data/cache, /data/session 쓰기 권한이 없어서 생긴 오류일 수 있습니다.
chown (웹서버 실행유저):(웹서버 실행유저) data/cache data/session
or
chmod 707 ~
3년 전
Https아 openssl이슈 입니다
3년 전
이미지 관련 함수들이 동작안하는건 아닐까요?
답변에 대한 댓글 2개
3년 전
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
...
등이 있습니다.
답변을 작성하려면 로그인이 필요합니다.