미니돌아바타 관련 질문입니다. 배추빌더를 씁니다. 정보
미니돌아바타 관련 질문입니다. 배추빌더를 씁니다.본문
$gnu_path = "../".$fp[6]."/";
require_once("{$gnu_path}config.php"); // g4의 설정 파일을 불러옴
session_save_path("{$gnu_path}/data/session"); // g4의 세션 경로
에러난 파일의 부근입니다.
Warning: require_once(../gnu4/config.php) [function.require-once]: failed to open stream: No such file or directory in /home/sodam/public_html/mw-builder/minidoll/avatar/dbconn.php on line 114
Fatal error: require_once() [function.require]: Failed opening required '../gnu4/config.php' (include_path='.:/usr/local/php_5.2.1/lib/php') in /home/sodam/public_html/mw-builder/minidoll/avatar/dbconn.php on line 114
require_once("{$gnu_path}config.php"); // g4의 설정 파일을 불러옴
session_save_path("{$gnu_path}/data/session"); // g4의 세션 경로
에러난 파일의 부근입니다.
Warning: require_once(../gnu4/config.php) [function.require-once]: failed to open stream: No such file or directory in /home/sodam/public_html/mw-builder/minidoll/avatar/dbconn.php on line 114
Fatal error: require_once() [function.require]: Failed opening required '../gnu4/config.php' (include_path='.:/usr/local/php_5.2.1/lib/php') in /home/sodam/public_html/mw-builder/minidoll/avatar/dbconn.php on line 114
댓글 전체
저도 예전에 미니돌 썻다가 에러떠서 포기했었어요..
질문해도 답변이 ㅠㅠ 배추빌더씁니다.
질문해도 답변이 ㅠㅠ 배추빌더씁니다.
require_once("{$gnu_path}config.php"); // g4의 설정 파일을 불러옴
를
require_once("{$gnu_path}../../config.php"); // g4의 설정 파일을 불러옴
이렇게 상대경로 수정해야합니다.
를
require_once("{$gnu_path}../../config.php"); // g4의 설정 파일을 불러옴
이렇게 상대경로 수정해야합니다.