BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
ForumForumSupportSupportGeneral SupportGeneral Support404 on text editor in 0.8.188.0404 on text editor in 0.8.188.0
Previous Previous
 
Next Next
New Post
 5/5/2010 5:35 AM
 
 Modified By nlstart  on 5/5/2010 6:35:33 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 5: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...


follow me on twitter
Davin Dubeau - Core Developer
New Post
 5/5/2010 7:03 AM
Accepted Answer 
 Modified By nlstart  on 5/5/2010 8:07:31 AM

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 2:05 PM
 
 Modified By virux  on 7/1/2010 3:07:48 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 Previous
 
Next Next
ForumForumSupportSupportGeneral 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.