【问题背景】
Drupal 6.20 + Wysiwyg 6.x-2.3。
安装好Wysiwyg 后,去下载:
ckeditor
当前版本是ckeditor_3.6,下载ckeditor_3.6.zip后,解压,放到sitesalllibrariesckeditor,然后刷新Wysiwyg 的配置页面,显示错误:
CKEditor (Download) | Not installed. |
---|---|
The version of CKEditor could not be detected. Extract the archive and copy its contents into a new folder in the following location: So the actual library can be found at: |
【解决过程】
1.网上搜了一通,只找到TinyMCE的类似错误及解决办法:
http://groups.drupal.org/node/28262
而且发现对应的bug已经修复过:
$line = fgets($script, 200);
2.找到FCKeditor的类似错误:
但是还是没找到我这里要的CKEditor的。
3.去下载FCKeditor,结果发现和CKEditor的地址一样,都是链接到:
所以看来两个是同一个东西,但是两个都无法正常使用。
4.去下载nicedit,然后安装提示,放到对应地方,就是可以用的:
看来,貌似的确和ckeditor/FCKeditor不太兼容啊。。。
5.又去尝试了其他ckeditor的其他版本,下载了一个ckeditor_3.5.zip:
http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.5/ckeditor_3.5.zip
然后解压后放到对应地方,然后发现就是可以用的了:
【总结】
Drupal 6.20 + Wysiwyg 6.x-2.3 与ckeditor_3.6不兼容,换成ckeditor_3.5即可。
转载请注明:在路上 » 【已解决】The version of CKEditor could not be detected