He"/> He">

Home  >  Article  >  Backend Development  >  fckeditor本地不显示有关问题

fckeditor本地不显示有关问题

WBOY
WBOYOriginal
2016-06-13 13:46:23960browse

fckeditor本地不显示问题

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->require_once('fckeditor/fckeditor_php5.php');
$fck=new FCKeditor('content');
$fck->BasePath='fckeditor/';
$fck->Width="100%";
$fck->Height="400px";
$fck->Create();    
 

我这么写的,路径没有问题,在服务器上可以调用,但是在本机上就是不显示
请问怎么回事啊


------解决方案--------------------
可能是路径问题

应该是 include ("fckeditor/fckeditor.php"); 吧?
------解决方案--------------------
路径问题,检查下!
------解决方案--------------------
本地环境信息?把错误提示都打开
------解决方案--------------------
1.js路径问题 
2. fckeditor包问题
3.调用问题(网上教程)
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn