Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorEdit Image - Browse Server - Forced LoginEdit Image - Browse Server - Forced Login
Previous
 
Next
New Post
12/21/2007 3:35 PM
 
  • DNN Version: 04.07.00
  • Dot.Net Framework: 2.0.50727.832

I have a very odd error. My portal has 10 sub-portals. For several of the sub-portals the functionality is just as it should be. On two of my sub-portals the following occurs.

  1. Edit a Text/HTML module.
  2. Select Insert/Edit Image from the FCK Editor tool bar and the image propery dialog box opens as expected.
  3. Select Brows Server and A widow opens with my login page instead of the gallery browser.
  4. If I try to login it takes me to a different page on either sub-portal that is not working.

On my browser I have popups turned off. (should not be an issue becaues it is popping up a window)
I have checked the two directories in question \webiste\Portals\0 and \website\Portals\8 and there does not seem to be any differences in security.

Does anyone have any other suggestions on what I should be looking for. This seems to be to be some sort of issue with security. I am not seeing anything logged in the event viewer.

Thanks in advance for any help given.


Mark A. Lutz, System Admin / Developer sir_eggbert@hotmail.com
 
New Post
12/25/2007 9:34 PM
 

First, try to determine if your problem is your DN configuration or your browser configuration. You may try from a different machine and see if the same behavior is there.


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
New Post
12/26/2007 3:18 PM
 

Yes the described behavior is the same reguardless of the browser being used. It was tested by 3 different people in different locations with different computers and browser versions.


Mark A. Lutz, System Admin / Developer sir_eggbert@hotmail.com
 
New Post
1/3/2008 9:25 PM
 

Can you allow me to try?. Also, what version of provider is being used?


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
New Post
1/10/2008 5:03 AM
Accepted Answer 

I have figured out what the issue was and wanted to post it here incase someone else has a simular problem. We are using a SEO package from DNNMasters. Part of what this tool does is to re-write the url's based on the tab names for better page ranking. The problem is that it was trying to re-write some of the pop-up urls that are used by the text/html editor. The DNNMasters SEO package provides the ability to exclude pages from from this process. You will need to edit the web.config file in the DNNMastersSEOConfig section. The three files fckimagegallery.aspx, fcklinkgallery.aspx, FckHtmlEditorOptions.aspx need to be excluded.

  <DNNMastersSEOConfig>
    <EnableFullPath>false</EnableFullPath>
    <Extension>.aspx</Extension>
    <ReplaceSpacesWith>-</ReplaceSpacesWith>
    <KeepAliveRequestMinutes>1</KeepAliveRequestMinutes>
    <KeepAliveEnabled>true</KeepAliveEnabled>
    <KeepAliveUrls>
      <url>http://www.xxxxxxx.com</url>
      <!--url>http://www.mydomain2.com</url-->
    </KeepAliveUrls>
    <IpToDomainName>localhost</IpToDomainName>
    <!-- redirect IP to domain -->
    <DomainReplace>
      <!-- replace/redirect domain names (portal aliases) -->
      <Rule>
        <!--LookFor>mydomain.com</LookFor>
      <SendTo>www.mydomain.com</SendTo-->
      </Rule>
    </DomainReplace>
    <ExcludePages>
      <!-- exclude URLs from rewrite -->
      <page>fckimagegallery.aspx</page>
      <page>fcklinkgallery.aspx</page>
      <page>FckHtmlEditorOptions.aspx</page>
    </ExcludePages>

  </DNNMastersSEOConfig>

 


Mark A. Lutz, System Admin / Developer sir_eggbert@hotmail.com
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorEdit Image - Browse Server - Forced LoginEdit Image - Browse Server - Forced Login


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out