09月 2010 一 二 三 四 五 六 日 « Aug 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 -
功能
分类
标签
个人门户 内容管理 厦大图林网志聚合 古诗词 呓语 学习笔记 开源 心理学 总结 成为自己 教育 本体 机构库 母乳喂养 盘点 知识产权 育儿 自定义schema 调试 资源整合 跨库检索 Ajax Apache Drupal DSpace Fckeditor Fedora Gallery Gregarius ImageMagick J2EE Java jodo.io.bind LAMP LDAP Liferay Linked Data Mediawiki Omeka OpenLDAP PHPLDAPAdmin RDF Semantic Web SQL Server 2005 Z39.50-
最新评论
- xtykc发表于《Drupal对RDF的支持——模块之间的合作与背离》
- sogg发表于《Drupal对RDF的支持——模块之间的合作与背离》
- xtykc发表于《美国行记(一):准备去远方》
- 老槐发表于《美国行记(一):准备去远方》
- xtykc发表于《利用Drupal发布Linked Data(1)——安装模块》
- yuxiaom发表于《用MyEclicpse7.0搭建Liferay Portal 5.1.1的开发环境》
- preey发表于《Gallery2.3 + geturls 模块实现图片“外链”功能》
- Moyer发表于《利用Drupal发布Linked Data(1)——安装模块》
- itse发表于《Apache的LDAP认证详解》
- lxmsmile发表于《利用Drupal发布Linked Data(1)——安装模块》
- vivian发表于《人们对图书馆的需求到底有多大》
- vivian发表于《Omeka安装杂记 (一): Apache-2.2.11+MySQL-5.0.75+PHP-5.2.8的安装》
- xtykc发表于《Omeka安装杂记 (一): Apache-2.2.11+MySQL-5.0.75+PHP-5.2.8的安装》
- vivian发表于《Omeka安装杂记 (一): Apache-2.2.11+MySQL-5.0.75+PHP-5.2.8的安装》
- pires发表于《谁是传奇?》
体育
同门
图林
教育
社会
存档页
夏卡?
猜错啦,再猜,呵呵。
你好,我是《中国教育网络》杂志的编辑,我近期正在策划有关于数字图书馆对开源软件和正版软件的选择与发展的专题,我不知道你是否有兴趣为读者展示你的想法,是否能与我联系?
夏菲?
夏花—-太土
不会是”夏草”吧 — 囧
Hi…楼主,请教一个问题。
我使用的是 FCKeditor_2.6.5 版本,在 ASP 程序中使用时一切正常,但在 PHP 程序中使用时就会报错。
我的服务器信息是 Apache/2.2.8 (Win32) PHP/5.2.6
这个问题已经困绕了很长时间了,拜访问过国内国外不少论坛,均没找到答案,现在只有到处发问了。
我找到了类似问题,但都无极而终
http://drupal.org/node/136826
http://xataface.com/forum/viewtopic.php?t=4586
http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/127/postid/89367/scope/posts/Default.aspx
http://cksource.com/forums/viewtopic.php?f=6&t=9397
以下是错误提示信息
错误: FCKBrowserInfo is not defined
源文件:http://127.0.0.21:8900/fckeditor/editor/fckeditor.html?InstanceName=FCKeditor1&Toolbar=Default
行:125
错误: FCKConfig is not defined
源文件:http://127.0.0.21:8900/fckeditor/fckconfig.js
行:27
错误: FCKConfig_LoadPageConfig is not defined
源文件:http://127.0.0.21:8900/fckeditor/editor/fckeditor.html?InstanceName=FCKeditor1&Toolbar=Default
行:164
错误: FCKTools is not defined
源文件:http://127.0.0.21:8900/fckeditor/editor/fckeditor.html?InstanceName=FCKeditor1&Toolbar=Default
行:176
错误: FCK_ContextMenu_Init is not defined
源文件:http://127.0.0.21:8900/fckeditor/editor/fckeditor.html?InstanceName=FCKeditor1&Toolbar=Default
行:195
错误: FCKLang is not defined
源文件:http://127.0.0.21:8900/fckeditor/editor/fckeditor.html?InstanceName=FCKeditor1&Toolbar=Default
行:203
错误: FCKBrowserInfo is not defined
源文件:http://127.0.0.21:8900/fckeditor/editor/fckeditor.html?InstanceName=FCKeditor1&Toolbar=Default
行:270
错误: InitializeAPI is not defined
源文件:http://127.0.0.21:8900/fckeditor/editor/fckeditor.html?InstanceName=FCKeditor1&Toolbar=Default
行:210
vicker,这个问题我也遇到过,并且解决了。原因是fckeditor放的地方不对,fckeditor解压缩后放到服务器上时,一定要注意上下层目录的关系,你去看一下http://127.0.0.21:8900/fckeditor/editor/fckeditor.html这个页面的源码,看看引入fckeditor的路径是什么样的,然后跟你解压缩后放到服务器上的目录结构对比一下,很容易找到问题所在,或者仔细看帮助文档,会有说明的