그누보드 회원정보수정시 이렇게 나옵니다 ㅜㅜ
그누보드 회원정보수정시 이렇게 나옵니다 ㅜㅜ
왜 그럴까요?
디렉토리 설정이 잘못된건가요?ㅜ
Warning: include_once(<?=?>/common.php) [function.include-once]: failed to open stream: No such file or directory in /host/home/duboo1/html/gnuboard4/_common.php on line 3
Warning: include_once() [function.include]: Failed opening '<?=?>/common.php' for inclusion (include_path='.:/usr/local/lib/php') in /host/home/duboo1/html/gnuboard4/_common.php on line 3
Warning: include_once(/lib/latest.lib.php) [function.include-once]: failed to open stream: No such file or directory in /host/home/duboo1/html/gnuboard4/index.php on line 3
Warning: include_once() [function.include]: Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /host/home/duboo1/html/gnuboard4/index.php on line 3
왜 그럴까요?
디렉토리 설정이 잘못된건가요?ㅜ
Warning: include_once(<?=?>/common.php) [function.include-once]: failed to open stream: No such file or directory in /host/home/duboo1/html/gnuboard4/_common.php on line 3
Warning: include_once() [function.include]: Failed opening '<?=?>/common.php' for inclusion (include_path='.:/usr/local/lib/php') in /host/home/duboo1/html/gnuboard4/_common.php on line 3
Warning: include_once(/lib/latest.lib.php) [function.include-once]: failed to open stream: No such file or directory in /host/home/duboo1/html/gnuboard4/index.php on line 3
Warning: include_once() [function.include]: Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /host/home/duboo1/html/gnuboard4/index.php on line 3
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 3개
<?=?>이건 뭔가요?
<?=$g4[path]?>이렇게 하셧는데 저렇게 뜬건가요?
include_once는 php함수 이므로 <??> php 마크업이 필요없습니다
http://duboo1.dothome.co.kr/gnuboard4/
제가 지금 제작중인 사이트인데
로그인 후에 마이페이지 클릭하면 오류가 나옵니다ㅜ
./gnuboard4/common.php 파일일의 위치가 맞나요?
./gnuboard4/_common.php 파일에서
[code]
<?
$g4_path = "."; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
[/code]
이렇게 되있는게 맞나요?