halo, my name is iqbal.i need help for this error: This connector is disabled. Please check the "editor/filemanager/connectors/php/config.php" file.
can any body help me to solve this problem. please explain the solution step by step because i'm newbie in FCkeditor. my version of FCkeditor is FCkeditor 2.6.4. thanks before.
can any body help me to solve this problem. please explain the solution step by step because i'm newbie in FCkeditor. my version of FCkeditor is FCkeditor 2.6.4. thanks before.
Re: My Connector is disabled.
Ok to your point....
Basicly you need to configure the config file... In excample depending on the location of the file (which was listed in your error)
Open of the file named..
config.php or config.asp whatever extention you are using to develop in.
Next you need to configure this line...
// Path to user files relative to the document root.
$Config['UserFilesPath'] = '/coupons/userfiles/' ;
and put your correct path name there, where you folder for images etc is located. If you are not sure, just keep messing with it and you will get it sooner or later. Also when previewing in a browser, because FCK is scripted allot, When refreshing your page in internet explorer, use CNTRL+F5 to refresh your page as you need to reload the scripts to see the changes.
Hope that helps, there is a ton of config options and if your a noob to coding , this might not be the best editor choice for you.