I am trying to get the filemanager to work. I am using ASP, and when I try the test.html file (fckeditor/editor/filemanager/browser/default/connectors/test.html) and click on Get Folders I get this error message:
Error Type:
Microsoft VBScript runtime (0x800A0007)
Out of memory: 'Server.CreateObject'
/fckeditor/editor/filemanager/browser/default/connectors/asp/io.asp, line 50
If I try the upload test, I get a different error:
Error Type:
ADODB.Stream (0x800A0BBC)
Write to file failed.
/fckeditor/editor/filemanager/upload/asp/class_upload.asp, line 230
But I can upload to the directory I have specified in regular ASP. I use ASP Upload, and log in as a specific user.
What am I missing?
Thanks for any help you can give me.
Error Type:
Microsoft VBScript runtime (0x800A0007)
Out of memory: 'Server.CreateObject'
/fckeditor/editor/filemanager/browser/default/connectors/asp/io.asp, line 50
If I try the upload test, I get a different error:
Error Type:
ADODB.Stream (0x800A0BBC)
Write to file failed.
/fckeditor/editor/filemanager/upload/asp/class_upload.asp, line 230
But I can upload to the directory I have specified in regular ASP. I use ASP Upload, and log in as a specific user.
What am I missing?
Thanks for any help you can give me.
