Member List weirdness.

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
6/25/2010 11:49:33 AM
Gravatar
Total Posts 16

Member List weirdness.

I don't think this is a bug, maybe a compilation issue - anyone else seen this before?

2010-06-24 10:58:02,080 ERROR mojoPortal.Web.Global - 129.82.251.10-en-US - /MemberList.aspx
System.Web.HttpParseException: Only Content controls are allowed directly in a content page that contains Content controls. ---> System.Web.HttpException: Only Content controls are allowed directly in a content page that contains Content controls.
   at System.Web.UI.FileLevelPageControlBuilder.AppendLiteralString(String text)
   at System.Web.UI.TemplateParser.ProcessLiteral()
   --- End of inner exception stack trace ---
   at System.Web.UI.TemplateParser.ProcessException(Exception ex)
   at System.Web.UI.TemplateParser.ProcessLiteral()
   at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
   at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)

 

MemberList doesn't run at all on one of our installations and gives that error.  MemberList works fine on other installations running the same version on the same hardware (2.3.4.4).  Ideas?

6/25/2010 11:52:32 AM
Gravatar
Total Posts 16

Re: Member List weirdness.

BTW, this site has a Custom User Control.  But so does another site where the MemberList still works

6/26/2010 6:41:21 AM
Gravatar
Total Posts 18439

Re: Member List weirdness.

most likely a malformed server tag or server script in either the layout.master file or a custom usercontrol somewhere, sometimes using things like <%= %> in the wrong place can cause this kind of thing

If you are using the same files in both working and non working perhaps some file got corrupted and malformed during upload. Maybe try deploy them again.

Hope it helps,

Joe

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