한글도메인 사용시 체에디터5 이미지 업로드시 무한 루프도는 현상때문에 고생하고 있습니다.
그누보드5 팁자료실 해결방법중(답변중에서),,
그누보드5 팁자료실
한글도메인 이미지 업로드시 무한 루프 도는현상 정보한글도메인 이미지 업로드시 무한 루프 도는현상
plugin/editor/cheditor5/popup/js/image.js 의
//UploadScript = oEditor.config.editorPath + "imageUpload/upload.php";
//DeleteScript = oEditor.config.editorPath + "imageUpload/delete.php";
이 코드를 주석 처리하신후 바로 아래에
UploadScript = "http://아이피/~계정/g5/plugin/editor/cheditor5/imageUpload/upload.php";
DeleteScript = "http://아이피/~계정/g5/plugin/editor/cheditor5/imageUpload/delete.php";
과 같이 수정해 보시기 바랍니다.
UploadScript = "http://218.38.12.112/~kagla/g5/plugin/editor/cheditor5/imageUpload/upload.php";
DeleteScript = "http://218.38.12.112/~kagla/g5/plugin/editor/cheditor5/imageUpload/delete.php";
또는 영문 서브도메인으로도 가능하므로
UploadScript = "http://sub.domain.com/g5/plugin/editor/cheditor5/imageUpload/upload.php";
DeleteScript = "http://sub.domain.com/g5/plugin/editor/cheditor5/imageUpload/delete.php";
이런식으로 수정해 보시기 바랍니다.
여기에서 "http://218.38.12.112/~kagla 이부분 제 홈페이지에 맞는 아이피주소 와 ~계정이라 하면 무엇인지 도무지 모르겠네요.!
그누보드5 팁자료실 해결방법중(답변중에서),,
그누보드5 팁자료실
한글도메인 이미지 업로드시 무한 루프 도는현상 정보한글도메인 이미지 업로드시 무한 루프 도는현상
plugin/editor/cheditor5/popup/js/image.js 의
//UploadScript = oEditor.config.editorPath + "imageUpload/upload.php";
//DeleteScript = oEditor.config.editorPath + "imageUpload/delete.php";
이 코드를 주석 처리하신후 바로 아래에
UploadScript = "http://아이피/~계정/g5/plugin/editor/cheditor5/imageUpload/upload.php";
DeleteScript = "http://아이피/~계정/g5/plugin/editor/cheditor5/imageUpload/delete.php";
과 같이 수정해 보시기 바랍니다.
UploadScript = "http://218.38.12.112/~kagla/g5/plugin/editor/cheditor5/imageUpload/upload.php";
DeleteScript = "http://218.38.12.112/~kagla/g5/plugin/editor/cheditor5/imageUpload/delete.php";
또는 영문 서브도메인으로도 가능하므로
UploadScript = "http://sub.domain.com/g5/plugin/editor/cheditor5/imageUpload/upload.php";
DeleteScript = "http://sub.domain.com/g5/plugin/editor/cheditor5/imageUpload/delete.php";
이런식으로 수정해 보시기 바랍니다.
여기에서 "http://218.38.12.112/~kagla 이부분 제 홈페이지에 맞는 아이피주소 와 ~계정이라 하면 무엇인지 도무지 모르겠네요.!
아마 이것을 말하는 것 같은데요.
이사이트 경우 123.111.231.32/~echild 치면 사이트에 들어가지네요 .
123.111.231.32 - 아이피주소. ~echild -계정
근데 ~echild을 빼고 123.111.231.32 만 치면 그누보드5 페이지가 뜨는데 이것은 어디에 접속이 되는건지...?
저 같은 경우..
홈페이지 주소 예)한글도메인.com 을 가지고 있으며 도메인은 가비아에서 구입하였으며, 호스팅은 카페24입니다.
이런경우 어떻게 입력하면 되나요.?
답변 2개
2018-11-03 (토) 20:26:03
많은 도움이 되었습니다. 감사합니다.
jjangga
2014-01-27 (월) 09:16:16
이거 참..
저 나름대로 해결방법을 찾았습니다.
생 노가다 방법입니다 만, 저와 비슷하게 고생하는 분이 분명 있을것 같아 글을 올려봅니다.
처음 문서 작업은 체에디터 5에서 하신 후 (이미지 들어갈 자리 비워둘것)
이미지 업로드는 환경설정에서 체에디터4로 설정을 변경 한 후 내pc사진넣기 작업,
다시 환경설정에서 체에디터5로 변경 후 전체 문서 수정작업을 하시면 됩니다.
윈도우와 크롬에서는 정상 작업이 된 것을 확인하였습니다.
답변을 작성하려면 로그인이 필요합니다.