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
4/22/2010 11:55 PM
 

Hi

I've just upgrated to version BugNET 0.8.186.0 (RC3).
When I open a issue, the error The page cannot be found is shown at Description and Comments.
All the other tabs is fine.

Looks to me like a path to the editor is invalid?

Can it be because I did not install it using the default path?
Also, I did not create a virtual directory for BugNET - I just created a new "Web Site" in IIF v6.


Make sure you have created a virtual directory on your local IIS which points to the folder that you have extracted the files in step 1 (e.g C:\BugNet). (e.g the url should be http://localhost/BugNet)

 
New Post
4/23/2010 2:19 AM
 

Looks like the FCKEditor changed the behavior. You can see it here: http://www.bugnetproject.com/Forums/t...

You can fix this by changing this line of the web.config file:

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

The BasePath, in your case, should be something like BasePath="/BugNET/FCKEditor/".

Hope it helps.

Bye.
Edoardo.

 
New Post
4/23/2010 2:28 AM
 

Thank you very much epinci .
BasePath="/BugNET/FCKEditor/" did not work, but BasePath="/FCKEditor/" did

 
New Post
4/24/2010 2:30 PM
 

This may help others...
For the no comments "The page cannot be found" problem.

To fix this on my installation , I just needed to add a single slash before BugNET like this.

BasePath="/FCKEditor/"

 
New Post
7/1/2010 3:15 PM
 
I mantein the same problem, also if a put the slash before... Please help me.

This is my web.config:

<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>
 
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.