스킨 적용중 에러 정보
스킨 적용중 에러본문
스킨 적용시키는중....
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; BO2IE8_v1;ENUS)
Timestamp: Tue, 3 Jan 2012 11:44:46 UTC
Message: Object expected
Line: 445
Char: 5
Code: 0
URI: http://localhost/gnuboard4/bbs/write.php?bo_table=info
이런메세지 뜹니다.
어디를 고쳐야하는지 .... 깜깜합니다.
write_skin 파일은 이렇게 되있고...
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);
}
lib방에는 cheditor.lib.php는 없는거 같아서 cheditor4.lib.php 이렇게 써줘 봤는데도
쓰기버튼 누르면 반응이 없네요
아시는분?
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; BO2IE8_v1;ENUS)
Timestamp: Tue, 3 Jan 2012 11:44:46 UTC
Message: Object expected
Line: 445
Char: 5
Code: 0
URI: http://localhost/gnuboard4/bbs/write.php?bo_table=info
이런메세지 뜹니다.
어디를 고쳐야하는지 .... 깜깜합니다.
write_skin 파일은 이렇게 되있고...
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);
}
lib방에는 cheditor.lib.php는 없는거 같아서 cheditor4.lib.php 이렇게 써줘 봤는데도
쓰기버튼 누르면 반응이 없네요
아시는분?
댓글 전체
cheditor.js 도 지정된 위치에 있나요?