CKEDITOR在Joomla前端PHP文件中

时间:2017-04-12 21:43:03

标签: php ckeditor joomla2.5

真的卡在这里。我需要将CKEditor安装到我们的Joomla中!系统。根据指示,我上传文件夹“ckeditor”然后写一个基本页面来显示带编辑器工具栏的textarea - 相反,页面没有加载,并且控制台错误在这里:

Uncaught SyntaxError: Unexpected token <
at eval (<anonymous>)
at jquery.min.js:2
at Function.globalEval (jquery.min.js:2)
at text script (jquery.min.js:2)
at cD (jquery.min.js:2)
at y (jquery.min.js:2)
at d (jquery.min.js:2)
at Object.send (jquery.min.js:2)
at Function.ajax (jquery.min.js:2)
at HTMLScriptElement.<anonymous> (jquery.min.js:2)

系统信息是: PHP Version-5.3.10-1ubuntu3.26; Web服务器:Apache / 2.2.22(Ubuntu); WebServer到PHP接口 - apache2handler; 版本Joomla! 2.5.28稳定[Ember] 2014年12月10日15:00 GMT; 的Joomla!平台版本 - Joomla平台11.4.0稳定。

我可以在拥有Joomla的个人ehosts.com服务器上运行相同的CKEditor文件夹和示例页面!安装。您可以看到此页面正常工作:

http://www.thecollectivedreamer.com/1/page1.php

我只是上传了文件夹“ckeditor”,然后将这三行代码直接放在一个html网页中:

<script src="ckeditor/ckeditor.js"></script>
<div name="editor1" id="editor1" rows="10" cols="80">replace this div with CKEditor.</div>
<script>CKEDITOR.replace( 'editor1' );</script>

它在该网站上显示正常。但是当我在Joomla上做同样的事情时!在我的工作网站上,它不起作用。有人可以帮忙吗?

0 个答案:

没有答案