이 에러가 무슨 뜻인지 알 수 있을까요? (최신게시물 관련) 정보
이 에러가 무슨 뜻인지 알 수 있을까요? (최신게시물 관련)본문
아래와 같이 에러가 뜨는데, 경로 설정의 문제 같기도 하고요.
참 난해하네요.
Warning: include_once(../../../_common.php) [function.include-once]: failed to open stream: No such file or directory in /home/hosting_users/joatm/www/thema/queens/latest/latest_ph1/_common.php on line 3
Warning: include_once() [function.include]: Failed opening '../../../_common.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/joatm/www/thema/queens/latest/latest_ph1/_common.php on line 3
Warning: include(/skin/multi_category/lib.php) [function.include]: failed to open stream: No such file or directory in /home/hosting_users/joatm/www/thema/queens/latest/latest_ph1/new.php on line 3
Warning: include() [function.include]: Failed opening '/skin/multi_category/lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/joatm/www/thema/queens/latest/latest_ph1/new.php on line 3
Warning: include_once(/thema/queens/head.sub.php) [function.include-once]: failed to open stream: No such file or directory in /home/hosting_users/joatm/www/thema/queens/latest/latest_ph1/new.php on line 98
Warning: include_once() [function.include]: Failed opening '/thema/queens/head.sub.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/joatm/www/thema/queens/latest/latest_ph1/new.php on line 98
Fatal error: Call to undefined function get_view() in /home/hosting_users/joatm/www/thema/queens/latest/latest_ph1/new.php on line 100
참 난해하네요.
Warning: include_once(../../../_common.php) [function.include-once]: failed to open stream: No such file or directory in /home/hosting_users/joatm/www/thema/queens/latest/latest_ph1/_common.php on line 3
Warning: include_once() [function.include]: Failed opening '../../../_common.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/joatm/www/thema/queens/latest/latest_ph1/_common.php on line 3
Warning: include(/skin/multi_category/lib.php) [function.include]: failed to open stream: No such file or directory in /home/hosting_users/joatm/www/thema/queens/latest/latest_ph1/new.php on line 3
Warning: include() [function.include]: Failed opening '/skin/multi_category/lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/joatm/www/thema/queens/latest/latest_ph1/new.php on line 3
Warning: include_once(/thema/queens/head.sub.php) [function.include-once]: failed to open stream: No such file or directory in /home/hosting_users/joatm/www/thema/queens/latest/latest_ph1/new.php on line 98
Warning: include_once() [function.include]: Failed opening '/thema/queens/head.sub.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/joatm/www/thema/queens/latest/latest_ph1/new.php on line 98
Fatal error: Call to undefined function get_view() in /home/hosting_users/joatm/www/thema/queens/latest/latest_ph1/new.php on line 100
댓글 전체
경로 문제 인거같습니다.
그누보드 설치경로가 올바르게 되어있지 않는듯합니다.
그래서 파일들을 못불러오는 에러네요
그누보드 설치경로가 올바르게 되어있지 않는듯합니다.
그래서 파일들을 못불러오는 에러네요

_common.php 의 3번째 줄 혹은 그 위 _common.php 의 인클루드 경로가 정확한지 1차적으로 확인..
new.php 의 3번째 줄 혹은 그 위 /skin/multi_category/lib.php 의 인클루드 경로가 정확한지 2차적으로 확인..
그 후에 하나씩 맞추어 갈 거 같네요
뭐 아시다 싶이 경로 문제입니다.
new.php 의 3번째 줄 혹은 그 위 /skin/multi_category/lib.php 의 인클루드 경로가 정확한지 2차적으로 확인..
그 후에 하나씩 맞추어 갈 거 같네요
뭐 아시다 싶이 경로 문제입니다.