Opened 18 years ago
Closed 13 years ago
#769 closed Bug (invalid)
connector.aspx not works with masterpage at root web.config
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | |
Keywords: | SF | Cc: |
Description (last modified by )
Hai friends, My name is Biju Thomas and i am using the latest version of fck editor. It is very useful and helpful
The problem is that i am using web.config file(root folder) to configure the master page and theme for all web pages in the web site and when i try to load the image browser by clicking the insert/edit image button and the click the browse server button the resource browser window appears with an error message 'error on page' at the status bar of the window.
There is no problem if we set the master page at the page level(for each page) instead of site level(using web.config file in the root folder).
I created a web.config file in FCK Editor folder with the following lines
<?xml version="1.0" encoding="utf-8"?> <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v 2.0"> <system.web> <identity impersonate="false" /> <pages masterPageFile="" theme="" /> </system.web> </configuration>
but this is also shows the same arror messge and directory and folders are not listing at all
I also tried to set it at the page level in connector.aspx like
<%@ Page Language="c#" Inherits="FredCK.FCKeditorV2.FileBrowserConnector" AutoEventWireup="false" MasterPageFile="" Theme="" %>
but it is not working
Please help me. Very urgent
Thanks in advance
Biju Thomas Web Application Developer SB College, Changanacherry Web : www.sbcollege.org
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1545764&group_id=75348&atid=543653
Change History (4)
comment:1 Changed 18 years ago by
Description: | modified (diff) |
---|---|
Reporter: | changed from Martin Kou to anonymous |
comment:2 Changed 17 years ago by
Component: | General → Server : ASP.Net |
---|
comment:3 Changed 17 years ago by
Keywords: | Confirmed added |
---|
comment:4 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
There is a new ASP.NET control available: CKEditor for ASP.NET. The issue is no longer valid as the new control does not have the built-in file browser and the old one is no longer maintained.