ForumModuleEditSubscriptions.aspx exception

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
2/12/2007 6:39:29 PM
Gravatar
Total Posts 80

ForumModuleEditSubscriptions.aspx exception

To reproduce:

1. Add forum module to a page
2. Create some forums
3. Click "edit notifications" link

An exception is thrown:

2007-02-12 16:34:37,723 [3248] ERROR mojoPortal.Web.Global [(null)] - /ForumModuleEditSubscriptions.aspx?mid=128&pageid=66
System.InvalidCastException: Object cannot be cast from DBNull to other types.
at System.DBNull.System.IConvertible.ToDateTime(IFormatProvider provider)
at System.Convert.ToDateTime(Object value)
at ASP.forummoduleeditsubscriptions_aspx.__DataBind__control7(Object sender, EventArgs e) in c:\Inetpub\wwwroot\mojoportal\ForumModuleEditSubscriptions.aspx:line 53
at System.Web.UI.Control.OnDataBinding(EventArgs e)
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBind()
at System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem)
at System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource)
at System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e)
at System.Web.UI.WebControls.Repeater.DataBind()
at mojoPortal.Web.ForumUI.ForumModuleEditSubscriptions.PopulateControls()
at mojoPortal.Web.ForumUI.ForumModuleEditSubscriptions.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
2/12/2007 6:42:27 PM
Gravatar
Total Posts 80

Re: ForumModuleEditSubscriptions.aspx exception

The exception is not thrown if I add a post to each forum.
2/14/2007 8:30:31 PM
Gravatar
Total Posts 18439

Re: ForumModuleEditSubscriptions.aspx exception

Hi Jesse,

Sorry for the slow response, this is fixed in svn.

Thanks,

Joe
You must sign in to post in the forums. This thread is closed to new posts.