Form Wizard Pro - delete orphan responses

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/6/2012 6:15:41 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Form Wizard Pro - delete orphan responses

Hi Joe, we're getting an error when trying to delete orphan responses in Form Wizard Pro 2.6.0.5. Actually I don't think we've ever been able to delete orphan responses through the interface, but I've had it back-burnered until now.

MySql.Data.MySqlClient.MySqlException (0x80004005): Unknown column 'rs.ResponseSetGuid' in 'field list'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
at MySql.Data.MySqlClient.MySqlHelper.ExecuteNonQuery(MySqlConnection connection, String commandText, MySqlParameter[] commandParameters)
at MySql.Data.MySqlClient.MySqlHelper.ExecuteNonQuery(String connectionString, String commandText, MySqlParameter[] parms)
at sts.FormWizard.Data.DBWebFormResponse.DeleteOrphansByForm(Guid formGuid)
at sts.FormWizard.Web.UI.FormResultsPage.btnDeleteOrphans_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Thanks,
Jamie

2/7/2012 7:44:40 AM
Gravatar
Total Posts 18439

Re: Form Wizard Pro - delete orphan responses

Hi  Jamie,

I've updated the Form Wizard Pro 2.6.0.5 release to fix this. The only file that changed is the MySql version of sts.FormWizard.Data.dll

Thanks,

Joe

2/7/2012 10:44:03 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Form Wizard Pro - delete orphan responses

It works great Joe, thanks!

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