fckeditor编辑器加载的问题

#1 霍长箭

1.项目将fckeditor文件解压到SpeedAMP\htdocs\所在目录下
2.在控制器文件中的配置是这样的:
 import(APP_PATH.'/fckeditor/fckeditor.php');
$oFCKeditor = new FCKeditor('content');
$oFCKeditor->BasePath= '/fckeditor/fckeditor/';
$oFCKeditor->Height = "500";
$oFCKeditor->Value = '';
$this->editor = $oFCKeditor->CreateHtml() ;
$this->id=$id;
$this->display('post_add.html');

3.在post_add.html文件中是这样使用editor的:
 
正文:

<{$editor}>


问题是:

该贴已经同步到 霍长箭的微博

2012-01-09 17:12:42

#2 jake

apache加载不起来或者有配置错误。

检查apache的log或者使用我们的speedamp服务器套装吧

和fckeditor没关系。

2012-01-09 21:31:50