Warning: Undefined array key "mobile_dir" in /home/kagla/new-sir/old/common.php on line 315
aaa.php 출력이 않되는 이유를 모르겠습니다.

aaa.php 출력이 않되는 이유를 모르겠습니다.

aaa.php 출력이 않되는 이유를 모르겠습니다.

QA

aaa.php 출력이 않되는 이유를 모르겠습니다.

답변 3

본문

아래 소스처럼 페이지를 만들어 모바일에서 출력이 시키면 전혀 출력이 되지 않습니다.

그런데 여기서 if (!defined('_GNUBOARD_')) exit;  이부분을 빼면 에러가 나면서 출력은 됩니다.

 


<?php
if (!defined('_GNUBOARD_')) exit;  
include_once(G5_MOBILE_PATH.'/_head.php');
?>
<div style="padding:10px; min-height:400px;">인사말1111</div>
<?php
include_once(G5_MOBILE_PATH.'/_tail.php');
?>​

이 질문에 댓글 쓰기 :

답변 3

어떤 에러가 나시는지도 올려주셔야 확인이 가능할 것 같습니다.

일단 지금 상황으로 봐서는 코드 맨위에
define("_GNUBOARD_", true);
이런식으로 상수를 define 하시면 될 것 같네요.

if (!defined('_GNUBOARD_')) exit  빼면



Warning: include_once(G5_MOBILE_PATH/_head.php) [function.include-once]: failed to open stream: No such file or directory in /home/busya/busya.co.kr/www/mobile/about.php on line 3

Warning: include_once() [function.include]: Failed opening 'G5_MOBILE_PATH/_head.php' for inclusion (include_path='.:/usr/share/pear/') in /home/busya/busya.co.kr/www/mobile/about.php on line 3 

�씤�궗留�1111

Warning: include_once(G5_MOBILE_PATH/_tail.php) [function.include-once]: failed to open stream: No such file or directory in /home/busya/busya.co.kr/www/mobile/about.php on line 9

Warning: include_once() [function.include]: Failed opening 'G5_MOBILE_PATH/_tail.php' for inclusion (include_path='.:/usr/share/pear/') in /home/busya/busya.co.kr/www/mobile/about.php on line 9

 

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 129,406
© SIRSOFT
현재 페이지 제일 처음으로