Re: path issue

  •  09-26-2011, 4:38 PM

    Re: path issue

    Hi JavedBoqo ,
     
    If remove the setting, does it work?
     
    If you ensure that the location and permission correct. Please try the way below
     
    1.    Open file “\cuteeditor_files\Dialogs\Include_Security.php”

    2.    Find section below and delete/comment it

        if ($CESecurity=="")
        {
            print "The area you are attempting to access is forbidden";
            exit();
        }    
      if ($CESecurity!=$_SESSION['CESecurity'])
        {
            print "The area you are attempting to access is forbidden";
            exit();
        }
     
    Regards,
     
    Ken
View Complete Thread