BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
ForumForumSupportSupportGeneral SupportGeneral Support"Security Error" when trying to upload a file."Security Error" when trying to upload a file.
Previous Previous
 
Next Next
New Post
 8/11/2009 5:22 PM
 

I am not able to upload any files on a fresh installation of BugNet.  When I select a file to attach to an issue, all I get is the message "Security Error" and nothing else.  This happens regardless of the file type or size.  Any clue?

New Post
 8/12/2009 8:16 AM
 

ben33333 wrote
 

I am not able to upload any files on a fresh installation of BugNet.  When I select a file to attach to an issue, all I get is the message "Security Error" and nothing else.  This happens regardless of the file type or size.  Any clue?

I am also having this problem.. I tried Database Storage as well as FileServer storage.  I Increased the alotted size to 200 MB

And I was only uploading a 30k JPG 

Please help us.

New Post
 8/12/2009 11:29 AM
 

I've been trying to figure this out a bit more and it appears to be related to using WindowsSAM authentication.  When trying to upload, the connection made tries to authenticate using anonymous access, which fails and causes the error.  Is there any way to work around this?

New Post
 8/13/2009 7:20 AM
 
 Modified By rsantos  on 8/13/2009 7:37:20 AM

I Solved this problem...

Open file :   Issues\UserControls\Attachements.ascx 

Go to line 64

Replace  upload_url: "http://localhost/BugNET/Issues/UploadAttachment.aspx", // Relative to the SWF file

With your full domain...   This line tells the flash uploader where to push the file.

Worked for me.

 

 

 

New Post
 8/13/2009 10:01 AM
 

I did see the error for the upload_url last night.  Changing it to my server name allows the upload to complete, but the file does not appear on the server and no entry is made in the database for the attachment.

However, using the server name is not a viable solution for me, since some of our developers must be able to access the bug tracking server from outside the LAN.

I have been trying to follow the direction in the forum at http://swfupload.org/forum/generaldiscussion/1183 but have not any success with the suggestions there.

Is there any way to work around this?  Can I use some other method to upload a file that accepts Windows SAM authentication?

Previous Previous
 
Next Next
ForumForumSupportSupportGeneral SupportGeneral Support"Security Error" when trying to upload a file."Security Error" when trying to upload a file.

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.