묻고답하기
제발 도와주세요.ㅠㅠ
2011.02.01 10:43
여기에 여쭤봐도 되는지 모르겠는데요.ㅠㅠ
너무 급해서요.그누보드 스킨을 쓰는데요. 갤러리 게시판을 추가하고 head에서 아래처럼 불러왔는데요
<?
if (!defined("_GNUBOARD_")) exit;
include_once("$g4[path]/head.sub.php");
$PageNum=1;
if($bo_table=="fr_01") $subNum=3;
else if($bo_table=="fr_01_02") $subNum=4;
?>
갤러리 write.skin은
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if ($is_dhtml_editor) {
include_once("$g4[path]/lib/cheditor.lib.php");
echo "<script src='$g4[editor_path]/cheditor.js'></script>";
echo cheditor1('wr_content', $content);
}
?>
<script language="javascript">
// 글자수 제한
var char_min = parseInt(<?=$write_min?>); // 최소
var char_max = parseInt(<?=$write_max?>); // 최대
</script>
<script type="text/javascript">
<!--
function set_menu(obj) {
var nLeft,nTop
pl = 20 // 가로 위치 조절
ph = 20 // 세로 위치 조절
var _x = document.body.clientWidth/2 + document.body.scrollLeft - 20; // 가로 위치
var _y = document.body.clientHeight/2 + document.body.scrollTop - 0; // 세로 위치
eval(obj+".style").posLeft = _x;
eval(obj+".style").posTop = _y;
eval(obj+".style").display='block';
}
function show_menu(obj) {
eval(obj+".style").display='block';
}
function hide_menu(obj) {
eval(obj+".style").display='none';
}
//-->
</script>
이고요..근데
Warning: main(../lib/cheditor.lib.php) [function.main]: failed to open stream: No such file or directory in /home/hosting_users/ssmedi0/www/skin/board/gallery/write.skin.php on line 5
Warning: main() [function.include]: Failed opening '+
'../lib/cheditor.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/ssmedi0/www/skin/board/gallery/write.skin.php on line 5
<script src="../cheditor/cheditor.js"></script>
Fatal error: Call to undefined function: cheditor1() in /home/hosting_users/ssmedi0/www/skin/board/gallery/write.skin.php on line 7
이런 오류가 떠요.뭐가잘못된건가요?ㅠㅠㅠㅠㅠㅠㅠ