Ticket #681 (closed Defekt: worksforme)
Fel vid uppdatering av grunduppgifter
Reported by: | hillerbard@… | Owned by: | Todi |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | PirateWeb | Keywords: | passwordHash |
Cc: |
Description
Jag försöker uppdatera min adress i grunduppgifterna, men får fel. Postorten ändras, men inte postnumret eller kommunen. Om det har någon betydelse försöker jag ändra till
54146
Skövde
Skövde Kommun
Får följande meddelande, fast i lite flashigare display på skärmen då.
Server Error in '/' Application.
Parameter 'passwordHash' not found in the collection.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Parameter 'passwordHash' not found in the collection.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
- Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[ArgumentException: Parameter 'passwordHash' not found in the collection.]
MySql.Data.MySqlClient.MySqlParameterCollection.GetParameterFlexible(String parameterName, Boolean throwOnNotFound) +281
MySql.Data.MySqlClient.StoredProcedure.Resolve() +559
MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +488
MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() +40
PirateWeb.Database.PirateDb.SetPersonBasicStringValue(Int32 personId, String key, String newValue) +280
PirateWeb.Database.PirateDb.SetPersonPostalCode(Int32 personId, String postalCode) +14
PirateWeb.Logic.Pirates.AuditedPerson.set_PostalCode(String value) +62
Controls_PersonBasicDetails.ButtonSaveChanges_Click(Object sender, EventArgs e) +805
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
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) +1746