MemberList.aspx throws an unhandled exception

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.
6/4/2007 5:15:11 PM
Gravatar
Total Posts 18

MemberList.aspx throws an unhandled exception

I just downloaded latest code from svn.

1. When I'm logging in as Admin and trying to get list of all users, I get unhandled data binding exception. After uncommenting this.rpt.Users.DataDind();, I have put it in try{}catch{} brackets. Then I have put in try{}catch{} brackets this.DataBind(); too. Now it works. It looks like this.DataBind(); is not suitable here for some reason.

 

2. In the list of users I have one, who was not able to finish registration via e-mail. Now I want to activate him from admin menu and there is no such button. I have unblocked him, but this user still is not able to login. Portal says "user did not validate his registration via e-mail, so I will not login him". And there is no "re-send validation e-mail" button also. Please, put one more button on the user settings page that will allow adminstrators to force new user's activation. Thank you in advance!

 

3. How is it possible to become official mojoPortal developer and to get possibility to commit code changes in SVN? I just want to save your time for code changes like "pair of try{} catch{} blocks". And, of couse, I'll be happy to make some more advanced and useful changes when become more familiar with source code and mojoPortal internals.

 

With the best wishes,

CarGa.

 

 

6/4/2007 7:17:27 PM
Gravatar
Total Posts 18

Re: MemberList.aspx throws an unhandled exception

The same issue with ForumView.aspx and ForumModuleEditSubscriptions.aspx.

CarGa

PS Please, excuse me for reporting this if you began developing new feature and it is not completed yet...

6/5/2007 9:20:27 AM
Gravatar
Total Posts 18439

Re: MemberList.aspx throws an unhandled exception

Hi CarGa,

Someone else also reported this yesterday and these issues should now be fixed if you do svn update then rebuild with MonoDevelop.

For contributing, you can create svn patch files and email them to me (joe dot audette at gmail dot com), I will review and commit or else provide feedback. For big changes, probably best to discuss before doing the work. To contribute new features you can send a zip of files. Over time after I get to know you and if you contribute a lot we can consider svn commit access.

Thanks,

Joe

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