BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportGeneral SupportGeneral Support404 on text editor in 0.8.188.0404 on text editor in 0.8.188.0
Previous
 
Next
New Post
5/5/2010 6:35 AM
 

With 0.8.188.0 I got a 404 on the Description and Comment parts of an issue (edit or create).

See screenshot: img188.imageshack.us/img18

I have tried to read and search about it but could not find a solution that would fit my particular situation.

Thanks in advance for any help or suggestions.

 
New Post
5/5/2010 6:41 AM
 
nlstart wrote:

With 0.8.188.0 I got a 404 on the Description and Comment parts of an issue (edit or create).

See screenshot: img188.imageshack.us/img18

I have tried to read and search about it but could not find a solution that would fit my particular situation.

Thanks in advance for any help or suggestions.

Please see this thread for the solution to your problem http://bugnetproject.com/Forums/tabid...


Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
5/5/2010 8:03 AM
Accepted Answer 

I can confirm that this change in Web.config solved it:

<HtmlEditorProvider defaultProvider="FckHtmlEditorProvider">
<providers>
<add name="TextboxHtmlEditorProvider" type="BugNET.Providers.HtmlEditorProviders.TextboxHtmlEditorProvider, BugNET.Providers.TextboxHtmlEditorProvider" Height="250" Width="100%"/>
<add name="FckHtmlEditorProvider" type="BugNET.Providers.HtmlEditorProviders.FckHtmlEditorProvider, BugNET.Providers.FckHtmlEditorProvider" Height="250" Width="100%" ToolbarSet="Default" Skin="Silver" BasePath="/FCKEditor/"/>
</providers>
</HtmlEditorProvider>

 
New Post
7/1/2010 3:05 PM
 
Please help me to solve this, I have the same problem, I am use the BugNET 0.8.193 and my web.config is like this:

<HtmlEditorProvider defaultProvider="FckHtmlEditorProvider">
        <providers>
            <add name="TextboxHtmlEditorProvider" type="BugNET.Providers.HtmlEditorProviders.TextboxHtmlEditorProvider, BugNET.Providers.TextboxHtmlEditorProvider" Height="250" Width="100%"/>
            <add name="FckHtmlEditorProvider" type="BugNET.Providers.HtmlEditorProviders.FckHtmlEditorProvider, BugNET.Providers.FckHtmlEditorProvider" Height="250" Width="100%" ToolbarSet="Default" Skin="Silver" BasePath="/FCKEditor/"/>
        </providers>
    </HtmlEditorProvider>

Please help me!!!!

Regards,
Andy

 
Previous
 
Next
HomeHomeSupportSupportGeneral SupportGeneral Support404 on text editor in 0.8.188.0404 on text editor in 0.8.188.0


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.