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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
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
Sounds like a sql error but I am not seeing it here. Which db?
Thanks,
Joe
I found this was happening only in pgsql. i've fixed it and will have it in svn in a few minutes.
Thanks, it works now.