Ticket #769 (new Bug)

Opened 16 months ago

Last modified 7 months ago

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 Confirmed Cc:

Description (last modified by martinkou) (diff)

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

Changed 16 months ago by martinkou

  • description modified (diff)
  • reporter changed from martinkou to anonymous

Changed 12 months ago by alfonsoml

  • component changed from General to Server : ASP.Net

Changed 7 months ago by fredck

  • keywords Confirmed added
Note: See TracTickets for help on using tickets.