테스트 파일에서 에러가 나는데 왜 그런지 모르겠습니다. 채택완료
basic_c 라는 스킨을 받았고
메인>skin>board>basic_c 폴더를 만들어서 집어 넣었습니다.
그리고 관리자 페이지 에서 스킨폴더를 지정해주었는데
관리자 화면에서 링크를 누르면 정상 작동 합니다.
그런데 테스트 파일은 이렇게 에러가 나네요...
왜 그런지 알수가 없어서.. 여기에 글을 올리게 되었습니다.
제가 뭘 잘못을 한건지...
좀 알려주시면 감사 하겠습니다.
test.php 파일의 소스코드 입니다.
</span></p><p><b style="font-family: Gulim; font-size: medium; line-height: normal;"></b><span style="color: rgb(249, 38, 114); font-family: 굴림체; font-size: 12pt; line-height: 1.5; background-color: rgb(39, 40, 34);"><?php</span></p><pre style="background-color:#272822;color:#f8f8f2;font-family:'굴림체';font-size:12pt;"><span style="color:#75715e;">/**
</span><span style="color:#75715e;"> * Created by PhpStorm.
</span><span style="color:#75715e;"> * User: user04
</span><span style="color:#75715e;"> * Date: 2015-06-17
</span><span style="color:#75715e;"> * Time: 오후 2:06
</span><span style="color:#75715e;"> */
</span><span style="color:#f92672;">include_once</span>(<span style="color:#e6db74;">"./_common.php"</span>);
<span style="color:#f92672;">include_once</span>(<span style="color:#e6db74;">"./lib/latest.lib.php"</span>); <span style="color:#75715e;">// latest() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
</span><span style="color:#f92672;">include_once</span>(<span style="color:#e6db74;">'./lib/outlogin.lib.php'</span>);
<span style="color:#75715e;">//error_reporting(E_ALL);
</span><span style="color:#75715e;">//ini_set("display_errors", 1);
</span><span style="color:#75715e;">//echo outlogin("basic"); // basic 스킨으로 아웃로그인을 출력합니다.
</span><span style="color:#f92672;">echo </span><span style="color:#a6e22e;">latest</span>(<span style="color:#e6db74;">"basic_c"</span>, <span style="color:#e6db74;">"notice"</span>, <span style="color:#ae81ff;">5</span>, <span style="color:#ae81ff;">70</span>); <span style="color:#75715e;">// basic 스킨으로 free 라는 게시판을 출력합니다.
</span><span style="color:#75715e;">
</span></pre><p><span style="color: rgb(249, 38, 114); font-family: 굴림체; font-size: 12pt; line-height: 1.5; background-color: rgb(39, 40, 34);">?></span><b style="font-family: Gulim; font-size: medium; line-height: normal;">
</b></p><p><b style="font-family: Gulim; font-size: medium; line-height: normal;">
</b></p><p><b style="font-family: Gulim; font-size: medium; line-height: normal;">
Warning: include(/home/3runtest/public_html/test/skin/latest/basic_c/latest.skin.php) [http://3runtest.thanksdesign.co.kr/test/function.include" style="font-family: Gulim; font-size: medium; line-height: normal;">function.include]: failed to open stream: No such file or directory in/home/3runtest/public_html/test/lib/latest.lib.php on line 73
Warning: include() [http://3runtest.thanksdesign.co.kr/test/function.include" style="font-family: Gulim; font-size: medium; line-height: normal;">function.include]: Failed opening '/home/3runtest/public_html/test/skin/latest/basic_c/latest.skin.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/3runtest/public_html/test/lib/latest.lib.php on line 73
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인
덕분에.. 그누보드의 구조를 제대로 이해하게 되었네요...
처음설치해서 써보는거라 많이 헤멧습니다.
1주일간 삽질끝에..
그누보드를 좀 이해할수 있게 되었네요..
딱 한줄 밖에 되지 않았지만 핵심적인 답변이 저에게 많은 힘이 되었습니다.
감사합니다.
PS: 가입한지 몇일 안되어서 답변을 늦게 달은것 미안합니다..
즐거운밤 되세요~ (--)(__)