Ticket #2887 (closed Bug: expired)
Permisson denied when clicking on a file in the Resources Browser window
| Reported by: | damonster | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Server : ASP.Net | Version: | FCKeditor 2.6.3 |
| Keywords: | Cc: |
Description
Using .NET and FCK editor v2.6.3.22451
I can upload files just fine but when I try to click on them I get an error: Permission Denied in the javascript on this line in the "frmresourceslist.html":
window.top.opener.SetUrl( encodeURI( fileUrl ).replace( '#', '%23' ) ) ;
I'm using FCK edit from admin.domainname.com to www.domainname.com. I have everything setup properly (i think), the files are being uploaded to the proper domain.
Change History
Note: See
TracTickets for help on using
tickets.

The version of the .NET dll file is v2.6.3.22451 while the other supporting files are all version 2.6.4 recently downloaded.