어제 올려서 고마운 분께서 도움의 손길을 주셨으나 해결되지 않아 일단 채택해드리고 다시 올립니다.
--------------------------------------------------------------------------
오류 주소 : http://joojin.net/new/MBO/
스킨(프로그램) : http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=64116&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%EB%AA%A9%ED%91%9C%EA%B4%80%EB%A6%AC
오류 내용 : 목표관리 프로그램을 다운받아, 설치 순서대로 설치하였으나 홈페이지 상단에 아래와 같은 에러문구가 떴습니다. 이 페이지를 제외하곤 홈페이지내 다른 페이지엔 뜨지않는 문구입니다.
공무원 고시공부때 활용할 프로그램이라 꼭 해결하여 사용해야하는 상황입니다. 도움이 절실합니다.
오류해결에 참고가 될만한 소스는 모두 기재하였고, 요청시 댓글로 추가하겠습니다.
해결시 꼭 채택드리겠습니다. 도와주시면 감사하겠습니다!!
에러메시지:
Warning: include_once(./_common.php): failed to open stream: No such file or directory in /home/joojin70/www/new/head.php on line 2 Warning: include_once(): Failed opening './_common.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/joojin70/www/new/head.php on line 2 Warning: Cannot modify header information - headers already sent by (output started at /home/joojin70/www/new/head.php:2) in /home/joojin70/www/new/head.sub.php on line 32 Warning: Cannot modify header information - headers already sent by (output started at /home/joojin70/www/new/head.php:2) in /home/joojin70/www/new/head.sub.php on line 34 Warning: Cannot modify header information - headers already sent by (output started at /home/joojin70/www/new/head.php:2) in /home/joojin70/www/new/head.sub.php on line 35 Warning: Cannot modify header information - headers already sent by (output started at /home/joojin70/www/new/head.php:2) in /home/joojin70/www/new/head.sub.php on line 36 Warning: Cannot modify header information - headers already sent by (output started at /home/joojin70/www/new/head.php:2) in /home/joojin70/www/new/head.sub.php on line 37 Warning: Cannot modify header information - headers already sent by (output started at /home/joojin70/www/new/head.php:2) in /home/joojin70/www/new/head.sub.php on line 38
head.php 소스 맨 앞부분 :
<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
?>
<html>
<head>
이하 생략
오류페이지(MBO/index.php) 소스 맨 앞부분 :
<?
$g4_path = "..";
include_once("$g4_path/common.php");
$g4['title'] = "Management By Objectives";
include_once("$g4[path]/head.php");
?>
<link rel="stylesheet" href="./style.css" type="text/css">
이하 생략
기타 도움이될 수 있는 특이사항(문제랑 상관없을 수 있으나 참고용입니다) :
한계정내에 그누보드를 두개 설치함. 기본 그누보드 폴더는 /gnuboard4 지만,
현재 오류 메세지 나는 그누보드는 두번째 폴더인 /new 폴더입니다.
--------------------------------------------------------------------------
오류 주소 : http://joojin.net/new/MBO/
스킨(프로그램) : http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=64116&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%EB%AA%A9%ED%91%9C%EA%B4%80%EB%A6%AC
오류 내용 : 목표관리 프로그램을 다운받아, 설치 순서대로 설치하였으나 홈페이지 상단에 아래와 같은 에러문구가 떴습니다. 이 페이지를 제외하곤 홈페이지내 다른 페이지엔 뜨지않는 문구입니다.
공무원 고시공부때 활용할 프로그램이라 꼭 해결하여 사용해야하는 상황입니다. 도움이 절실합니다.
오류해결에 참고가 될만한 소스는 모두 기재하였고, 요청시 댓글로 추가하겠습니다.
해결시 꼭 채택드리겠습니다. 도와주시면 감사하겠습니다!!
에러메시지:
Warning: include_once(./_common.php): failed to open stream: No such file or directory in /home/joojin70/www/new/head.php on line 2 Warning: include_once(): Failed opening './_common.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/joojin70/www/new/head.php on line 2 Warning: Cannot modify header information - headers already sent by (output started at /home/joojin70/www/new/head.php:2) in /home/joojin70/www/new/head.sub.php on line 32 Warning: Cannot modify header information - headers already sent by (output started at /home/joojin70/www/new/head.php:2) in /home/joojin70/www/new/head.sub.php on line 34 Warning: Cannot modify header information - headers already sent by (output started at /home/joojin70/www/new/head.php:2) in /home/joojin70/www/new/head.sub.php on line 35 Warning: Cannot modify header information - headers already sent by (output started at /home/joojin70/www/new/head.php:2) in /home/joojin70/www/new/head.sub.php on line 36 Warning: Cannot modify header information - headers already sent by (output started at /home/joojin70/www/new/head.php:2) in /home/joojin70/www/new/head.sub.php on line 37 Warning: Cannot modify header information - headers already sent by (output started at /home/joojin70/www/new/head.php:2) in /home/joojin70/www/new/head.sub.php on line 38
head.php 소스 맨 앞부분 :
<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
?>
<html>
<head>
이하 생략
오류페이지(MBO/index.php) 소스 맨 앞부분 :
<?
$g4_path = "..";
include_once("$g4_path/common.php");
$g4['title'] = "Management By Objectives";
include_once("$g4[path]/head.php");
?>
<link rel="stylesheet" href="./style.css" type="text/css">
이하 생략
기타 도움이될 수 있는 특이사항(문제랑 상관없을 수 있으나 참고용입니다) :
한계정내에 그누보드를 두개 설치함. 기본 그누보드 폴더는 /gnuboard4 지만,
현재 오류 메세지 나는 그누보드는 두번째 폴더인 /new 폴더입니다.
댓글 2개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284348 | |
| 284336 | |
| 284333 | |
| 284332 | |
| 284320 | |
| 284318 | |
| 284316 | |
| 284313 | |
| 284307 | |
| 284306 | |
| 284303 | |
| 284298 | |
| 284296 | |
| 284290 | |
| 284286 | |
| 284280 | |
| 284277 | |
| 284272 | |
| 284261 | |
| 284259 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기