최근글 탭문제요....... 정보
최근글 탭문제요.......본문
최근글 탭추출 파일을 받아 제대로 다올렸는데....아래와 같은 에러가 나네요.....하루종일 쳐다봐도
도데체 모르겠습니다...이젠 지쳐서 글 올려봅니다. 도와 주세요
index.php 파일 나오는 부분에
<tr>
<td width="279" height="123"><? include_once("$g4[path]/dada_tab.php"); ?> </td>
</tr>
올렸는데.... 아래와 같은 에러가 나네요....다른 탭추출 파일을 올려도 마찬가지요...
Warning: include_once(/dada_tab.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/songhakbiz/html/index.php on line 51
Warning: include_once() [function.include]: Failed opening '/dada_tab.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/songhakbiz/html/index.php on line 51
도데체 모르겠습니다...이젠 지쳐서 글 올려봅니다. 도와 주세요
index.php 파일 나오는 부분에
<tr>
<td width="279" height="123"><? include_once("$g4[path]/dada_tab.php"); ?> </td>
</tr>
올렸는데.... 아래와 같은 에러가 나네요....다른 탭추출 파일을 올려도 마찬가지요...
Warning: include_once(/dada_tab.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/songhakbiz/html/index.php on line 51
Warning: include_once() [function.include]: Failed opening '/dada_tab.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/songhakbiz/html/index.php on line 51
댓글 전체

어떤 스킨을 사용하셨는지 알려주시는 것이 답변에 도움이 될 듯 보이네요.
index.php 가 있는 폴더와 dada_tab.php 화일이 있는 폴더가 같다면
$g4[path]/ <-- 이것을 없애버리세요
다른 폴더에 넣었다면 저 자리에 폴더 경로를 제대로 넣어주면 됩니다
$g4[path]/ <-- 이것을 없애버리세요
다른 폴더에 넣었다면 저 자리에 폴더 경로를 제대로 넣어주면 됩니다
아...경로 때문이군요... 다른 스킨 적용했는데...마찬가지였는데 답변주신것 참조해서 해결했습니다. 감사합니다.