madem님의 메인에 최신글출력에서 내용보기가 깨지네요 정보
madem님의 메인에 최신글출력에서 내용보기가 깨지네요
본문
오류내용
Warning: include_once(./_common.php) [function.include-once]: failed to open stream: No such file or directory in /web/home/ulsanall/html/new/print_list.php on line 3
Warning: include_once() [function.include]: Failed opening './_common.php' for inclusion (include_path='.:/usr/lib/php/pear') in /web/home/ulsanall/html/new/print_list.php on line 3
Fatal error: Call to undefined function sql_fetch() in /web/home/ulsanall/html/new/print_list.php on line 7
현재 메인 출력은 정상적입니다
print_list.php 경로
그누보드/new/print_list.php
도움좀 청합니다.
Warning: include_once(./_common.php) [function.include-once]: failed to open stream: No such file or directory in /web/home/ulsanall/html/new/print_list.php on line 3
Warning: include_once() [function.include]: Failed opening './_common.php' for inclusion (include_path='.:/usr/lib/php/pear') in /web/home/ulsanall/html/new/print_list.php on line 3
Fatal error: Call to undefined function sql_fetch() in /web/home/ulsanall/html/new/print_list.php on line 7
현재 메인 출력은 정상적입니다
print_list.php 경로
그누보드/new/print_list.php
도움좀 청합니다.
추천
0
0
댓글 전체
print_list.php 에서 ./_common.php 을 못 찾아 낸답니다.....결로 설정이....
즉 print_list.php 위치와 _common.php 위치가 같아야 할듯 합니다....
print_list.php와 같은 위치에 그누보드의 common.php를 불러올수 있는 _common.php를 넣으시거나
아니면 바로 그누보드폴더의 _common.php를 불러와야할 듯 합니다.
즉 print_list.php 위치와 _common.php 위치가 같아야 할듯 합니다....
print_list.php와 같은 위치에 그누보드의 common.php를 불러올수 있는 _common.php를 넣으시거나
아니면 바로 그누보드폴더의 _common.php를 불러와야할 듯 합니다.
감사합니다.