Error with authorise user email link when not signed in

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.
2/25/2013 2:51:22 AM
Gravatar
Total Posts 537
feet planted firmly on the ground

Error with authorise user email link when not signed in

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)

 

 

2/25/2013 9:59:23 AM
Gravatar
Total Posts 18439

Re: Error with authorise user email link when not signed in

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

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