Problem using CuteEditor on server with several webs

Last post 03-22-2006, 3:09 PM by gottwald. 5 replies.
Sort Posts: Previous Next
  •  03-20-2006, 3:54 PM 17408

    Problem using CuteEditor on server with several webs

    Hi,
     
    I am struggling with the probem to get CuteEditor running on my webserver.
    • I have several customer websites on this server, all in seperate directories off course. Let's use ../web1 as an example
    • I am calling Cute Editor from a subdirectors called web1/rs
    • CuteEditor is installed in .../scripts/CuteEditor_files
    • I have created a virtual directory in web1 called cute_editor pointing to .../scripts/CuteEditor_files
    For test purposes I am using the file simple.asp (delivered with the package)
    • The include is: <!-- #include file = "include_CuteEditor.asp" -->
    First problem: This does not work. The file is not found. When I copy the file to the directory .../web1/rs then it is OK
    • For editor.FilesPath I use: editor.FilesPath = "/cute_editor"
    This does not work and returns the error message
    Serverobjekt Fehler "ASP 0177 : 800401f3'
    Server.CreateObject-Fehler
    /rs/include_CuteEditor.asp, line 861
    800401f3
     
    "Fehler" means error
     
    I am lost. Can anyone help.
     
    By the way: on my local server everything works fine!

    Volker Gottwald
  •  03-20-2006, 5:29 PM 17410 in reply to 17408

    Re: Problem using CuteEditor on server with several webs

    The file errored on the creation of the XML document, which means you do not have the correct XML loaded. The application can be changed to the version you have or you can update the server, but you need to find out which version you have. Download the following file http://www.az-technology.com/xmldom.zip, unzip it and run it in your web1 directory. You can see what it should look like by running it on my site at http://www.az-technology.com/xmldom.asp
     
    RC
  •  03-22-2006, 7:56 AM 17447 in reply to 17410

    Re: Problem using CuteEditor on server with several webs

    This is what my server returns
     
    MSXML2.DOMDocument.5.0 can NOT be used. Reason: 006~ASP 0177~Server.CreateObject-Fehler~800401f3)
    MSXML2.DOMDocument.4.0 can NOT be used. Reason: 006~ASP 0177~Server.CreateObject-Fehler~800401f3)
    MSXML2.DOMDocument.3.0 can be used.
    MSXML2.DOMDocument.2.6 can be used.
    MSXML2.DOMDocument can be used.
    Microsoft.XMLDOM can be used.
     
    So how can I change one (the application) or the other (the server)?
     
    Thanks for the hint so far.
     
    Just a remark:
    My local server return this:
     
    MSXML2.DOMDocument.5.0 can NOT be used. Reason: 006~ASP 0177~Server.CreateObject-Fehler~800401f3)
    MSXML2.DOMDocument.4.0 can NOT be used. Reason: 006~ASP 0177~Server.CreateObject-Fehler~800401f3)
    MSXML2.DOMDocument.3.0 can be used.
    MSXML2.DOMDocument.2.6 can be used.
    MSXML2.DOMDocument can be used.
    Microsoft.XMLDOM can be used.
     
    To me it lloks just like what the remote server returns. Why does one work and not the other?

    Volker Gottwald
  •  03-22-2006, 2:00 PM 17466 in reply to 17447

    Re: Problem using CuteEditor on server with several webs

    I have suggest patch to CuteSoft to resolve the XML issue, when or if it will be released, well that is not under my control. How to fix the problem, well the program tries to create an object using "MSXML2.DOMDocument.4.0". These creates appears is two files, include_cuteEditor.asp and GetString.asp. You will need to change all occurances to "MSXML2.DOMDocument". See if that works for you.
     
    RC
  •  03-22-2006, 2:13 PM 17469 in reply to 17466

    Re: Problem using CuteEditor on server with several webs

    Thanks,
     
    I will let you know if it works.

    Volker Gottwald
  •  03-22-2006, 3:09 PM 17471 in reply to 17469

    Re: Problem using CuteEditor on server with several webs

    Hi,
     
    it seems the version I have (5.1) already has the changes you are proposing.
    A search in the CuteEditor directory has the following result:
     
    Processing file : W:\wwwroot\CuteEditor_Files\include_CuteEditor.asp
    Line 816 -   set doc = server.CreateObject("<MSXML2.DOMDocument>")
    Line 937 -   set doc = server.CreateObject("<MSXML2.DOMDocument>")
    Line 971 -   set doc = server.CreateObject("<MSXML2.DOMDocument>")
    Line 1083 -   set doc = server.CreateObject("<MSXML2.DOMDocument>")
    Line 1194 -   set doc = server.CreateObject("<MSXML2.DOMDocument>")
    Found 5 occurrences.
    Processing file : W:\wwwroot\CuteEditor_Files\Include_GetString.asp
    Line  28 -   set doc = server.CreateObject("<MSXML2.DOMDocument>")
    Found 1 occurrences.
    Processing file : W:\wwwroot\CuteEditor_Files\tag.asp
    Line  67 -  set doc = server.CreateObject("<MSXML2.DOMDocument>")
    Found 1 occurrences.
    Searched 1131 file(s), found 7 occurrences in 3 file(s)
     
    So what now?
     
    And: Karen, why is there no support from CuteSoft?
    I wrote several emails. I paid some money for the licence and the software does do what I want to do with it.
     
    Do I have the wrong licence for waht I want to do?
     
    Could I have a step by step instruction for this setup:
    • One server
    • cuteeditor in one directory ../CuteEditor_Files
    • many webs/files that need to use cute editor in other directories eg ../web1/rs ../web2/rs etc
    How to include the file includeCute_editor.asp in each file where needed?
    How does the line for editor.FilesPath look like?
     

    Volker Gottwald
View as RSS news feed in XML