Opened 16 years ago

Closed 16 years ago

#1913 closed Bug (invalid)

FCKeditor does not run on my server with PHP5.

Reported by: Josh Lentz Owned by:
Priority: Normal Milestone:
Component: Server : PHP Version: FCKeditor 2.5.1
Keywords: Pending Cc: josh@…

Description

hi,

First off, love the product you guys produce. I have been using your product for some time, however, I recently changed to a VPS with a new company. My site utilizes your FCKeditor (www.gamerevolver.com) to post new articles, comments and pretty much any other user input. Try as I might, I can not get the FCK to load with PHP5. When I go to your _samples (http://www.gamerevolver.com/FCKEditor/_samples/default.html) folder, all of them work except the PHP version. It is imperative that I get this running in a timely manner as I am losing lots of business because of this mishap. i added the most recent version of the editor and still experience the problem. Basically, the editor just doesn't show up, just like in your samples. Please help!!

Steriotyp

Change History (4)

comment:1 Changed 16 years ago by Wiktor Walc

Priority: HighNormal

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.

comment:2 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: Pending added

Please let us know if you have found a real bug to point out... "it doesn't run" unfortunately is not enough to help us on fixing it.

comment:3 Changed 16 years ago by Josh Lentz

Ok, where do I find the file to edit? I am not sure where to look for $_SERVERPHP_SELF? to change the code Your help is very much appreciated.

comment:4 Changed 16 years ago by Frederico Caldeira Knabben

Resolution: invalid
Status: newclosed

Sorry... this ticket has become a pure support issue. This is not the appropriate place of it. Please use our forums: http://www.fckeditor.net/forums

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy