Release 20050912 give this error on mono1.1.8.3

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.
9/11/2005 5:01:19 PM
Gravatar
Total Posts 15

Re: Release 20050912 give this error on mono1.1.8.3

Not sure what other info to give other then this was on 1.1.8.3 of mono.


2005-09-11 20:25:02,380 [22342576] ERROR mojoPortal.Web.Global [/Default.aspx] - www.gearcc.com
System.Web.HttpException: Property Target not found in System.Data.Common.DbDataRecord
in <0x000e5> System.Web.UI.DataBinder:GetPropertyValue (System.Object container, System.String propName)
in <0x000a7> System.Web.UI.DataBinder:Eval (System.Object container, System.String expression)
in <0x00068> ASP.Links_ascx:__BuildControl__bctrl_85_DB_1 (System.Object sender, System.EventArgs e)
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
in <0x0005c> System.Web.UI.Control:OnDataBinding (System.EventArgs e)
in <0x00013> System.Web.UI.Control:DataBind ()
in <0x0006c> System.Web.UI.Control:DataBindChildren ()
in <0x00021> System.Web.UI.Control:DataBind ()
in <0x000a5> System.Web.UI.WebControls.DataList:CreateItem (Int32 itemIndex, ListItemType itemType, Boolean dataBind, System.Object dataItem)
in <0x00500> System.Web.UI.WebControls.DataList:CreateControlHierarchy (Boolean useDataSource)
in <0x0003f> System.Web.UI.WebControls.BaseDataList:OnDataBinding (System.EventArgs e)
in <0x00013> System.Web.UI.WebControls.BaseDataList:DataBind ()
in <0x0018f> mojoPortal.Web.LinksModule:Page_Load (System.Object sender, System.EventArgs e)
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
in <0x0005c> System.Web.UI.Control:OnLoad (System.EventArgs e)
in <0x00026> System.Web.UI.Control:LoadRecursive ()
in <0x00083> System.Web.UI.Control:LoadRecursive ()
in <0x00083> System.Web.UI.Control:LoadRecursive ()
in <0x00083> System.Web.UI.Control:LoadRecursive ()
in <0x00083> System.Web.UI.Control:LoadRecursive ()
in <0x00083> System.Web.UI.Control:LoadRecursive ()
in <0x00149> System.Web.UI.Page:InternalProcessRequest ()
in <0x000a9> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext context)
in <0x00233> System.Web.HttpApplication+ExecuteHandlerState:Execute ()
in <0x0007c> System.Web.HttpApplication+StateMachine:ExecuteState (IStateHandler state, System.Boolean readysync)
9/11/2005 5:59:25 PM
Gravatar
Total Posts 18439

Re: Release 20050912 give this error on mono1.1.8.3

Was this a clean install or an upgrade? What db?

Looks like the mp_Links table doesn't have the "Target" column, try adding that if its missing and put a default like '_blank'

Joe
9/11/2005 6:15:22 PM
Gravatar
Total Posts 15

Re: Release 20050912 give this error on mono1.1.8.3

You hit the nail on the head. I the last upgrade script and the site came right to life. For some reason I though I was already on the last release. Must be old age my mind is slipping/

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