include_once() 에러 질문이에요~
본문
write.skin.php 에
textarea태그 주변에 넣었는데....
이코드가 에러가 나는 이유가 뭘까요???
write.php에 다 때려박으려니 머리가 심히 아파오네요 -_-;;;;
Warning: include_once() [function.include-once]: URL file-access is disabled in the server configuration in ~~~
textarea태그 주변에 넣었는데....
이코드가 에러가 나는 이유가 뭘까요???
write.php에 다 때려박으려니 머리가 심히 아파오네요 -_-;;;;
<?php
include_once(G5_EDITOR_URL.'/daum/editor.htm');
?>
Warning: include_once() [function.include-once]: URL file-access is disabled in the server configuration in ~~~
답변 3
G5_EDITOR_PATH 로 해보세요
php설정에서 url로의 파일접근을 막아서 일어나는 에러입니다
서버설정변경이 가능하다면 php.ini 에서 allow_url_fopen=on으로 바꾸고 아파치 재시작하면돼구요
불가능하면
http://qnrdlqkrwhdgns.canxan.com/jpboard/post/150 를 참조해서 바꿔보세요~
많은 도움이 되었습니다. 감사합니다.
답변을 작성하시기 전에 로그인 해주세요.