#1913: FCKeditor does not run on my server with PHP5.
---------------------------+------------------------------------------------
  Reporter:  steriotyp     |       Owner:                 
      Type:  Bug           |      Status:  new            
  Priority:  Normal        |   Milestone:                 
 Component:  Server : PHP  |     Version:  FCKeditor 2.5.1
Resolution:                |    Keywords:                 
---------------------------+------------------------------------------------
Changes (by wwalc):

  * priority:  High => Normal

Comment:

 Make sure that you have uploaded all necessary files required by FCKeditor
 to work.
 It seems to me that FCKeditor cannot locate the fckeditor.php, that should
 exist two folders above the _samples/php directory.


 If that file exists, it means that maybe the `$_SERVER['PHP_SELF']` is
 empty, that happens sometimes when PHP is running in CGI mode. In such
 case, change that line
 {{{
 $oFCKeditor->BasePath = $sBasePath ;
 }}}

 into

 {{{
 $oFCKeditor->BasePath = '/FCKEditor/' ;
 }}}

 To see what's the real problem, turn on the error_reporting and check your
 error logs.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1913#comment:1>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to