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:
2.3.9.5 on SQL and .Net 4.
I have a site that requires authorisation of new users. This works fine, except when not already signed in on the site, when following the link produces an error (under this URL https://mysite.com/Error.htm?aspxerrorpath=/Admin/ManageUsers.aspx) and this in the system log:
2013-02-25 08:43:08,665 ERROR 82.69.43.209 - en-GB - /Admin/ManageUsers.aspx?userid=164 - mojoPortal.Web.Global - Referrer(none) useragent Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0) System.NullReferenceException: Object reference not set to an instance of an object. at mojoPortal.Web.AdminUI.ManageUsers.LoadSettings() at mojoPortal.Web.AdminUI.ManageUsers.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Thanks for the bug report. I was able to reproduce the problem and fix it so that it will instead redirect you to the login page and then back to the manageuser page after signing in. This will be fixed int he next release.
Best,
Joe