안녕하세요. 그누보드 새로 사용하게 되어 새페이지를 만드려고 합니다.

안녕하세요. 그누보드 새로 사용하게 되어 새페이지를 만드려고 합니다.

QA

안녕하세요. 그누보드 새로 사용하게 되어 새페이지를 만드려고 합니다.

본문

3717980793_1579090691.4498.png

basic 폴더안에 개별 페이지를 관리하고 싶어 contents 폴더를 만들고 commpany.php를 만들어

 


<?php
include_once('./_common.php');
include_once('./_head.php');
?>
 
<?php
include_once('./_tail.php');
?>

 

임시로 이렇게 넣어두고 테스트를 했는데 찾을 수 없다고 나오네요..고수님들의 도움이 필요합니다.

이 질문에 댓글 쓰기 :

답변 2

<?php
include_once('../../../common.php');
include_once('../../../head.php');
?>
 
<?php
include_once('../../../tail.php');
?>

/theme/basic/contents/company.php 로 접속해야 됩니다.

/contents/company.php 로 접속하려면..

contents 폴더를 /theme/basic 아래가 아닌 / 아래에 만들어야 됩니다.
1) / 에서 contents 폴더 생성
2) /contents/company.php 로 접속

오.. 만들었는데.. 오류가 천지네요.. 잠시만요.

Warning: include_once(): open_basedir restriction in effect. File(../../common.php) is not within the allowed path(s): (/tmp:/www/default/hosting_db:/www/ssasa77.godohosting.com) in /www/ssasa77.godohosting.com/contents/company.php on line 2

Warning: include_once(../../common.php): failed to open stream: Operation not permitted in /www/ssasa77.godohosting.com/contents/company.php on line 2

Warning: include_once(): Failed opening '../../common.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /www/ssasa77.godohosting.com/contents/company.php on line 2

Warning: include_once(): open_basedir restriction in effect. File(../../head.php) is not within the allowed path(s): (/tmp:/www/default/hosting_db:/www/ssasa77.godohosting.com) in /www/ssasa77.godohosting.com/contents/company.php on line 3

Warning: include_once(../../head.php): failed to open stream: Operation not permitted in /www/ssasa77.godohosting.com/contents/company.php on line 3

Warning: include_once(): Failed opening '../../head.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /www/ssasa77.godohosting.com/contents/company.php on line 3

Warning: include_once(): open_basedir restriction in effect. File(../../tail.php) is not within the allowed path(s): (/tmp:/www/default/hosting_db:/www/ssasa77.godohosting.com) in /www/ssasa77.godohosting.com/contents/company.php on line 7

Warning: include_once(../../tail.php): failed to open stream: Operation not permitted in /www/ssasa77.godohosting.com/contents/company.php on line 7

Warning: include_once(): Failed opening '../../tail.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /www/ssasa77.godohosting.com/contents/company.php on line 7

Or

/bbs 디렉토리에 있는 _common.php, _head.php, _tail.php 를

1) /theme/basic/content 디렉토리에 복사 후,

2) _common.php 의 내용에서

include_once('../common.php');

->

include_once('../../../common.php');

으로 변경해 주시면 됩니다. (_head.php, _tail.php도 동일하게 처리)

 

답변을 작성하시기 전에 로그인 해주세요.
전체 59,515
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT