I've installed FCKeditor in two sites at two different Win2003 servers.
In the first one it works great, but in the second one I cannot make the file manager to work. Whenever I press the "browse" button on the "insert new image" dialog, I get an "object required at line 119" error.
Line 119 of editor/filemanager/browser/default/frmresourceslist.html is as follows:
--------------------------------------------
// Get the current folder path.
var oNode = fckXml.SelectSingleNode( 'Connector/CurrentFolder' ) ;
119 -> var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ;
var sCurrentFolderUrl = oNode.attributes.getNamedItem('url').value ;
--------------------------------------------
I'm using the ASP connector and I've tried it both on Firefox and IE, but I cannot make it work.
I've searched this forum for an answer, but couldn't find any working solution.
In the first one it works great, but in the second one I cannot make the file manager to work. Whenever I press the "browse" button on the "insert new image" dialog, I get an "object required at line 119" error.
Line 119 of editor/filemanager/browser/default/frmresourceslist.html is as follows:
--------------------------------------------
// Get the current folder path.
var oNode = fckXml.SelectSingleNode( 'Connector/CurrentFolder' ) ;
119 -> var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ;
var sCurrentFolderUrl = oNode.attributes.getNamedItem('url').value ;
--------------------------------------------
I'm using the ASP connector and I've tried it both on Firefox and IE, but I cannot make it work.
I've searched this forum for an answer, but couldn't find any working solution.
Can upload files but unable to browse server
I can upload files but when upload finishes, there is no list displayed. I get the "Object required on line 119" error.
I verified that upload works because files are listed on ftp.
Does anyone else have the same problem? Has anyone managed to solve this? Thx.
RE: Can upload files but unable to browse server
RE: Can upload files but unable to browse ser
Hi plange_ga,

Please let me know through this thread if you manage to fix this
I'll too post it here if I find a solution.
RE: Object Required on Line 119
This bug has been fixed on the latest SVN release.
Check this bug report for more info:
https://sourceforge.net/tracker/?func=d ... p_id=75348
PS: thx Frederico!!