Cute Editor behind Apache Authentiction Issues

Last post 11-30-2011, 7:19 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  11-29-2011, 6:41 AM 71700

    Cute Editor behind Apache Authentiction Issues

    Hi,
     
    I've been using cute editor, and I recently added apache authentication on the Admin area where the cute editor is being used and I'm now experiencing a fair few issues.
     
    1) Flash : The upload task is interrupted! http 401. 
    2) The area you are attempting to access is forbidden.
     
    These issues are when I use the "Insert Image" functionality.
     
    Is there anywhere in the config to set the authentication username and password to validate these calls?
     
    Or any other way to fix these issues?
     
    Its a Linux/PHP environment.
     
    Martin. 
  •  11-29-2011, 7:30 AM 71704 in reply to 71700

    Re: Cute Editor behind Apache Authentiction Issues

    Hi martinoleary,
     
     1) Flash : The upload task is interrupted! http 401. 
     
    I think it cause by the anonymous authentication is disabled
     
    2) The area you are attempting to access is forbidden.
     
    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 
     
  •  11-29-2011, 8:22 AM 71707 in reply to 71704

    Re: Cute Editor behind Apache Authentiction Issues

    Hi Ken,
     
    Thanks for your reply.
     
    I've done that with the security before hand, was wondering if there was a solution where I'd keep this in place. I'm not too worried about it though.
     
    In relation to the anonymous authentication, any idea how to disable this quickly on apache linux? 
     
    Martin. 
  •  11-30-2011, 7:19 AM 71728 in reply to 71707

    Re: Cute Editor behind Apache Authentiction Issues

    Hi martinoleary,
     
     
    Regards,
     
    Ken 
View as RSS news feed in XML