Failed to load the Configure file

  •  02-28-2014, 7:19 AM

    Failed to load the Configure file

    Hi,

    Just upgraded to v6.6 and I am having issues.

     

    Its strange because its working ok from one directory and not from another which is 1 level below the other.

    Its giving me a "Failed to load the Configure file." error.

     

    for example, i have a file placed in the structure:

    d:/domains/wesitefolder/root/adminfolder/editingfile.asp (this works)

    d:/domains/wesitefolder/root/editingfile.asp (this does NOT work)

    Cute editor files sit here:

    d:/domains/cuteeditor_files/ 

     

    Both files use the same editor markup, (in fact i've tried the exact same file (with editor path changed) in each folder and it works in one and not the other):

     

    Set editor = New CuteEditor

    editor.ID = "story"

    editor.Text = ""

    editor.EditorBodyStyle = "font:normal 12px arial;"

    editor.EditorWysiwygModeCss = "css/style.css"

    editor.AutoConfigure = "Forum"

    editor.ImageGalleryPath = "/Uploads"

    editor.ImageFilters=".jpg,.gif,.png"

    editor.Width = 620

    editor.Draw()

     

    <!-- #include file = "../../../cuteeditor_files/include_CuteEditor.asp" --> (working)

    <!-- #include file = "../../cuteeditor_files/include_CuteEditor.asp" -->  (not working)

     

    Is there anything that is obviously causing the issue, i've tried the AutoConfigure standard options as well (Minimal, None, etc.) and its the same?

    Thanks 

View Complete Thread