1
I am trying to get the "link" widget in FCKeditor to allow me to browse files.
I am using the FCKEditor that came with the editor class package, in wiwimod, under PHP 5.0
It currently allows me to upload a file but it claims (incorrectly) that I have set $Config['Enabled'] to false (when it is true), in the connector/php/config.php file and in the config.js file in the FCKeditor root.
Just to see what happens I commented out the whole block
and it starts giving me XML server not available messages.