RegisterConfirmGuid

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
1/2/2007 2:43:36 AM
Gravatar
Total Posts 22

RegisterConfirmGuid

Hej

Error when a new user register.
If I uncheck ‘Require E-mail Confirmation for Registration?:’ it works.
But it would be nice to confirm there email address.

 

/Tommy

[MySqlException: Parameter '?RegisterConfirmGuid' must be defined]
   MySql.Data.MySqlClient.MySqlCommand.SerializeParameter(PacketWriter writer, String parmName) +136
   MySql.Data.MySqlClient.MySqlCommand.PrepareSqlBuffers(String sql) +696
   MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() +56
   MySql.Data.MySqlClient.MySqlHelper.ExecuteNonQuery(MySqlConnection connection, String commandText, MySqlParameter[] commandParameters) +121
   MySql.Data.MySqlClient.MySqlHelper.ExecuteNonQuery(String connectionString, String commandText, MySqlParameter[] parms) +72
   mojoPortal.Data.dbPortal.SiteUser_SetRegistrationConfirmationGuid(Guid userGuid, Guid registrationConfirmationGuid) +321
   mojoPortal.Business.SiteUser.SetRegistrationConfirmationGuid(Guid registrationGuid) +173
   mojoPortal.Web.mojoMembershipProvider.CreateUser(String userName, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, Object providerUserKey, MembershipCreateStatus& status) +801
   System.Web.UI.WebControls.CreateUserWizard.AttemptCreateUser() +305
   System.Web.UI.WebControls.CreateUserWizard.OnNextButtonClick(WizardNavigationEventArgs e) +105
   System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source, EventArgs e) +453
   System.Web.UI.WebControls.CreateUserWizard.OnBubbleEvent(Object source, EventArgs e) +149
   System.Web.UI.WebControls.WizardChildTable.OnBubbleEvent(Object source, EventArgs args) +17
   System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +35
   System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +115
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +163
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102

 


--------------------------------------------------------------------------------

1/2/2007 3:10:33 AM
Gravatar
Total Posts 18439

Re: RegisterConfirmGuid

Hi Tommy,

That sounds like a bug. I will look into it and try to get it fixed soon.

Thanks,

Joe
1/5/2007 3:02:48 AM
Gravatar
Total Posts 18439

Re: RegisterConfirmGuid

Hi Tommy,

This was indeed a bug and is now fixed in svn branches/2.x and will be fixed in the next release hopefully soon.

Thanks,

Joe
1/5/2007 4:08:44 AM
Gravatar
Total Posts 22

Re: RegisterConfirmGuid

Hej Joe

OK. Thanks. Waiting patiently.

 

Regards

Tommy

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