그누보드 포인트경매스킨 에러 정보
그누보드 포인트경매스킨 에러본문
그누보드4 스킨에서 sir제공스킨중에 포인트경매스킨이 있는데요,
그거 설치하고 게시판만들어서 글올리니까 잘 되다가
이미지를 업로드 안하고 글을 쓰면 다음과 같이 뜨네요...
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/norayoco:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/norayoco/public_html/skin/board/auction/list.skin.php on line 122
list.skin.php의 Line122근방의 내용은 하기와 같습니다.
// 상품이미지 (소)
$file = get_file($bo_table, $list[$i][wr_id]);
$img = "{$file[0][path]}/{$file[0][file]}";
if (!file_exists($img) || trim($img) == "/") //<--- Line 122 on list.skin.php
$img = "{$board_skin_path}/img/noimage.gif";
제발 도와주세요~!!! ㅜㅜ;;
그거 설치하고 게시판만들어서 글올리니까 잘 되다가
이미지를 업로드 안하고 글을 쓰면 다음과 같이 뜨네요...
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/norayoco:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/norayoco/public_html/skin/board/auction/list.skin.php on line 122
list.skin.php의 Line122근방의 내용은 하기와 같습니다.
// 상품이미지 (소)
$file = get_file($bo_table, $list[$i][wr_id]);
$img = "{$file[0][path]}/{$file[0][file]}";
if (!file_exists($img) || trim($img) == "/") //<--- Line 122 on list.skin.php
$img = "{$board_skin_path}/img/noimage.gif";
제발 도와주세요~!!! ㅜㅜ;;
댓글 전체
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect.
open_basedir이 서버에 적용되어 있네요..
꺼주시거나 해당 위치에 동작될 수 있도록 수정해야 합니다.
echo $img를 통해 해당 위치는 파악 가능할듯 보입니다.
open_basedir이 서버에 적용되어 있네요..
꺼주시거나 해당 위치에 동작될 수 있도록 수정해야 합니다.
echo $img를 통해 해당 위치는 파악 가능할듯 보입니다.