BugNET

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

BugNET Forums

 
ForumForumSupportSupportGeneral SupportGeneral SupportSome errors in version 0.8.140.0 (RC1)Some errors in version 0.8.140.0 (RC1)
Previous Previous
 
Next Next
New Post
 12/24/2009 1:00 AM
 

We recently upgraded from version 0.7.942.0 to version 0.8.140.0 (RC1). The upgrade was successful but we are getting some errors, and sends an error notification email with the following details:

  1. On the Project Administration page, if you click on the "Mailboxes link", it generates this error:

2009-12-24 09:38:15,093 [10] ERROR BugNET.Global [(null)] - Application Error

System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NotImplementedException: The method or operation is not implemented.

at BugNET.DataAccessLayer.SqlDataProvider.GetMailboxsByProjectId(Int32 projectId)

at BugNET.BusinessLogicLayer.ProjectMailbox.GetMailboxsByProjectId(Int32 projectId)

at BugNET.Administration.Projects.UserControls.Mailboxes.BindMailboxes()

at BugNET.Administration.Projects.UserControls.Mailboxes.Initialize()

at BugNET.Administration.Projects.EditProject.LoadTab(Int32 selectedTab)

at BugNET.Administration.Projects.EditProject.Page_Load(Object sender, EventArgs e)

at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)

at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)

at System.Web.UI.Control.OnLoad(EventArgs e)

at BugNET.UserInterfaceLayer.BasePage.OnLoad(EventArgs e)

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

--- End of inner exception stack trace ---

at System.Web.UI.Page.HandleError(Exception e)

at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

at System.Web.UI.Page.ProcessRequest()

at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)

at System.Web.UI.Page.ProcessRequest(HttpContext context)

at ASP.administration_projects_editproject_aspx.ProcessRequest(HttpContext context)

at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

2. On the "Application Configuration" page, "Basic Settings" section, the Welcome Message does not show the editor, but displays a 404 message:

Oops! This link appears to be broken.

Suggestion:

  • Search on Google:

The upgrade instructions only mention copying the installationDate key from the appSettings section in the web.config of the older version, what about the other appSettings keys, are these not needed in version 0.8.140.0? These are:

<add key="FCKeditor:BasePath" value="~/UserControls/FCKeditor/" />
<add key="assembly" value="System.Data" />
<add key="connection" value="System.Data.SqlClient.SqlConnection" />
<add key="command" value="System.Data.SqlClient.SqlCommand" />
<add key="dataadapter" value="System.Data.SqlClient.SqlDataAdapter" />
<add key="parameter" value="System.Data.SqlClient.SqlParameter" />

We actively use bugnet and simple love it! I thought I should report these problems so that you have a chance to fix these for 0.8.140.0 final release. Could you please let me know if I can do something on my end to fix some/all of the above issues?

Thanks

New Post
 1/4/2010 12:06 PM
Accepted Answer 
  1. This issue is reported as # 1128
  2. Adding the basepath attribute to the html editor configuration should fix this error.

You can remove those appsettings, they are not used anymore.

Thanks for the comments and feedback :)


Davin Dubeau
BugNET - Core Developer
twitter.com/bugnetproject

New Post
 1/5/2010 7:44 AM
 

Thanks! Adding the BasePath did the trick!

New Post
 1/7/2010 6:09 AM
 

Having the same issue. Have tried adding basepath but it doesn't seem to have resolved it.

Here's the webconfig section:

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

Here's the runtime:

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NotImplementedException: The method or operation is not implemented.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[NotImplementedException: The method or operation is not implemented.]
   BugNET.DataAccessLayer.SqlDataProvider.GetMailboxsByProjectId(Int32 projectId) +28
   BugNET.BusinessLogicLayer.ProjectMailbox.GetMailboxsByProjectId(Int32 projectId) +23
   BugNET.Administration.Projects.UserControls.Mailboxes.BindMailboxes() +17
   BugNET.Administration.Projects.UserControls.Mailboxes.Initialize() +14
   BugNET.Administration.Projects.EditProject.LoadTab(Int32 selectedTab) +314
   BugNET.Administration.Projects.EditProject.Page_Load(Object sender, EventArgs e) +2692
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   BugNET.UserInterfaceLayer.BasePage.OnLoad(EventArgs e) +15
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

Server Error in '/BugNET' Application.

The method or operation is not implemented.


Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074

New Post
 1/15/2010 8:49 AM
 

This issue is still there in RC2.

The default RC2 configuration had the BasePath key in, but generated 404 errors on the editor in issues. I had to update the key to: BasePath="FCKEditor/" before it would not show a 404.

IIS7, Windows Authentication, AppPool in classic mode, site url is http://servername/BugNET/

Previous Previous
 
Next Next
ForumForumSupportSupportGeneral SupportGeneral SupportSome errors in version 0.8.140.0 (RC1)Some errors in version 0.8.140.0 (RC1)

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.