I have used FCK editor on subdomain. All is okay except File manager waht does not work. Have anybody some ideas how I can set config files for correct work?
It all depends on how your subdomains are set up. Most likely they are set to start in a folder within your root folder. So say your root was /www/, your subdomains would be in /www/subdomain1/.
So, if this is the case, sometimes using a directory like /images/uploads/ will not point to /www/subdomain1/images/uploads/ but instead point to /www/images/uploads/.
Try changing that around in the files for the filemanager. The config.php (or whatever format you're using) should be all you have to edit, but you may have to edit a few other files. Poke around in there and see if you can fix it.
Thanx for info. I have a new experince: My FCK editor doesn't accept file /fckeditor/editor/filemanager/connectors/php/config.php. When I delete folder CONNECTORS, so there is the same situation like when folder is not deleted.
Re: File manager of FCK Editor on subdomain
So, if this is the case, sometimes using a directory like /images/uploads/ will not point to /www/subdomain1/images/uploads/ but instead point to /www/images/uploads/.
Try changing that around in the files for the filemanager. The config.php (or whatever format you're using) should be all you have to edit, but you may have to edit a few other files. Poke around in there and see if you can fix it.
Re: File manager of FCK Editor on subdomain
I have a new experince: My FCK editor doesn't accept file /fckeditor/editor/filemanager/connectors/php/config.php. When I delete folder CONNECTORS, so there is the same situation like when folder is not deleted.