Website Errors

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/11/2012 7:30:35 PM
Gravatar
Total Posts 355

Re: Website Errors

Yay for you! Are all other site-generated e-mails (contact form, etc) working?

8/11/2012 10:27:41 PM
Gravatar
Total Posts 55

Re: Website Errors

My boss tried to log-in, but she can't. She's an admin also. I tried to recover her password, but apparently she's not registered. I see her on the member list. I tried to change password and this is what I got:

Server Error in '/' Application.

Operation is not valid due to the current state of the object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Operation is not valid due to the current state of the object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[InvalidOperationException: Operation is not valid due to the current state of the object.]
System.Web.HttpValueCollection.ThrowIfMaxHttpCollectionKeysExceeded() +2420762
System.Web.HttpValueCollection.FillFromEncodedBytes(Byte[] bytes, Encoding encoding) +58
System.Web.HttpRequest.FillInFormCollection() +159

[HttpException (0x80004005): The URL-encoded form data is not valid.]
System.Web.HttpRequest.FillInFormCollection() +217
System.Web.HttpRequest.get_Form() +104
System.Web.HttpRequest.get_HasForm() +9038879
System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +97
System.Web.UI.Page.DeterminePostBackMode() +69
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +135

8/11/2012 10:39:56 PM
Gravatar
Total Posts 355

Re: Website Errors

Check out Joe's explanation of that error here:

http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=9&thread=9774&pagenumber=1

8/11/2012 11:18:11 PM
Gravatar
Total Posts 55

Re: Website Errors

Thanks, the error is gone.

But, I can't edit my boss' information at all. The site reports her on the Member List, but only if you search for her. If I try to delete her account, all her information is still present. I have not locked her out either. This is really weird.

 

 

8/12/2012 4:49:39 PM
Gravatar
Total Posts 355

Re: Website Errors

Try creating a new test account with the same permissions, and see if you're able to see and interact with the test account, and log in with it.

8/12/2012 9:01:26 PM
Gravatar
Total Posts 55

Re: Website Errors

Things work fine now.

Also, I'm curious on how to make the site map look normal (similar to MojoPortal's site map because the site map on my site looks really bad and I'm trying to fix it: http://www.parentjobnet.org/SiteMap.aspx

 

8/12/2012 9:25:36 PM
Gravatar
Total Posts 355

Re: Website Errors

You'll need to edit the Asp.Net TreeView CSS. Use FireFox and FireBug to identify which elements you want to change, and how you want it to look, then make the edits in the appropriate CSS.

Oh, and try substituting this for .topnav ul:

.topnav ul {
display: inline;
float: right;
margin: 0;
padding: 0;
width: 280px;
}

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