Opened 18 years ago

Last modified 14 years ago

#769 closed Bug

connector.aspx not works with masterpage at root web.config — at Initial Version

Reported by: Martin Kou Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version:
Keywords: SF Cc:

Description

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

Change History (0)

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