Upgrade to 2.4.0.4 error with MySql

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.
10/13/2014 2:12:04 AM
Gravatar
Total Posts 23

Upgrade to 2.4.0.4 error with MySql

I get this error, when I click to edit forum message:

2014-10-13 11:02:37,212 ERROR 82.198.171.164 - es-ES - /Forums/EditPost.aspx?pageid=66&mid=111&postid=89&thread=32&forumid=1&pagenumber=1 - mojoPortal.Web.Global - 82.198.171.164 /Forums/EditPost.aspx?pageid=66&mid=111&postid=89&thread=32&forumid=1&pagenumber=1 Referrer(http://gnostika.ru/Forums/Thread.aspx?pageid=66&t=32~1) useragent Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36 
System.Web.HttpException (0x80004005): DataBinding: 'System.Data.Common.DataRecordInternal' does not contain a property with the name 'NotificationSent'.
   at System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName)
   at System.Web.UI.DataBinder.Eval(Object container, String[] expressionParts)
   at ASP.forums_controls_postlist_ascx.__DataBinding__control4(Object sender, EventArgs e)
   at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
   at System.Web.UI.Control.DataBindChildren()
   at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
   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 mojoPortal.Web.ForumUI.PostList.PopulateControls()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

but, in this column already exists:

http://joxi.ru/5Xo7VIwyTJCNeWFOoTs

10/14/2014 2:41:11 PM
Gravatar
Total Posts 18439

Re: Upgrade to 2.4.0.4 error with MySql

Hi,

Thanks for the bug report. This bug is now fixed in the source code repository so it will be fixed in the next release.

There is a temporary workaround that will prevent the error. You can edit the file /Forums/EditPost.aspx

look for this:

<forum:PostList id="postList" runat="server" UseReverseSort="true" />

change UseReverseSort to false, the posts below the editor will be sorted differently but there will be no error.

Thanks,

Joe

10/15/2014 12:33:09 AM
Gravatar
Total Posts 23

Re: Upgrade to 2.4.0.4 error with MySql

Thanks Joe, it worked.

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