fckeditor在php中调用出错 10

<?phpinclude("ckeditor/ckeditor.php");//用于载入FCKeditor类文件?><html><head><metahttp-equiv... <?php
include("ckeditor/ckeditor.php") ; // 用于载入FCKeditor类文件
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>用PHP调用FCKeditor</title>
</head>
<body>
<form action="check.php" method="post" name="exapmle">
<?php
$oFCKeditor = new CKeditor('FCKeditor1') ; // 创建FCKeditor实例,可创建多个实例
$oFCKeditor->BasePath = './fckeditor/'; // 设置FCKeditor目录地址
$oFCKeditor->Create( ) ; // 创建编辑器
?>
<input name="ok" type="submit" value="提交" >
</form>
</body>
</html>
运行后提示如下:
Fatal error: Call to undefined method CKEditor::Create() in D:\AppServ\www\mr\01\add_article.php on line 14
谁能告诉我是什么问题
展开
 我来答
lcswsm
2014-09-24 · TA获得超过488个赞
知道小有建树答主
回答量:716
采纳率:0%
帮助的人:506万
展开全部
include("ckeditor/ckeditor.php") fckeditor的 核心类库 应该是 fckeditor.php吧 是不是路径写错了
追问
改过后还是不行啊
追答
几种可能,意思 类库引用失败,检查路径、文件名。而是  实例化对象的时候,看看这个实例是否存在
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式