Forum Moderators: coopster
I am having problems with the image browse and upload features in particular. I'm pretty sure it has to do with folder paths and permissions, but I have tried what seems to be everything and still can't get it to see the correct folder.
Is anyone skilled in installing the FCKEditor on a UNIX server running PHP?
Thanks
please check the 'fckconfig.js' and make sure that
the correct connector is enabled.
By default the connector is:
---------------------------------------------------------------------------------------------------------------------------------
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/asp/connector.asp';
---------------------------------------------------------------------------------------------------------------------------------
but if you are using other language like php, the appropriate connector should be enabled:
--------------------------------------------------------------------------------------------------------------------------------------
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/php/connector.php';
--------------------------------------------------------------------------------------------------------------------------------------
Also check the value of the following variables :
$basepath
$rootpath
$userfilespath
if they have an appropriate path.
I have checked and triple checked all strings and connections.
I installed this on our primary UNIX host and everything works perfectly.
I cannot seem to get it to work with this other hosting company...
One thing I did do was go through and change permissions on every file in the editor and that at least got me to a different error. Instead of getting a JavaScript error when I open the image/file browser, I now get XML Request Error. (I know this is a question in the FAQ, but I have everything set correctly I believe...)
Could it be the version of PHP that is running on this particular server?