fckeditor

Hi,

I have used fckeditor and it works fine but files are not uploaded.The error states

This connector is disabled.

Please check the "editor/filemanager/connectors/php/config.php" file

I have made the necessary changes to the config file ie.$Config[‘Enabled’] = false ; but no luck

Thanks,

$Config[‘Enabled’] = false means disabled

did you try with $Config[‘Enabled’] = true; ?

Hi,

I have tried $Config[‘Enabled’]=true; to but still the same error.

Thanks,

Any idea on how to enable the connector. I tried $Config[‘Enabled’] = true;.

Thanks,

Today I integrated FCKeditor in one of my projects and that was the first problem.

I just changed $Config[‘Enabled’] to true and it works now.

Version is 2.6.6.

Maybe sounds stupid, but check where you made this change (in the correct file or somewhere in “Downloads”… you know… :) )

I have done the required changes in the correct file ie. fckeditor/editor/filemanager/connectors/php/config.php.

Plz any ideas?

Thanks,

I did not use fckeditor yet… but if you cannot make it work…

maybe try to read it’s documentation…

leave Yii for a moment and create a simple web page (HTML only)… and add the editor to that page…

Try to debug it.

You’ll see what’s going on and where’s the problem.

You can use some IDE with debugger or step by step "echo/die()" stuff.

I don’t see how someone can help you in this situation when you made the changes but the same error still exist. :)