/Admin/RoleManager.aspx 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.
5/3/2007 11:21:02 AM
Gravatar
Total Posts 488

/Admin/RoleManager.aspx exception

When trying to access /Admin/RoleManager.aspx page from the admin menu an unhandled exception is thrown:

System.IndexOutOfRangeException: Field not found

Stack trace:

[IndexOutOfRangeException: Field not found]
mojoPortal.Web.Global.HandleException(Exception ex) in F:\Billing\mojoPortal SVN\Web\Global.asax.cs:363
mojoPortal.Web.Global.Application_Error(Object sender, EventArgs e) in F:\Billing\mojoPortal SVN\Web\Global.asax.cs:285
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.HttpApplication.RaiseOnError() +182

5/3/2007 11:47:39 AM
Gravatar
Total Posts 18439

Re: /Admin/RoleManager.aspx exception

Sounds like a sql error but I am not seeing it here. Which db?

Thanks,

Joe

5/3/2007 1:02:15 PM
Gravatar
Total Posts 18439

Re: /Admin/RoleManager.aspx exception

I found this was happening only in pgsql. i've fixed it and will have it in svn in a few minutes.

Thanks,

Joe

5/4/2007 5:15:42 AM
Gravatar
Total Posts 488

Re: /Admin/RoleManager.aspx exception

Thanks, it works now.

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