Hi,
I have a problem with the filemanager part, the connector is returning a valid response:
<Connector command="GetFoldersAndFiles" resourceType="Image">
<CurrentFolder path="/" url="/data/resources/Image/" />
<Folders>
<Folder name="test" />
<Folder name="test2" />
<Folder name="testme123" />
<Folder name=".thumbs" />
</Folders>
<Files>
<File name="2002_0129boatjune20040013.JPG" size="321" />
<File name="2002_0129boatjune20040015.JPG" size="329" />
<File name="2002_0129boatjune20040016.JPG" size="315" />
<File name="2002_0129boatjune20040017.JPG" size="317" />
<File name="2002_0129boatjune20040018.JPG" size="338" />
<File name="test.jpg" size="55" />
</Files>
</Connector>
but i get JS errors in Firefox 0.93, 1 and MS IE:
Firefox:
Error: this.DOMDocument has no properties
Source File: editor/filemanager/browser/default/js/fckxml.js
Line: 92
IE:
Line 120;
Error: Object Required
File: editor/filemanager/browser/default/frmresourceslist.html
Any ideas, i took a quick look in the bug list and didnt see anything for the fckxml file
I have a problem with the filemanager part, the connector is returning a valid response:
<?xml version="1.0" encoding="utf-8" ?>
<Connector command="GetFoldersAndFiles" resourceType="Image">
<CurrentFolder path="/" url="/data/resources/Image/" />
<Folders>
<Folder name="test" />
<Folder name="test2" />
<Folder name="testme123" />
<Folder name=".thumbs" />
</Folders>
<Files>
<File name="2002_0129boatjune20040013.JPG" size="321" />
<File name="2002_0129boatjune20040015.JPG" size="329" />
<File name="2002_0129boatjune20040016.JPG" size="315" />
<File name="2002_0129boatjune20040017.JPG" size="317" />
<File name="2002_0129boatjune20040018.JPG" size="338" />
<File name="test.jpg" size="55" />
</Files>
</Connector>
but i get JS errors in Firefox 0.93, 1 and MS IE:
Firefox:
Error: this.DOMDocument has no properties
Source File: editor/filemanager/browser/default/js/fckxml.js
Line: 92
IE:
Line 120;
Error: Object Required
File: editor/filemanager/browser/default/frmresourceslist.html
Any ideas, i took a quick look in the bug list and didnt see anything for the fckxml file
RE: FileManager
RE: FileManager
RE: FileManager
Thanks
RE: FileManager
I use FireFox 1.0PR and IE 6.0. And I use FCKeditor 2.0Beta1, beacuse beta2 is too buggy for IE 6.0
I use Apache with mod_jk and Tomcat 4.0.30. I set mimetype xml to "text/xml" in Apache config, but the problem is still a problem... Could someone help me?
RE: FileManager
RE: FileManager
Am using this in ASP.
I set the .XML mimetype via IIS, on a windows 2003 server, still getting the same error.
Please help.