Opened 17 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 Martin Kou)

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 17 years ago by Martin Kou

Description: modified (diff)
Reporter: changed from Martin Kou to anonymous

comment:2 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Component: GeneralServer : ASP.Net

comment:3 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: Confirmed added

comment:4 Changed 13 years ago by Wiktor Walc

Resolution: invalid
Status: confirmedclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy