UserProfile page rendering terminates early

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.
3/19/2006 3:50:00 PM
Gravatar
Total Posts 8

UserProfile page rendering terminates early

The user profile stops rendering the page after the avatar line so Time Offset, sig and update button aren't visible. This is on Ubuntu, mono 1.1.13.4 and apache2.

I'm using MySQL 5.*. The problem does not occur on my dev machine with .NET, IIS and MySQL.

What should I look at to figure this out...or does someone already have a solution.

Jae
3/19/2006 3:55:04 PM
Gravatar
Total Posts 8

Re: UserProfile page rendering terminates early

Replying to my own post. I noticed that selecting from the list of avatars does not change the image as it is supposed to. This is with the latest RELEASED version of mojoPortal.

*edit*
Just noticed that the mono demo throws an exception which is probably related:

Unhandled HttpException while processing NeatUpload child request

Description: Error processing request.

Error Message: HTTP 500. Unhandled HttpException while processing NeatUpload child request

Stack Trace:
System.Web.HttpException: DropDownList only may have a single selected item
in <0x00188> System.Web.UI.WebControls.DropDownList:RenderContents (System.Web.UI.HtmlTextWriter writer)
in <0x00023> System.Web.UI.WebControls.WebControl:Render (System.Web.UI.HtmlTextWriter writer)
in <0x00099> System.Web.UI.Control:RenderControl (System.Web.UI.HtmlTextWriter writer)
in <0x00718> ASP.UserProfile_aspx:__Render_pnlProfile (System.Web.UI.HtmlTextWriter __output, System.Web.UI.Control parameterContainer)
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_HtmlTextWriter_Control (System.Web.UI.HtmlTextWriter,System.Web.UI.Control)
in <0x00026> System.Web.UI.Control:RenderChildren (System.Web.UI.HtmlTextWriter writer)
in <0x00011> System.Web.UI.Control:Render (System.Web.UI.HtmlTextWriter writer)
in <0x0000d> System.Web.UI.WebControls.WebControl:RenderContents (System.Web.UI.HtmlTextWriter writer)
in <0x00023> System.Web.UI.WebControls.WebControl:Render (System.Web.UI.HtmlTextWriter writer)
in <0x00099> System.Web.UI.Control:RenderControl (System.Web.UI.HtmlTextWriter writer)
in <0x00074> System.Web.UI.Control:RenderChildren (System.Web.UI.HtmlTextWriter writer)
in <0x00011> System.Web.UI.Control:Render (System.Web.UI.HtmlTextWriter writer)
in <0x0000d> System.Web.UI.WebControls.WebControl:RenderContents (System.Web.UI.HtmlTextWriter writer)
in <0x00023> System.Web.UI.WebControls.WebControl:Render (System.Web.UI.HtmlTextWriter writer)
in <0x00099> System.Web.UI.Control:RenderControl (System.Web.UI.HtmlTextWriter writer)
in <0x00074> System.Web.UI.Control:RenderChildren (System.Web.UI.HtmlTextWriter writer)
in <0x00023> System.Web.UI.HtmlControls.HtmlContainerControl:Render (System.Web.UI.HtmlTextWriter writer)
in <0x00099> System.Web.UI.Control:RenderControl (System.Web.UI.HtmlTextWriter writer)
in <0x002bf> ASP.layout_ascx:__Render_frmMain (System.Web.UI.HtmlTextWriter __output, System.Web.UI.Control parameterContainer)
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_HtmlTextWriter_Control (System.Web.UI.HtmlTextWriter,System.Web.UI.Control)
in <0x00026> System.Web.UI.Control:RenderChildren (System.Web.UI.HtmlTextWriter writer)
in <0x00055> System.Web.UI.HtmlControls.HtmlForm:RenderChildren (System.Web.UI.HtmlTextWriter w)
in <0x00023> System.Web.UI.HtmlControls.HtmlContainerControl:Render (System.Web.UI.HtmlTextWriter writer)
in <0x0000d> System.Web.UI.HtmlControls.HtmlForm:Render (System.Web.UI.HtmlTextWriter w)
in <0x00099> System.Web.UI.Control:RenderControl (System.Web.UI.HtmlTextWriter writer)
in <0x00074> System.Web.UI.Control:RenderChildren (System.Web.UI.HtmlTextWriter writer)
in <0x00023> System.Web.UI.HtmlControls.HtmlContainerControl:Render (System.Web.UI.HtmlTextWriter writer)
in <0x00099> System.Web.UI.Control:RenderControl (System.Web.UI.HtmlTextWriter writer)
in <0x00074> System.Web.UI.Control:RenderChildren (System.Web.UI.HtmlTextWriter writer)
in <0x00011> System.Web.UI.Control:Render (System.Web.UI.HtmlTextWriter writer)
in <0x00099> System.Web.UI.Control:RenderControl (System.Web.UI.HtmlTextWriter writer)
in <0x002f1> System.Web.UI.Page:InternalProcessRequest ()
in <0x000a4> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext context)
3/20/2006 2:53:31 AM
Gravatar
Total Posts 18439

Re: UserProfile page rendering terminates early

Hmm,

I'll have to look into this, it may be a mono regression.

Joe
3/20/2006 2:28:37 PM
Gravatar
Total Posts 8

Re: UserProfile page rendering terminates early

Ok thanks...one thing with Mono that is a little frusturating is that things will work, and then they won't after an update. We may want to have some kind of regression testing with results posted here so that people know what version of Mono they are safe with. I know the Novell folks want everyone to use the 'latest', but I don't want to break my site once it is up and running!

I really appreciate your effort and look forward to some contribs of my own.

Jae
3/20/2006 4:18:07 PM
Gravatar
Total Posts 18439

Re: UserProfile page rendering terminates early

I'm still seeing this error on my demo site after updating mono to the latest version from svn so I posted it on the monodev mailing list. I'll report more when I know it.

Cheers,

Joe
3/22/2006 4:15:44 PM
Gravatar
Total Posts 18439

Re: UserProfile page rendering terminates early

This is now fixed on my mono demo site and the fix is commited to svn trunk.

I blogged about it here if too.

Cheers,

Joe
3/22/2006 6:26:01 PM
Gravatar
Total Posts 8

Re: UserProfile page rendering terminates early

Great news, I'll grab it...thanks.
You must sign in to post in the forums. This thread is closed to new posts.