Re: _CState problem on first instance of editor (multiple editors on page)

  •  02-12-2007, 1:14 PM

    Re: _CState problem on first instance of editor (multiple editors on page)

    I will do as you ask.
     
    I have continue to work on the issue and I believe it has something to do with the include_Security.asp file and the CESecurity session variable.
     
    I say this because on my page with 4 editors on it I 2 errors right now and I can edit within 2 of the editors.  I have modified the code in include_Security.asp so that if Session("CESecurity") is empty I give it a default value.  Before making this edit I would get 4 erorrs (_CState is not defined and a javascript error saying that a ; was required before the "The area you are attempting to access is forbidden" string.
     
    My directory structure the users go through a vitural directory to get to the application.  I don't know if this is causing a problem or not.  All the visual elements are showing fine.
     
    My directory structure is as follows:
    root\calendar\maint
       cuteEditor
    the users get to the application using (each customer has a virtual directory)
    root\archbold.k12\
       cuteEditor
     
    when I look into Server.MapPath(GetURL("Configuration/Security/"&s_SecurityPolicyFile&"")) it does report the correct physical directory of the security file.
     
    Does any of this help?
    Thanks
    Shawn
View Complete Thread