BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportUpgrading BugNE...Upgrading BugNE...BugNET 0.8.186.0 (RC3) The page cannot be foundBugNET 0.8.186.0 (RC3) The page cannot be found
Previous
 
Next
New Post
7/9/2010 7:12 AM
 
The problem seems to stem from the use of an application that is not the default application. I stumbled upon this while I was tinkering with the code, trying to get a resolution.

Essentially, you need to embed the name of the application in the BasePath setting.

For example if your application name is FooDesk and thus your test URL is http://localhost/FooDesk/ then you change the BasePath to:

BasePath="FooDesk/FCKEditor/"

I hope that helps. I would like to see the FckEditorProvider implemented with a little stronger navigation. Should this be a bug fix?

JohnnyBoy
 
New Post
7/12/2010 2:37 PM
 
Thank you very much jhonny,
The problem was solve with your recomendation, but when I try you solution the browser show me a new error, mention that the dafault name of the tool bar is not defined, but I can fix this with this new scrip.

BEFORE:
<add name="FckHtmlEditorProvider" type="BugNET.Providers.HtmlEditorProviders.FckHtmlEditorProvider, BugNET.Providers.FckHtmlEditorProvider" Height="200" Width="100%" ToolbarSet="default" Skin="default" BasePath="FCKEditor/"/>

AFTER:
<add name="FckHtmlEditorProvider" type="BugNET.Providers.HtmlEditorProviders.FckHtmlEditorProvider, BugNET.Providers.FckHtmlEditorProvider" Height="200" Width="100%" BasePath="/STR/FCKEditor/"/>
 
New Post
7/14/2010 10:14 AM
 
Mercifully Davin has removed FCKEditor and replaced it with the much newer ckeditor. This will be in the next release.

Follow me on twitter: @stewartmoss http://www.twitter.com/stewartmoss
Follow BugNETProject on twitter: @bugnetproject http://www.twitter.com/bugnetproject
 
Previous
 
Next
HomeHomeSupportSupportUpgrading BugNE...Upgrading BugNE...BugNET 0.8.186.0 (RC3) The page cannot be foundBugNET 0.8.186.0 (RC3) The page cannot be found


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.