FCKeditor is not displayed on the local computer.
standart sample, http://localhost/fckeditor/_samples/php/sample01.php:
my sample, http://localhost/sample.php:
<p>FCKeditor must be here</p> <div style="border: 10px solid #aaa;"> <? include($_SERVER['DOCUMENT_ROOT'].'/fckeditor/fckeditor.php'); $sBasePath = '/fckeditor/'; $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = $sBasePath ; $oFCKeditor->Height = 200; $oFCKeditor->Width = 600; $oFCKeditor->Value = ''; $oFCKeditor->Create(); ?> </div>
Re: FCKeditor is not displayed
Re: FCKeditor is not displayed
This problem is only on the local computer. But when I copy site on hosting, all works normally.
Re: FCKeditor is not displayed
Re: FCKeditor is not displayed
This would echo the path where Fck tries to find the editor. Is the path right?
Re: FCKeditor is not displayed
Re: FCKeditor is not displayed
Maybe the solution of this post might help: http://www.fckeditor.net/forums/viewtopic.php?f=6&t=12981
Re: FCKeditor is not displayed
i had the sam error
when i try to resolve by using ff3 with firebug
i found when it load the script file "fckeditorcode_gecko.js"
the script became like this