Hello all...
I'm having some issues getting the filemanager configured.
When I open the image dialog and click "browse server", i get the following message:
This connector is disabled. Please check the "editor/filemanager/browser/default/connectors/asp/config.asp" file.
First, i'm trying to use CFM, not ASP. In the fckconfig.js file, i made the following change to try to use CFM:
Line 132: var _FileBrowserLanguage = 'cfm' ;
Line 133: var _QuickUploadLanguage = 'cfm' ;
I even tried to hard-code CFM directly into the line that sets the image browse URL. And that didn't seem to make a difference.
I then modified the the \editor\filemanager\browser\default\connectors\cfm\config.cfm as follows:
Line 7: config.enabled = true;
The issue seems to be that the editor is not recognizing the changes I made to the config file.
I've tried closing my browser to try to get the fckconfig.js file to reload and take my new settings, but that didn't seem to work. I'm getting this issue in both IE and Firefox.
Does anyone have any ideas regarding how to get the editor to recognize that I've changed the connector to use CFM?
Thanks!
Kevin
I'm having some issues getting the filemanager configured.
When I open the image dialog and click "browse server", i get the following message:
This connector is disabled. Please check the "editor/filemanager/browser/default/connectors/asp/config.asp" file.
First, i'm trying to use CFM, not ASP. In the fckconfig.js file, i made the following change to try to use CFM:
Line 132: var _FileBrowserLanguage = 'cfm' ;
Line 133: var _QuickUploadLanguage = 'cfm' ;
I even tried to hard-code CFM directly into the line that sets the image browse URL. And that didn't seem to make a difference.
I then modified the the \editor\filemanager\browser\default\connectors\cfm\config.cfm as follows:
Line 7: config.enabled = true;
The issue seems to be that the editor is not recognizing the changes I made to the config file.
I've tried closing my browser to try to get the fckconfig.js file to reload and take my new settings, but that didn't seem to work. I'm getting this issue in both IE and Firefox.
Does anyone have any ideas regarding how to get the editor to recognize that I've changed the connector to use CFM?
Thanks!
Kevin

RE: FCK 2.2 FileManager Config
RE: FCK 2.2 FileManager Config
Anyway...onto the next issue...
I'm trying to upload some files. I click the Browse Server button from the image dialog and it pops open the file manager UI.
The files seem to upload because they show up in the UserFiles directoryo nthe server. And I'm able to add new Folders because the folders actually get created in the directory structure.
However, the browser is not showing that anything is being added (files or folders). So, technically, everything seems to be working on the back-end...files are uploaded and folders are created...but the UI is not showing any of this. The UI is just blank.
Here is the error I'm getting:
"oNode has no properties line 120"
from the following file:
editor/filemanager/browser/default/frmresourcelist.hm
It is this little piece of code from the GetFoldersAndFilesCallBack function:
// Get the current folder path.
var oNode = fckXml.SelectSingleNode( 'Connector/CurrentFolder' ) ;
var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ;
var sCurrentFolderUrl = oNode.attributes.getNamedItem('url').value ;
Anyone have any clues? Did i miss something in the config somewhere?
Thanks again!
Kevin
RE: FCK 2.2 FileManager Config
I'm on a development version of CF 7.0. and it is putting the following in the XML file:
<META NAME="ColdFusionMXEdition" CONTENT="ColdFusion DevNet Edition - Not for Production Use.">
I uploaded the code to my beta server and it worked fine...
Thanks...
Kevin
Problem with the Upload-Function
Kevin you could be lucky.
I´m working with the FCKEditor 2.2 and Coldfusion MX too, have made all the changes they had to be done like
"Line 132: var _FileBrowserLanguage = 'cfm' ;
Line 133: var _QuickUploadLanguage = 'cfm' ;"
and "Line 7: config.enabled = true; "
The Problem is that nothing happens, no Error and no successful Upload.
For Example I klick to "New Image -->Upload --> lokal File --> submit.
Ready, nothing happens, no Error no Message, no file arrives.
Any Ideas?
Regards Mario