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>
result:
But on remote host everything is all right.
This sample on http://office-luxe.ru/sample.php:
FCKeditor 2.6.4 / Apache/2.2.4 (Win32) PHP/5.2.4
Firefox 3.0.11 / Internet Explorer 7.0
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
it insert serval license data into the script files
i don't know why....
is there anyone know how to resolve it ?